discuss-gnustep
[Top][All Lists]
Advanced

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

Cannot compile gnustep base on SuSE 7.3 (Intel)


From: Andreas Hoeschler
Subject: Cannot compile gnustep base on SuSE 7.3 (Intel)
Date: Fri, 23 Nov 2001 13:36:15 +0100

Hi,

I just tried to compile the base package of GNUstep on SuSE 7.3 (without success). I am new and don't understand the error messages yet. Any idea? libxml2-2.3.6 is installed. I anyway get this warning in ./configure. I set XML_CONFIG with "setenv XML_CONFIG /usr/local/bin/xml2-config" but no avail.

Regards,

  Andreas

merkur src/gnustep-base-1.0.2# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for whoami... (cached) /usr/bin/whoami
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking whether nested functions work... yes
checking the Objective-C runtime... GNU
checking for objc/objc.h... (cached) yes
checking for objc threading flags...   -lpthread
checking whether byte ordering is bigendian... (cached) no
checking size of void*... (cached) 4
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of long long... (cached) 8
checking size of float... (cached) 4
checking size of double... (cached) 8
checking loading of constructor functions... (cached) yes
checking for dlfcn.h... (cached) yes
checking if the compiler support -fconstant-string-class... no
checking if +load method is executed before main... yes
checking for objc_condition_timedwait... (cached) no
checking for objc_thread_add... (cached) no
checking for ANSI C header files... (cached) yes
checking for size_t... (cached) yes
checking for inline... (cached) inline
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/statvfs.h... (cached) yes
checking for pwd.h... (cached) yes
checking for grp.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for windows.h... (cached) no
checking for locale.h... (cached) yes
checking for langinfo.h... (cached) yes
checking for main in -lm... (cached) yes
checking for statvfs... (cached) yes
checking for symlink... (cached) yes
checking for readlink... (cached) yes
checking for geteuid... (cached) yes
checking for getlogin... (cached) yes
checking for getpwnam... (cached) yes
checking for getpwuid... (cached) yes
checking for rint... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/rusage.h... (cached) no
checking for ucbinclude/sys/resource.h... (cached) no
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for syslog.h... (cached) yes
checking for syslog... (cached) yes
checking for vsprintf... (cached) yes
checking for vasprintf... (cached) yes
checking for getcwd... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking for getopt.h... (cached) yes
checking for valloc... (cached) yes
checking for times... (cached) yes
checking for mkstemp... (cached) yes
checking for shmctl... (cached) yes
checking for mmap... (cached) yes
checking for inet_aton... (cached) yes
checking for killpg... (cached) yes
checking for setpgrp... (cached) yes
checking for setpgid... (cached) yes
checking whether setpgrp takes no argument... (cached) yes
checking for libc.h... (cached) no
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking for signal.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/stropts.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for libguile.h... (cached) no
checking for usleep... (cached) yes
checking for strerror... (cached) yes
checking whether stdint.h defines uintmax_t... found
checking whether precompiler handles LONG_LONG_MAX... yes
checking for wchar.h... (cached) yes
checking for register_printf_function... (cached) yes
test hi there = hi there
checking for realpath... (cached) yes
checking program_invocation_name in C Library... yes
checking kernel support for /proc filesystem... (cached) yes
checking link to exe of process in /proc... (cached) /proc/self/exe
checking /proc/25460/cmdline terminated by nul... yes
checking short/int needs to be word aligned... no
checking use of pass-through arguments... no
checking use of fake-main definition... no
checking for ffi.h... (cached) no
checking for forwarding callback in runtime... no
checking for callback.h... (cached) no
checking FFI library usage... none
configure: warning: No ffcall interface library found

GNUstep requires the ffcall library to do invocations and DO
Make sure this library is installed (see installation instructions)
Otherwise DO will not be compatible with other systems
checking for xml2-config... (cached) no
checking for xml-config... (cached) no
checking for libxml - version >= 2.2.3... no
*** The xml-config script installed by libxml could not be found
*** If libxml was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XML_CONFIG environment variable to the
*** full path to xml-config.
checking for gmp.h... (cached) yes
checking for mpf_abs in -lgmp... (cached) no
checking for __gmpf_abs in -lgmp... (cached) yes
checking for iconv... (cached) yes
checking for the version of gnustep-base we are compiling... 1.0.2
creating ./config.status
creating config.mak
creating base.make
creating Headers/gnustep/base/GSConfig.h
creating Headers/gnustep/base/preface.h
creating Headers/gnustep/base/config.h
configuring in Source/mframe
running /bin/sh ./configure  --cache-file=../.././config.cache --srcdir=.
loading cache ../.././config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
Using information from i386/linux-gnu.
creating ./config.status
merkur src/gnustep-base-1.0.2# make
rm -f Headers/Foundation
rm -f Source/Foundation
ln -s gnustep/base Headers/Foundation
Making all in Source...
make[1]: Entering directory `/usr/local/src/gnustep-base-1.0.2/Source'
rm -f dynamic-load.h
cp ./simple-load.h dynamic-load.h
/opt/GNUstep/System/Makefiles/mkinstalldirs ix86/linux-gnu
mv mframe/mframe.h ix86/linux-gnu
touch ix86/linux-gnu/mframe.h
/opt/GNUstep/System/Makefiles/mkinstalldirs ix86/linux-gnu
mv ./../Headers/gnustep/base/config.h ix86/linux-gnu
touch ix86/linux-gnu/config.h
/opt/GNUstep/System/Makefiles/mkinstalldirs ix86/linux-gnu
mv ./../Headers/gnustep/base/GSConfig.h ix86/linux-gnu
touch ix86/linux-gnu/GSConfig.h
Making all for library libgnustep-base...
gcc preface.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/preface.o
gcc -c -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers -o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/mframe.o mframe.m
gcc UnixFileHandle.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/UnixFileHandle.o
gcc NSArchiver.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSArchiver.o
NSArchiver.m: In function `+[NSArchiver archivedDataWithRootObject:]':
NSArchiver.m:164: warning: variable `d' might be clobbered by `longjmp' or `vfork' gcc -c -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers -o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSConnection.o NSConnection.m
gcc NSData.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSData.o
NSData.m: In function `-[NSData writeToFile:atomically:]':
NSData.m:720: warning: implicit declaration of function `umask'
NSData.m:722: warning: implicit declaration of function `fchmod'
gcc NSDecimal.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDecimal.o
gcc -c -DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers -o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSInvocation.o NSInvocation.m
gcc NSMethodSignature.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSMethodSignature.o
gcc NSObjCRuntime.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSObjCRuntime.o
gcc NSProcessInfo.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSProcessInfo.o
gcc NSUnarchiver.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSUnarchiver.o
NSUnarchiver.m: In function `-[NSUnarchiver initForReadingWithData:]':
NSUnarchiver.m:360: warning: argument `self' might be clobbered by `longjmp' or `vfork'
gcc objc-load.m -c \
-DGNUSTEP_INSTALL_PREFIX=/opt/GNUstep/System -DGNUSTEP_TARGET_DIR=\"ix86/linux-gnu\" -DGNUSTEP_TARGET_CPU=\"ix86\" -DGNUSTEP_TARGET_OS=\"linux-gnu\" -DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DHAVE_ICONV -Wall -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_RUNTIME=1 -DGNUSTEP_BASE_LIBRARY=1 -D_REENTRANT -fPIC -DGSWARN -O2 -Wno-import -fgnu-runtime -I../Headers/gnustep -I../Headers -I./ix86/linux-gnu -I. -fgnu-runtime -I/opt/GNUstep/System/Headers -I/root/GNUstep/Library/Headers -I/opt/GNUstep/Local/Library/Headers -I/opt/GNUstep/Network/Library/Headers -I/opt/GNUstep/System/Library/Headers -I/opt/GNUstep/Network/Headers/gnustep -I/root/GNUstep/Headers/gnustep -I/opt/GNUstep/Local/Headers/gnustep -I/opt/GNUstep/System/Headers/gnustep -I/opt/GNUstep/Network/Headers/ix86/linux-gnu -I/root/GNUstep/Headers/ix86/linux-gnu -I/opt/GNUstep/Local/Headers/ix86/linux-gnu -I/opt/GNUstep/System/Headers/ix86/linux-gnu -I/root/GNUstep/Headers -I/opt/GNUstep/Local/Headers -I/opt/GNUstep/Network/Headers -I/opt/GNUstep/System/Headers \
       -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/objc-load.o
dynamic-load.h:54: warning: `__objc_dynamic_find_symbol' defined but not used gcc -shared -Wl,-soname,libgnustep-base.so.1 -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1.0.2 shared_obj/ix86/linux-gnu/gnu-gnu-gnu/md5.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/numbers.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/o_vscanf.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSCompatibility.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSLocale.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/Unicode.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/behavior.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_array.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_array_bas.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_array_cbs.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_cbs.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/o_cbs_char_p.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/o_cbs_id.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_cbs_int.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_cbs_int_p.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_cbs_void_p.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_hash.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/o_hash_bas.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/o_hash_cbs.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_list.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_list_bas.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_list_cbs.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/o_map.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/o_map_bas.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/o_map_cbs.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/preface.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/mframe.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/UnixFileHandle.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/GSArray.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSAttributedString.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSCountedSet.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSDictionary.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSFormat.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSHTTPURLHandle.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSMime.o shared_obj/ix86/linux- gnu/gnu-gnu-gnu/GSSet.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSString.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSAttributedString.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSArchiver.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSArray.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSAssertionHandler.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSAutoreleasePool.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSBitmapCharSet.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSBundle.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSCalendarDate.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSCallBacks.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSCharacterSet.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSClassDescription.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSCoder.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSCopyObject.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSCountedSet.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSConnection.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSData.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/NSDate.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSDateFormatter.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDebug.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDecimal.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDecimalNumber.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDictionary.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDistantObject.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDistributedLock.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSDistributedNotificationCenter.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSEnumerator.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSException.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSFileHandle.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSFileManager.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSFormatter.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSGeometry.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSHashTable.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSHost.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/NSInvocation.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSLock.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSLog.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSMapTable.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSMethodSignature.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNotification.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNotificationCenter.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNotificationQueue.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNull.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/NSNumber.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSNumberFormatter.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSObjCRuntime.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSObject.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSPage.o shared_obj/ix86/linux- gnu/gnu-gnu-gnu/NSPipe.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSPort.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSTcpPort.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSPortCoder.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSPortMessage.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSPortNameServer.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSProcessInfo.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSProtocolChecker.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSProxy.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSRange.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSRunLoop.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSScanner.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSSerializer.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSSet.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/NSString.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSTask.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSThread.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSTimer.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSTimeZone.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSUnarchiver.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSUndoManager.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSURL.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/NSURLHandle.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/NSUser.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSUserDefaults.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSValue.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSZone.o shared_obj/ix86/linux-
gnu/gnu-gnu-gnu/externs.o shared_obj/ix86/linux-gnu/gnu-gnu-
gnu/objc-load.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue0.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue1.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue2.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue3.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue4.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/GSValue5.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber0.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber1.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber2.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber3.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber4.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber5.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber6.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber7.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber8.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber9.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber10.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber11.o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSNumber12.o ; (cd shared_obj/ix86/linux-gnu/gnu-gnu-gnu; rm -f libgnustep-base.so libgnustep-base.so.1; ln -s libgnustep-base.so.1.0.2 libgnustep-
base.so.1; ln -s libgnustep-base.so.1 libgnustep-base.so; )
make[1]: Leaving directory `/usr/local/src/gnustep-base-1.0.2/Source'
Making all in Tools...
make[1]: Entering directory `/usr/local/src/gnustep-base-1.0.2/Tools'
Making all for ctool gdomap...
make[2]: Nothing to be done for `internal-ctool-all'.
Making all for tool gdnc...
gcc -rdynamic     -LNONE  -o shared_obj/ix86/linux-gnu/gnu-gnu-gnu/gdnc \
          shared_obj/ix86/linux-gnu/gnu-gnu-gnu/gdnc.o    \
-L/root/GNUstep/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/Local/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/Network/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu -L/root/GNUstep/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/root/GNUstep/Libraries/ix86/linux-gnu -L/opt/GNUstep/Local/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/Local/Libraries/ix86/linux-gnu -L/opt/GNUstep/Network/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/Network/Libraries/ix86/linux-gnu -L/opt/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/System/Libraries/ix86/linux-gnu -L../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu -L/root/GNUstep/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/root/GNUstep/Libraries/ix86/linux-gnu -L/opt/GNUstep/Local/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/Local/Libraries/ix86/linux-gnu -L/opt/GNUstep/Network/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/Network/Libraries/ix86/linux-gnu -L/opt/GNUstep/System/Libraries/ix86/linux-gnu/gnu-gnu-gnu -L/opt/GNUstep/System/Libraries/ix86/linux-gnu -lgnustep-base -lobjc -lgmp -lpthread -ldl -lm /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSException' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSNotificationCenter' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSRunLoop' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSUserDefaults' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSMutableArray' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSObject' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSMutableDictionary' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NXConstantString' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSAutoreleasePool' are not defined /usr/i486-suse-linux/bin/ld: warning: type and size of dynamic symbol `__objc_class_name_NSConnection' are not defined
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/gdnc] Error 1
make[1]: *** [gdnc.all.tool.variables] Error 2
make[1]: Leaving directory `/usr/local/src/gnustep-base-1.0.2/Tools'
make: *** [internal-all] Error 2
merkur src/gnustep-base-1.0.2#




reply via email to

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