discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem compiling libobjc2 on pcbsd 9.1


From: Stephen Woolerton
Subject: Re: Problem compiling libobjc2 on pcbsd 9.1
Date: Wed, 26 Jun 2013 10:54:35 +1200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Hi David,

Thanks for your assistance - libobjc2 is building now, having updated sources.  (using svn://svn.gna.org/svn/gnustep/modules which is at revision 36757 right now.)

And now am trying to run ./configure to install gnustep-base. I've included the output of ./configure below, as well as part of config.log.

Thanks again
Stephen

----------
# export CC=/usr/local/bin/clang33
# ./configure

checking build system type... x86_64-unknown-freebsd9.1
checking host system type... x86_64-unknown-freebsd9.1
checking target system type... x86_64-unknown-freebsd9.1
checking for GNUstep configuration file to use at runtime... /etc/GNUstep/GNUstep.conf
checking whether the GNUstep.conf file path can be set in the environment... yes
checking if we should import an existing configuration file now... yes
checking for default GNUstep configuration file to use... /etc/GNUstep/GNUstep.conf
trying to import "/etc/GNUstep/GNUstep.conf"
configure: If this fails, please run configure again with the --disable-importing-config-file option or specifying an alternative file using the --with-default-config= option
checking for GNUstep-base installation domain... LOCAL
checking if we are hardcoding any relative paths in gnustep-base... no
configure: We store the following filesystem layout into gnustep-base, to be used when no config file is found
checking for Makefiles directory... /usr/GNUstep/System/Library/Makefiles
checking for user defaults directory... GNUstep/Defaults
checking for user config file... .GNUstep.conf
checking for System Applications directory... /usr/GNUstep/System/Applications
checking for System Admin Applications directory... /usr/GNUstep/System/Applications/Admin
checking for System Web Applications directory... /usr/GNUstep/System/Library/WebApplications
checking for System Tools directory... /usr/GNUstep/System/Tools
checking for System Admin Tools directory... /usr/GNUstep/System/Tools/Admin
checking for System Library directory... /usr/GNUstep/System/Library
checking for System Libraries directory... /usr/GNUstep/System/Library/Libraries
checking for System Headers directory... /usr/GNUstep/System/Library/Headers
checking for System Documentation directory... /usr/GNUstep/System/Library/Documentation
checking for System Info Documentation directory... /usr/GNUstep/System/Library/Documentation/info
checking for System Man Documentation directory... /usr/GNUstep/System/Library/Documentation/man
checking for Network Applications directory... /usr/GNUstep/Local/Applications
checking for Network Admin Applications directory... /usr/GNUstep/Local/Applications/Admin
checking for Network Web Applications directory... /usr/GNUstep/Local/Library/WebApplications
checking for Network Tools directory... /usr/GNUstep/Local/Tools
checking for Network Admin Tools directory... /usr/GNUstep/Local/Tools/Admin
checking for Network Library directory... /usr/GNUstep/Local/Library
checking for Network Libraries directory... /usr/GNUstep/Local/Library/Libraries
checking for Network Headers directory... /usr/GNUstep/Local/Library/Headers
checking for Network Documentation directory... /usr/GNUstep/Local/Library/Documentation
checking for Network Info Documentation directory... /usr/GNUstep/Local/Library/Documentation/info
checking for Network Man Documentation directory... /usr/GNUstep/Local/Library/Documentation/man
checking for Local Applications directory... /usr/GNUstep/Local/Applications
checking for Local Admin Applications directory... /usr/GNUstep/Local/Applications/Admin
checking for Local Web Applications directory... /usr/GNUstep/Local/Library/WebApplications
checking for Local Tools directory... /usr/GNUstep/Local/Tools
checking for Local Admin Tools directory... /usr/GNUstep/Local/Tools/Admin
checking for Local Library directory... /usr/GNUstep/Local/Library
checking for Local Libraries directory... /usr/GNUstep/Local/Library/Libraries
checking for Local Headers directory... /usr/GNUstep/Local/Library/Headers
checking for Local Documentation directory... /usr/GNUstep/Local/Library/Documentation
checking for Local Info Documentation directory... /usr/GNUstep/Local/Library/Documentation/info
checking for Local Man Documentation directory... /usr/GNUstep/Local/Library/Documentation/man
checking for User Applications directory... GNUstep/Applications
checking for User Admin Applications directory... GNUstep/Applications/Admin
checking for User Web Applications directory... GNUstep/Library/WebApplications
checking for User Tools directory... GNUstep/Tools
checking for User Admin Tools directory... GNUstep/Tools/Admin
checking for User Library directory... GNUstep/Library
checking for User Libraries directory... GNUstep/Library/Libraries
checking for User Headers directory... GNUstep/Library/Headers
checking for User Documentation directory... GNUstep/Library/Documentation
checking for User Info Documentation directory... GNUstep/Library/Documentation/info
checking for User Man Documentation directory... GNUstep/Library/Documentation/man
checking for System User directory... /home
checking for Network User directory... /home
checking for Local User directory... /home
checking for gcc... /usr/local/bin/clang33
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/bin/clang33 accepts -g... yes
checking for /usr/local/bin/clang33 option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/local/bin/clang33 -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether compiler supports UTF-8 constants in executable... no
configure: WARNING: Your compiler does not appear to support locales or command line options to control handling of charactersets, so we cannot be sure that the compiled code will contain the UTF-8 string literals expected by gnustep-base.  This means that using any source code code containing non US-ASCII text in string literals may give unexpected results (or crashes) at runtime.  However, as long as any such literals only use the UTF-8 characterset, this is unlikely to be a problem (since old/faulty compilers are likely to pass the UTF-8 literals through to the compiled code). Please configure using --disable-unicodeconstants to avoid seeing this warning.
checking whether the compiler supports atomic operations... yes
checking for whoami... /usr/bin/whoami
checking for pkg-config... yes
checking the Objective-C runtime... GNU
checking for custom shared objc library... NONE
checking objc/runtime.h usability... yes
checking objc/runtime.h presence... yes
checking for objc/runtime.h... yes
checking objc/objc.h usability... yes
checking objc/objc.h presence... yes
checking for objc/objc.h... yes
configure: for gdomap network details
checking for variable length socket addresses... found
checking for gcc visibility attribute support... found
checking whether SO_REUSEADDR is broken... no
checking for objc threading flags...   
checking whether byte ordering is bigendian... no
checking size of void*... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking loading of constructor functions... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dynamic linker type... simple
checking for dladdr in -ldl... no
checking for dladdr... yes
checking for gethostbyname... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking size of pthread_mutex_t... 8
checking size of pthread_cond_t... 8
checking alignment of pthread_mutex_t... 8
checking alignment of pthread_cond_t... 8
checking for pthread_join in -lpthread... yes
checking for sched_yield in -lrt... yes
checking for nanosleep... yes
checking for usleep... yes
checking for Sleep... no
checking for objc_root_class attribute support... found
checking whether objc really works... no
I don't seem to be able to use your Objective-C compiler to produce
working binaries!  Please check your Objective-C compiler installation.
If you are using gcc-3.x make sure that your compiler's libgcc_s and libobjc
can be found by the dynamic linker - usually that requires you to play
with LD_LIBRARY_PATH or /etc/ld.so.conf.
Please refer to your compiler installation instructions for more help.
configure: error: The Objective-C compiler does not work or is not installed properly.




in config.log...

configure:13095: result: no
configure:13108: checking for objc_root_class attribute support
configure:13125: /usr/local/bin/clang33 -c -g -O2 -Werror  -fgnu-runtime -x objective-c  -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/local/include conftest.c >&5
configure:13132: $? = 0
configure:13137: result: found
configure:13164: checking whether objc really works
configure:13194: /usr/local/bin/clang33 -o conftest -g -O2  -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/local/include  -fgnu-runtime -x objective-c  -L/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/local/lib conftest.c -lrt  -lpthread -rdynamic -pthread -fobjc-nonfragile-abi -fgnu-runtime -L/root/GNUstep/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/System/Library/Libraries -L/usr/local/lib -lobjc -lm     >&5
In file included from conftest.c:99:
In file included from ././config/config.objc.m:2:
././config/objc-common.g:53:3: warning: assignment to Objective-C's isa is deprecated in favor of object_setClass() [-Wdeprecated-objc-isa-usage]
  obj->isa = self;
  ^  ~~~~~~~
  object_setClass( , )
././config/objc-common.g:46:5: note: instance variable is declared here
 id isa;
    ^
1 warning generated.
/usr/local/lib/libobjc.so: undefined reference to `__gcc_personality_v0'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_RaiseException'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetLanguageSpecificData'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_Resume'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetTextRelBase'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_SetIP'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetDataRelBase'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetRegionStart'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_SetGR'
/usr/local/lib/libobjc.so: undefined reference to `_Unwind_GetIP'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:13198: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define OPTION_NO_ENVIRONMENT 0
| #define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/Makefiles"
| #define GNUSTEP_TARGET_USER_DEFAULTS_DIR "GNUstep/Defaults"
| #define GNUSTEP_TARGET_USER_CONFIG_FILE ".GNUstep.conf"
| #define GNUSTEP_TARGET_CONFIG_FILE "/etc/GNUstep/GNUstep.conf"
| #define GNUSTEP_TARGET_SYSTEM_APPS "/usr/GNUstep/System/Applications"
| #define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin"
| #define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications"
| #define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools"
| #define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin"
| #define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library"
| #define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries"
| #define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers"
| #define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation"
| #define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man"
| #define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info"
| #define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications"
| #define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin"
| #define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications"
| #define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools"
| #define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin"
| #define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library"
| #define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries"
| #define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers"
| #define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation"
| #define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man"
| #define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info"
| #define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications"
| #define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin"
| #define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications"
| #define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools"
| #define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin"
| #define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library"
| #define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries"
| #define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers"
| #define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation"
| #define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man"
| #define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info"
| #define GNUSTEP_TARGET_USER_DIR_APPS "GNUstep/Applications"
| #define GNUSTEP_TARGET_USER_DIR_ADMIN_APPS "GNUstep/Applications/Admin"
| #define GNUSTEP_TARGET_USER_DIR_WEB_APPS "GNUstep/Library/WebApplications"
| #define GNUSTEP_TARGET_USER_DIR_TOOLS "GNUstep/Tools"
| #define GNUSTEP_TARGET_USER_DIR_ADMIN_TOOLS "GNUstep/Tools/Admin"
| #define GNUSTEP_TARGET_USER_DIR_LIBRARY "GNUstep/Library"
| #define GNUSTEP_TARGET_USER_DIR_LIBRARIES "GNUstep/Library/Libraries"
| #define GNUSTEP_TARGET_USER_DIR_HEADERS "GNUstep/Library/Headers"
| #define GNUSTEP_TARGET_USER_DIR_DOC "GNUstep/Library/Documentation"
| #define GNUSTEP_TARGET_USER_DIR_DOC_MAN "GNUstep/Library/Documentation/man"
| #define GNUSTEP_TARGET_USER_DIR_DOC_INFO "GNUstep/Library/Documentation/info"
| #define GNUSTEP_TARGET_SYSTEM_USERS_DIR ""
| #define GNUSTEP_TARGET_NETWORK_USERS_DIR ""
| #define GNUSTEP_TARGET_LOCAL_USERS_DIR ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define USE_ATOMIC_BUILTINS 1
| #define HAVE_OBJC_RUNTIME_H 1
| #define HAVE_OBJC_OBJC_H 1
| #define HAVE_SA_LEN 1
| #define HAVE_VISIBILITY_ATTRIBUTE 1
| #define SIZEOF_VOIDP 8
| #define SIZEOF_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_FLOAT 4
| #define SIZEOF_DOUBLE 8
| #define CON_AUTOLOAD 1
| #define HAVE_DLADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_PTHREAD_H 1
| #define SIZEOF_PTHREAD_MUTEX_T 8
| #define SIZEOF_PTHREAD_COND_T 8
| #define ALIGNOF_PTHREAD_MUTEX_T 8
| #define ALIGNOF_PTHREAD_COND_T 8
| #define HAVE_LIBRT 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_OBJC_ROOT_CLASS_ATTRIBUTE 1
| /* end confdefs.h.  */
| #include "./config/config.objc.m"
configure:13231: result: no
configure:13239: error: The Objective-C compiler does not work or is not installed properly.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_alignof_pthread_cond_t=8
ac_cv_alignof_pthread_mutex_t=8
ac_cv_build=x86_64-unknown-freebsd9.1
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/local/bin/clang33
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_environment_config_file=yes
ac_cv_func_Sleep=no
ac_cv_func_dladdr=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_nanosleep=yes
ac_cv_func_setpgrp_void=yes
ac_cv_func_usleep=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_objc_objc_h=yes
ac_cv_header_objc_runtime_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-freebsd9.1
ac_cv_importing_config_file=yes
ac_cv_lib_dl_dladdr=no
ac_cv_lib_pthread_pthread_join=yes
ac_cv_lib_rt_sched_yield=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PKGCONFIG=yes
ac_cv_path_WHOAMI=/usr/bin/whoami
ac_cv_prog_CPP='/usr/local/bin/clang33 -E'
ac_cv_prog_ac_ct_CC=/usr/local/bin/clang33
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_sizeof_double=8
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_sizeof_long_long=8
ac_cv_sizeof_pthread_cond_t=8
ac_cv_sizeof_pthread_mutex_t=8
ac_cv_sizeof_short=2
ac_cv_sizeof_voidp=8
ac_cv_target=x86_64-unknown-freebsd9.1
cross_gs_cv_objc_compiler_supports_constant_string_class=no
cross_gs_cv_objc_load_method_worked=no
cross_gs_cv_objc_works=yes
cross_gs_cv_program_invocation_name_worked=no
gs_cv_objc_incdir=NONE
gs_cv_objc_libdir=NONE
gs_cv_objc_works=no
objc_cv_con_autoload=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

BASE_NATIVE_OBJC_EXCEPTIONS=''
BASE_NONFRAGILE_ABI='1'
CC='/usr/local/bin/clang33'
CFLAGS='-g -O2'
CPP='/usr/local/bin/clang33 -E'
CPPFLAGS=' -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/local/include  -fgnu-runtime -x objective-c'
DEFINE_INT16_T=''
DEFINE_INT32_T=''
DEFINE_INT64_T=''
DEFINE_INT8_T=''
DEFINE_INTPTR_T=''
DEFINE_UINT16_T=''
DEFINE_UINT32_T=''
DEFINE_UINT64_T=''
DEFINE_UINT8_T=''
DEFINE_UINTPTR_T=''
DEFS=''
DYNAMIC_LINKER='simple'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GCC_VERSION=''
GNUSTEP_BASE_DOMAIN='LOCAL'
GNUSTEP_BASE_RELATIVE_PATHS='no'
GNUSTEP_GDOMAP_PORT_OVERRIDE=''
GNUSTEP_INSTALL_GDOMAP_AS_SETUID=''
GREP='/usr/bin/grep'
GS_ALIGNOF_COND_T='8'
GS_ALIGNOF_MUTEX_T='8'
GS_EXEC_CHARSET=''
GS_FAKE_MAIN=''
GS_FLT32='float'
GS_FLT64='double'
GS_HAVE_I128='0'
GS_HAVE_I64='1'
GS_HAVE_OBJC_ROOT_CLASS_ATTR='1'
GS_INPUT_CHARSET=''
GS_MIXEDABI=''
GS_NONFRAGILE=''
GS_PASS_ARGUMENTS=''
GS_SADDR='long'
GS_SINT128='struct { gsu8 a[16]; }'
GS_SINT16='signed short'
GS_SINT32='signed int'
GS_SINT64='signed long'
GS_SINT8='signed char'
GS_SIZEOF_COND_T='8'
GS_SIZEOF_MUTEX_T='8'
GS_UADDR='unsigned long'
GS_UINT128='struct { gsu8 a[16]; }'
GS_UINT16='unsigned short'
GS_UINT32='unsigned int'
GS_UINT64='unsigned long'
GS_UINT8='unsigned char'
GS_WORDS_BIGENDIAN='0'
HAVE_AVAHI=''
HAVE_BLOCKS=''
HAVE_GNUTLS=''
HAVE_ICU=''
HAVE_INET_NTOP=''
HAVE_INET_PTON=''
HAVE_LIBDISPATCH=''
HAVE_LIBXML=''
HAVE_LIBXSLT=''
HAVE_MDNS=''
HAVE_OBJC_SYNC_ENTER=''
HAVE_PTS_STREAM_MODULES=''
ICU_CONFIG=''
ICU_LIBS=''
INCLUDE_FLAGS=' -I/usr/GNUstep/System/Library/Headers -I/usr/GNUstep/Local/Library/Headers -I/usr/GNUstep/Local/Library/Headers'
INCLUDE_STDINT=''
LDFLAGS=' -L/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/local/lib'
LDIR_FLAGS=' -L/usr/GNUstep/System/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries'
LIBOBJS=''
LIBS='-lrt  -lpthread -rdynamic -pthread -fobjc-nonfragile-abi -fgnu-runtime -L/root/GNUstep/Library/Libraries -L/usr/GNUstep/Local/Library/Libraries -L/usr/GNUstep/System/Library/Libraries -L/usr/local/lib -lobjc -lm    '
LTLIBOBJS=''
MAJOR_VERSION=''
MINOR_VERSION=''
NX_CONST_STRING_CLASS=''
NX_CONST_STRING_OBJCFLAGS=''
OBJC2RUNTIME=''
OBJCFLAGS=' -fgnu-runtime'
OBJCSYNC=''
OBJC_WITH_GC='no'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKGCONFIG='yes'
SHELL='/bin/sh'
SUBMINOR_VERSION=''
TLS_CFLAGS=''
TLS_CONFIG=''
TLS_LIBS=''
USE_GMP=''
USE_ZLIB=''
VERSION=''
WARN_FLAGS=''
WHOAMI='/usr/bin/whoami'
WITH_FFI=''
XML2_CONFIG=''
XML_CFLAGS=''
XML_CONFIG=''
XML_LIBS=''
_GSC_S_INT='_GSC_I32'
_GSC_S_LNG='_GSC_I64'
_GSC_S_LNG_LNG='_GSC_I64'
_GSC_S_SHT='_GSC_I16'
ac_ct_CC='/usr/local/bin/clang33'
ac_cv_sizeof_double='8'
ac_cv_sizeof_float='4'
ac_cv_sizeof_int='4'
ac_cv_sizeof_long='8'
ac_cv_sizeof_long_long='8'
ac_cv_sizeof_short='2'
ac_cv_sizeof_voidp='8'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-freebsd9.1'
build_alias=''
build_cpu='x86_64'
build_os='freebsd9.1'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-freebsd9.1'
host_alias=''
host_cpu='x86_64'
host_os='freebsd9.1'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-freebsd9.1'
target_alias=''
target_cpu='x86_64'
target_os='freebsd9.1'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define OPTION_NO_ENVIRONMENT 0
#define GNUSTEP_TARGET_MAKEFILES "/usr/GNUstep/System/Library/Makefiles"
#define GNUSTEP_TARGET_USER_DEFAULTS_DIR "GNUstep/Defaults"
#define GNUSTEP_TARGET_USER_CONFIG_FILE ".GNUstep.conf"
#define GNUSTEP_TARGET_CONFIG_FILE "/etc/GNUstep/GNUstep.conf"
#define GNUSTEP_TARGET_SYSTEM_APPS "/usr/GNUstep/System/Applications"
#define GNUSTEP_TARGET_SYSTEM_ADMIN_APPS "/usr/GNUstep/System/Applications/Admin"
#define GNUSTEP_TARGET_SYSTEM_WEB_APPS "/usr/GNUstep/System/Library/WebApplications"
#define GNUSTEP_TARGET_SYSTEM_TOOLS "/usr/GNUstep/System/Tools"
#define GNUSTEP_TARGET_SYSTEM_ADMIN_TOOLS "/usr/GNUstep/System/Tools/Admin"
#define GNUSTEP_TARGET_SYSTEM_LIBRARY "/usr/GNUstep/System/Library"
#define GNUSTEP_TARGET_SYSTEM_LIBRARIES "/usr/GNUstep/System/Library/Libraries"
#define GNUSTEP_TARGET_SYSTEM_HEADERS "/usr/GNUstep/System/Library/Headers"
#define GNUSTEP_TARGET_SYSTEM_DOC "/usr/GNUstep/System/Library/Documentation"
#define GNUSTEP_TARGET_SYSTEM_DOC_MAN "/usr/GNUstep/System/Library/Documentation/man"
#define GNUSTEP_TARGET_SYSTEM_DOC_INFO "/usr/GNUstep/System/Library/Documentation/info"
#define GNUSTEP_TARGET_NETWORK_APPS "/usr/GNUstep/Local/Applications"
#define GNUSTEP_TARGET_NETWORK_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin"
#define GNUSTEP_TARGET_NETWORK_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications"
#define GNUSTEP_TARGET_NETWORK_TOOLS "/usr/GNUstep/Local/Tools"
#define GNUSTEP_TARGET_NETWORK_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin"
#define GNUSTEP_TARGET_NETWORK_LIBRARY "/usr/GNUstep/Local/Library"
#define GNUSTEP_TARGET_NETWORK_LIBRARIES "/usr/GNUstep/Local/Library/Libraries"
#define GNUSTEP_TARGET_NETWORK_HEADERS "/usr/GNUstep/Local/Library/Headers"
#define GNUSTEP_TARGET_NETWORK_DOC "/usr/GNUstep/Local/Library/Documentation"
#define GNUSTEP_TARGET_NETWORK_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man"
#define GNUSTEP_TARGET_NETWORK_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info"
#define GNUSTEP_TARGET_LOCAL_APPS "/usr/GNUstep/Local/Applications"
#define GNUSTEP_TARGET_LOCAL_ADMIN_APPS "/usr/GNUstep/Local/Applications/Admin"
#define GNUSTEP_TARGET_LOCAL_WEB_APPS "/usr/GNUstep/Local/Library/WebApplications"
#define GNUSTEP_TARGET_LOCAL_TOOLS "/usr/GNUstep/Local/Tools"
#define GNUSTEP_TARGET_LOCAL_ADMIN_TOOLS "/usr/GNUstep/Local/Tools/Admin"
#define GNUSTEP_TARGET_LOCAL_LIBRARY "/usr/GNUstep/Local/Library"
#define GNUSTEP_TARGET_LOCAL_LIBRARIES "/usr/GNUstep/Local/Library/Libraries"
#define GNUSTEP_TARGET_LOCAL_HEADERS "/usr/GNUstep/Local/Library/Headers"
#define GNUSTEP_TARGET_LOCAL_DOC "/usr/GNUstep/Local/Library/Documentation"
#define GNUSTEP_TARGET_LOCAL_DOC_MAN "/usr/GNUstep/Local/Library/Documentation/man"
#define GNUSTEP_TARGET_LOCAL_DOC_INFO "/usr/GNUstep/Local/Library/Documentation/info"
#define GNUSTEP_TARGET_USER_DIR_APPS "GNUstep/Applications"
#define GNUSTEP_TARGET_USER_DIR_ADMIN_APPS "GNUstep/Applications/Admin"
#define GNUSTEP_TARGET_USER_DIR_WEB_APPS "GNUstep/Library/WebApplications"
#define GNUSTEP_TARGET_USER_DIR_TOOLS "GNUstep/Tools"
#define GNUSTEP_TARGET_USER_DIR_ADMIN_TOOLS "GNUstep/Tools/Admin"
#define GNUSTEP_TARGET_USER_DIR_LIBRARY "GNUstep/Library"
#define GNUSTEP_TARGET_USER_DIR_LIBRARIES "GNUstep/Library/Libraries"
#define GNUSTEP_TARGET_USER_DIR_HEADERS "GNUstep/Library/Headers"
#define GNUSTEP_TARGET_USER_DIR_DOC "GNUstep/Library/Documentation"
#define GNUSTEP_TARGET_USER_DIR_DOC_MAN "GNUstep/Library/Documentation/man"
#define GNUSTEP_TARGET_USER_DIR_DOC_INFO "GNUstep/Library/Documentation/info"
#define GNUSTEP_TARGET_SYSTEM_USERS_DIR ""
#define GNUSTEP_TARGET_NETWORK_USERS_DIR ""
#define GNUSTEP_TARGET_LOCAL_USERS_DIR ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define USE_ATOMIC_BUILTINS 1
#define HAVE_OBJC_RUNTIME_H 1
#define HAVE_OBJC_OBJC_H 1
#define HAVE_SA_LEN 1
#define HAVE_VISIBILITY_ATTRIBUTE 1
#define SIZEOF_VOIDP 8
#define SIZEOF_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define SIZEOF_LONG_LONG 8
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8
#define CON_AUTOLOAD 1
#define HAVE_DLADDR 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_PTHREAD_H 1
#define SIZEOF_PTHREAD_MUTEX_T 8
#define SIZEOF_PTHREAD_COND_T 8
#define ALIGNOF_PTHREAD_MUTEX_T 8
#define ALIGNOF_PTHREAD_COND_T 8
#define HAVE_LIBRT 1
#define HAVE_NANOSLEEP 1
#define HAVE_USLEEP 1
#define HAVE_OBJC_ROOT_CLASS_ATTRIBUTE 1

configure: exit 1

On 25/06/13 3:46 AM, David Chisnall wrote:
Hi Stephen,

Please can you confirm that you are trying to build either trunk or RC-2?  This looks like an error that I'd expect with RC-1, which should now be fixed.

David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]