discuss-gnustep
[Top][All Lists]
Advanced

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

Can't find ffcall !


From: Pascal Bourguignon
Subject: Can't find ffcall !
Date: Sat, 24 May 2003 18:21:26 +0200 (CEST)

I   compiled   and   installed    ffcall   as   directed,   but   then
gnustep/core/base (from CVS of  this afternoon) can't find it.  What's
the matter?


[pascal@thalassa base]$ cd /local/src/ffcall-1.8d/
[pascal@thalassa ffcall-1.8d]$ make distclean
cd avcall; if test -f Makefile; then make distclean; fi
make[1]: Entering directory `/local/src/ffcall-1.8d/avcall'
rm -f *.o *.lo *.a libavcall.* core
rm -f avcall-i386.s avcall-sparc.s avcall-sparc64.s avcall-m68k.s avcall-mips.s 
avcall-mipsn32.s avcall-mips64.s avcall-arm.s
rm -f -r .libs _libs
rm -f minitests.o minitests.s minitests minitests.out
rm -f tests.o tests.s tests tests.out
rm -f config.status config.log config.cache Makefile avcall.h libtool 
minitests.output.* tests.output.*
make[1]: Leaving directory `/local/src/ffcall-1.8d/avcall'
cd vacall; if test -f Makefile; then make distclean; fi
make[1]: Entering directory `/local/src/ffcall-1.8d/vacall'
rm -f *.o *.a core
rm -f vacall-i386.s vacall-sparc.s vacall-sparc64.s vacall-m68k.s vacall-mips.s 
vacall-mipsn32.s vacall-mips64.s vacall-arm.s
rm -f minitests.o minitests.s minitests minitests.out
rm -f tests.o tests.s tests tests.out
rm -f config.status config.log config.cache Makefile vacall.h config.h 
minitests.output.* tests.output.*
make[1]: Leaving directory `/local/src/ffcall-1.8d/vacall'
cd trampoline; if test -f Makefile; then make distclean; fi
make[1]: Entering directory `/local/src/ffcall-1.8d/trampoline'
rm -f trampoline.o  tramp-rs6000.s cache-sparc.s cache-sparc64.s 
libtrampoline.a core
rm -f test1.o test1 test2.o test2
rm -f config.status config.log config.cache Makefile config.h trampoline.h 
tests.passed.*
make[1]: Leaving directory `/local/src/ffcall-1.8d/trampoline'
cd callback; if test -f Makefile; then make distclean; fi
make[1]: Entering directory `/local/src/ffcall-1.8d/callback'
cd vacall_r; make clean
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/vacall_r'
rm -f *.o *.lo *.a libvacall.* core
rm -f vacall-i386.s vacall-sparc.s vacall-sparc64.s vacall-m68k.s vacall-mips.s 
vacall-mipsn32.s vacall-mips64.s vacall-arm.s
rm -f -r .libs _libs
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/vacall_r'
cd trampoline_r; make clean
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/trampoline_r'
rm -f trampoline.lo  `echo trampoline.lo  | sed -e 's/\.lo/.o/g'` 
tramp-rs6000.s cache-sparc.s cache-sparc64.s libtrampoline.* core
rm -f -r .libs _libs
rm -f test1.o test1 test2.o test2
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/trampoline_r'
rm -f *.o *.lo core
rm -f callback.h vacall_r.h trampoline_r.h libcallback.*
rm -f -r .libs _libs
rm -f minitests.o minitests.s minitests minitests.out
rm -f tests.o tests.s tests tests.out
cd vacall_r; if test -f Makefile; then make distclean; fi
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/vacall_r'
rm -f *.o *.lo *.a libvacall.* core
rm -f vacall-i386.s vacall-sparc.s vacall-sparc64.s vacall-m68k.s vacall-mips.s 
vacall-mipsn32.s vacall-mips64.s vacall-arm.s
rm -f -r .libs _libs
rm -f config.status config.log config.cache Makefile vacall_r.h config.h libtool
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/vacall_r'
cd trampoline_r; if test -f Makefile; then make distclean; fi
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/trampoline_r'
rm -f trampoline.lo  `echo trampoline.lo  | sed -e 's/\.lo/.o/g'` 
tramp-rs6000.s cache-sparc.s cache-sparc64.s libtrampoline.* core
rm -f -r .libs _libs
rm -f test1.o test1 test2.o test2
rm -f config.status config.log config.cache Makefile config.h trampoline_r.h 
libtool tests.passed.*
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/trampoline_r'
rm -f config.status config.log config.cache Makefile libtool minitests.output.* 
tests.output.*
make[1]: Leaving directory `/local/src/ffcall-1.8d/callback'
rm -f config.status config.log config.cache Makefile
[pascal@thalassa ffcall-1.8d]$ ./configure && make && make install
creating cache ./config.cache
checking whether make sets $(MAKE)... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
configuring in avcall
running /bin/sh ./configure  --cache-file=../config.cache --srcdir=.
loading cache ../config.cache
checking for gcc... 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... yes
checking how to run the C preprocessor... gcc -O -E -w
checking whether -traditional is needed for gcc -O on this system... no
checking whether using GNU C... yes
checking for underscore in external names... no
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to copy files... cp -p
checking how to make hard links... ln
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared 
libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to produce relocatable object 
files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for pcc non-reentrant struct return convention... no
checking whether small structs are returned in registers... no
checking whether floats are returned in integer registers... no
checking for long long type... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating avcall.h
configuring in vacall
running /bin/sh ./configure  --cache-file=../config.cache --srcdir=.
loading cache ../config.cache
checking for gcc... (cached) gcc -O
checking whether the C compiler (gcc -O  ) works... yes
checking whether the C compiler (gcc -O  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... (cached) gcc -O -E -w
checking whether -traditional is needed for gcc -O on this system... (cached) no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking for abort declaration... 
         extern void abort (void);
checking host system type... (cached) i686-pc-linux-gnu
checking for pcc non-reentrant struct return convention... (cached) no
checking whether small structs are returned in registers... (cached) no
checking whether floats are returned in integer registers... (cached) no
checking for long long type... (cached) yes
checking whether characters are unsigned... no
updating cache ../config.cache
creating ./config.status
creating Makefile
creating vacall.h
creating config.h
configuring in trampoline
running /bin/sh ./configure  --cache-file=../config.cache --srcdir=.
loading cache ../config.cache
checking for gcc... (cached) gcc -O
checking whether the C compiler (gcc -O  ) works... yes
checking whether the C compiler (gcc -O  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... (cached) gcc -O -E -w
checking whether -traditional is needed for gcc -O on this system... (cached) no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking whether ln -s works... (cached) yes
checking for working void... yes
checking for working "return void"... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
checking for malloc declaration... 
         extern void* malloc (unsigned int);
checking for free declaration... 
         extern void free (void*);
checking for abort declaration... (cached) 
         extern void abort (void);
checking for open declaration... 
         extern int open (const char*, int, ...);
checking for getpagesize... yes
checking for getpagesize declaration... 
         extern int getpagesize (void);
checking for vm_allocate... no
checking for sys/file.h... yes
checking for O_RDWR in fcntl.h... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for mmap declaration... 
         extern void* mmap (void*, size_t, int, int, int, off_t);
checking for working mmap... yes
checking for mprotect... yes
checking for mprotect declaration... 
         extern int mprotect (void*, size_t, int);
checking for working mprotect... yes
checking for sys/shm.h... yes
checking for sys/ipc.h... yes
checking for shmget declaration... 
         extern int shmget (key_t, size_t, int);
checking for shmat declaration... 
         extern void* shmat (int, const void*, int);
checking for shmdt declaration... 
         extern int shmdt (const void *);
checking for shmctl declaration... 
         extern int shmctl (int, int, struct shmid_ds *);
checking for working shared memory... yes
checking for sys/sysmacros.h... yes
checking host system type... (cached) i686-pc-linux-gnu
checking whether code in malloc'ed memory is executable... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in callback
running /bin/sh ./configure  --cache-file=../config.cache --srcdir=.
loading cache ../config.cache
checking for gcc... (cached) gcc -O
checking whether the C compiler (gcc -O  ) works... yes
checking whether the C compiler (gcc -O  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... (cached) gcc -O -E -w
checking whether -traditional is needed for gcc -O on this system... (cached) no
checking whether using GNU C... (cached) yes
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking whether ln -s works... (cached) yes
checking host system type... (cached) i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared 
libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to produce relocatable object 
files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
creating ./config.status
creating Makefile
configuring in vacall_r
running /bin/sh ./configure  --cache-file=../../config.cache --srcdir=.
loading cache ../../config.cache
checking for gcc... (cached) gcc -O
checking whether the C compiler (gcc -O  ) works... yes
checking whether the C compiler (gcc -O  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... (cached) gcc -O -E -w
checking whether -traditional is needed for gcc -O on this system... (cached) no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking host system type... (cached) i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared 
libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to produce relocatable object 
files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for abort declaration... (cached) 
         extern void abort (void);
checking host system type... (cached) i686-pc-linux-gnu
checking for pcc non-reentrant struct return convention... (cached) no
checking whether small structs are returned in registers... (cached) no
checking whether floats are returned in integer registers... (cached) no
checking for long long type... (cached) yes
checking whether characters are unsigned... (cached) no
creating ./config.status
creating Makefile
creating vacall_r.h
creating config.h
configuring in trampoline_r
running /bin/sh ./configure  --cache-file=../../config.cache --srcdir=.
loading cache ../../config.cache
checking for gcc... (cached) gcc -O
checking whether the C compiler (gcc -O  ) works... yes
checking whether the C compiler (gcc -O  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... (cached) gcc -O -E -w
checking whether -traditional is needed for gcc -O on this system... (cached) no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking whether ln -s works... (cached) yes
checking host system type... (cached) i686-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i486-suse-linux/bin/ld
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... -static
checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld... yes
checking whether the linker (/usr/i486-suse-linux/bin/ld) supports shared 
libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/i486-suse-linux/bin/ld option to produce relocatable object 
files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking for working void... (cached) yes
checking for working "return void"... (cached) yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for malloc declaration... (cached) 
         extern void* malloc (unsigned int);
checking for free declaration... (cached) 
         extern void free (void*);
checking for abort declaration... (cached) 
         extern void abort (void);
checking for open declaration... (cached) 
         extern int open (const char*, int, ...);
checking for getpagesize... (cached) yes
checking for getpagesize declaration... (cached) 
         extern int getpagesize (void);
checking for vm_allocate... (cached) no
checking for sys/file.h... (cached) yes
checking for O_RDWR in fcntl.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking for mmap declaration... (cached) 
         extern void* mmap (void*, size_t, int, int, int, off_t);
checking for working mmap... (cached) yes
checking for mprotect... (cached) yes
checking for mprotect declaration... (cached) 
         extern int mprotect (void*, size_t, int);
checking for working mprotect... (cached) yes
checking for sys/shm.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for shmget declaration... (cached) 
         extern int shmget (key_t, size_t, int);
checking for shmat declaration... (cached) 
         extern void* shmat (int, const void*, int);
checking for shmdt declaration... (cached) 
         extern int shmdt (const void *);
checking for shmctl declaration... (cached) 
         extern int shmctl (int, int, struct shmid_ds *);
checking for working shared memory... (cached) yes
checking for sys/sysmacros.h... (cached) yes
checking host system type... (cached) i686-pc-linux-gnu
checking whether code in malloc'ed memory is executable... (cached) yes
creating ./config.status
creating Makefile
creating config.h
cd avcall; make all
make[1]: Entering directory `/local/src/ffcall-1.8d/avcall'
gcc -O -E -w `if test false = true; then echo '-DASM_UNDERSCORE'; fi` 
./avcall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | 
sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > avcall-i386.s
/bin/sh ./libtool --mode=compile gcc -O -x none -c avcall-i386.s
gcc -O -x none -c avcall-i386.s
echo timestamp > avcall-i386.lo
rm -f avcall.lo avcall.o
ln avcall-i386.lo avcall.lo
if test -f avcall-i386.o; then ln avcall-i386.o avcall.o; fi
/bin/sh ./libtool --mode=compile gcc -O  -c ./structcpy.c
gcc -O -c ./structcpy.c
echo timestamp > structcpy.lo
/bin/sh ./libtool --mode=link gcc -O -o libavcall.la -rpath /usr/local/lib 
avcall.lo structcpy.lo
mkdir .libs
ar cru .libs/libavcall.a  avcall.o structcpy.o
ranlib .libs/libavcall.a
creating libavcall.la
(cd .libs && ln -s ../libavcall.la libavcall.la)
make[1]: Leaving directory `/local/src/ffcall-1.8d/avcall'
cd vacall; make all
make[1]: Entering directory `/local/src/ffcall-1.8d/vacall'
gcc -O -E -w `if test false = true; then echo '-DASM_UNDERSCORE'; fi` 
./vacall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | 
sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > vacall-i386.s
gcc -O -x none -c vacall-i386.s
rm -f vacall.o
ln vacall-i386.o vacall.o
gcc -O  -I. -I. -c ./misc.c
gcc -O  -c ./structcpy.c
rm -f libvacall.a
ar rc libvacall.a vacall.o misc.o structcpy.o
ranlib libvacall.a
make[1]: Leaving directory `/local/src/ffcall-1.8d/vacall'
cd trampoline; make all
make[1]: Entering directory `/local/src/ffcall-1.8d/trampoline'
ln -s ./trampoline.h.in trampoline.h
gcc -O  -I. -I. -c ./trampoline.c
rm -f libtrampoline.a
ar rc libtrampoline.a trampoline.o 
ranlib libtrampoline.a
make[1]: Leaving directory `/local/src/ffcall-1.8d/trampoline'
cd callback; make all
make[1]: Entering directory `/local/src/ffcall-1.8d/callback'
cd vacall_r; make all
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/vacall_r'
gcc -O -E -w `if test false = true; then echo '-DASM_UNDERSCORE'; fi` 
./vacall-i386-macro.S | grep -v '^ *#line' | grep -v '^#ident' | grep -v '^#' | 
sed -e 's,% ,%,g' -e 's,% ,%,g' -e 's,\. ,.,g' > vacall-i386.s
/bin/sh ./libtool --mode=compile gcc -O -x none -c vacall-i386.s
gcc -O -x none -c vacall-i386.s
echo timestamp > vacall-i386.lo
rm -f vacall.lo vacall.o
ln vacall-i386.lo vacall.lo
if test -f vacall-i386.o; then ln vacall-i386.o vacall.o; fi
/bin/sh ./libtool --mode=compile gcc -O  -I. -I. -c ./misc.c
gcc -O -I. -I. -c ./misc.c
echo timestamp > misc.lo
/bin/sh ./libtool --mode=compile gcc -O  -c ./structcpy.c
gcc -O -c ./structcpy.c
echo timestamp > structcpy.lo
/bin/sh ./libtool --mode=link gcc -O -o libvacall.la -rpath /usr/local/lib 
vacall.lo misc.lo structcpy.lo
mkdir .libs
ar cru .libs/libvacall.a  vacall.o misc.o structcpy.o
ranlib .libs/libvacall.a
creating libvacall.la
(cd .libs && ln -s ../libvacall.la libvacall.la)
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/vacall_r'
cd trampoline_r; make all
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/trampoline_r'
ln -s ./trampoline_r.h.in trampoline_r.h
/bin/sh ./libtool --mode=compile gcc -O  -I. -I. -c ./trampoline.c
gcc -O -I. -I. -c ./trampoline.c
echo timestamp > trampoline.lo
/bin/sh ./libtool --mode=link gcc -O -o libtrampoline.la -rpath /usr/local/lib 
trampoline.lo 
mkdir .libs
ar cru .libs/libtrampoline.a  trampoline.o
ranlib .libs/libtrampoline.a
creating libtrampoline.la
(cd .libs && ln -s ../libtrampoline.la libtrampoline.la)
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/trampoline_r'
ln -s ./callback.h.in callback.h
ln -s vacall_r/vacall_r.h vacall_r.h
ln -s trampoline_r/trampoline_r.h trampoline_r.h
/bin/sh ./libtool --mode=link gcc -O -o libcallback.la -rpath /usr/local/lib 
vacall_r/vacall.lo vacall_r/misc.lo vacall_r/structcpy.lo trampoline_r/*.lo
mkdir .libs
ar cru .libs/libcallback.a  vacall_r/vacall.o vacall_r/misc.o 
vacall_r/structcpy.o trampoline_r/trampoline.o
ranlib .libs/libcallback.a
creating libcallback.la
(cd .libs && ln -s ../libcallback.la libcallback.la)
make[1]: Leaving directory `/local/src/ffcall-1.8d/callback'
cd avcall; make install
make[1]: Entering directory `/local/src/ffcall-1.8d/avcall'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir /usr/local/lib ; fi
/bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 libavcall.la 
/usr/local/lib/libavcall.la
/usr/bin/install -c -m 644 libavcall.la /usr/local/lib/libavcall.la
/usr/bin/install -c -m 644 .libs/libavcall.a /usr/local/lib/libavcall.a
ranlib /usr/local/lib/libavcall.a
chmod 644 /usr/local/lib/libavcall.a
PATH="/home/pascal/GNUstep/Tools:/home/pascal/GNUstep/Tools/ix86/linux-gnu/gnu-gnu-gnu:/home/pascal/GNUstep/Tools/ix86/linux-gnu:/usr/local/GNUstep/Local/Tools:/usr/local/GNUstep/Local/Tools/ix86/linux-gnu/gnu-gnu-gnu:/usr/local/GNUstep/Local/Tools/ix86/linux-gnu:/usr/local/GNUstep/Network/Tools:/usr/local/GNUstep/Network/Tools/ix86/linux-gnu/gnu-gnu-gnu:/usr/local/GNUstep/Network/Tools/ix86/linux-gnu:/usr/local/GNUstep/System/Tools:/usr/local/GNUstep/System/Tools/ix86/linux-gnu/gnu-gnu-gnu:/usr/local/GNUstep/System/Tools/ix86/linux-gnu:/home/pascal/bin:/local/bin:/local/apps/WordPerfect/wpbin:/local/apps/Acrobat4/bin:/local/apps/netscape:/local/JavaApps:/local/languages/java/jdk1.1.6//bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/usr/games:/opt/kde/bin:/opt/kde2/bin:/opt/gnome/bin:.:/sbin"
 ldconfig -n /usr/local/lib
------------------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.

 You will also need to do one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
------------------------------------------------------------------------------
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
/usr/bin/install -c -m 644 avcall.h /usr/local/include/avcall.h
if [ ! -d /usr/local/man ] ; then mkdir /usr/local/man ; fi
if [ ! -d /usr/local/man/man3 ] ; then mkdir /usr/local/man/man3 ; fi
/usr/bin/install -c -m 644 ./avcall.3 /usr/local/man/man3/avcall.3
if [ ! -d /usr/local/share ] ; then mkdir /usr/local/share ; fi
if [ ! -d /usr/local/share/html ] ; then mkdir /usr/local/share/html ; fi
/usr/bin/install -c -m 644 ./avcall.html /usr/local/share/html/avcall.html
make[1]: Leaving directory `/local/src/ffcall-1.8d/avcall'
cd vacall; make install
make[1]: Entering directory `/local/src/ffcall-1.8d/vacall'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir /usr/local/lib ; fi
/usr/bin/install -c -m 644 libvacall.a /usr/local/lib/libvacall.a
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
/usr/bin/install -c -m 644 vacall.h /usr/local/include/vacall.h
if [ ! -d /usr/local/man ] ; then mkdir /usr/local/man ; fi
if [ ! -d /usr/local/man/man3 ] ; then mkdir /usr/local/man/man3 ; fi
/usr/bin/install -c -m 644 ./vacall.3 /usr/local/man/man3/vacall.3
if [ ! -d /usr/local/share ] ; then mkdir /usr/local/share ; fi
if [ ! -d /usr/local/share/html ] ; then mkdir /usr/local/share/html ; fi
/usr/bin/install -c -m 644 ./vacall.html /usr/local/share/html/vacall.html
make[1]: Leaving directory `/local/src/ffcall-1.8d/vacall'
cd trampoline; make install
make[1]: Entering directory `/local/src/ffcall-1.8d/trampoline'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir /usr/local/lib ; fi
/usr/bin/install -c -m 644 libtrampoline.a /usr/local/lib/libtrampoline.a
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
/usr/bin/install -c -m 644 trampoline.h /usr/local/include/trampoline.h
if [ ! -d /usr/local/man ] ; then mkdir /usr/local/man ; fi
if [ ! -d /usr/local/man/man3 ] ; then mkdir /usr/local/man/man3 ; fi
/usr/bin/install -c -m 644 ./trampoline.3 /usr/local/man/man3/trampoline.3
if [ ! -d /usr/local/share ] ; then mkdir /usr/local/share ; fi
if [ ! -d /usr/local/share/html ] ; then mkdir /usr/local/share/html ; fi
/usr/bin/install -c -m 644 ./trampoline.html 
/usr/local/share/html/trampoline.html
make[1]: Leaving directory `/local/src/ffcall-1.8d/trampoline'
cd callback; make install
make[1]: Entering directory `/local/src/ffcall-1.8d/callback'
cd vacall_r; make install
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/vacall_r'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
/usr/bin/install -c -m 644 vacall_r.h /usr/local/include/vacall_r.h
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/vacall_r'
cd trampoline_r; make install
make[2]: Entering directory `/local/src/ffcall-1.8d/callback/trampoline_r'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
/usr/bin/install -c -m 644 trampoline_r.h /usr/local/include/trampoline_r.h
if [ ! -d /usr/local/man ] ; then mkdir /usr/local/man ; fi
if [ ! -d /usr/local/man/man3 ] ; then mkdir /usr/local/man/man3 ; fi
/usr/bin/install -c -m 644 ./trampoline_r.3 /usr/local/man/man3/trampoline_r.3
if [ ! -d /usr/local/share ] ; then mkdir /usr/local/share ; fi
if [ ! -d /usr/local/share/html ] ; then mkdir /usr/local/share/html ; fi
/usr/bin/install -c -m 644 ./trampoline_r.html 
/usr/local/share/html/trampoline_r.html
make[2]: Leaving directory `/local/src/ffcall-1.8d/callback/trampoline_r'
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local ] ; then mkdir /usr/local ; fi
if [ ! -d /usr/local/lib ] ; then mkdir /usr/local/lib ; fi
/bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 libcallback.la 
/usr/local/lib/libcallback.la
/usr/bin/install -c -m 644 libcallback.la /usr/local/lib/libcallback.la
/usr/bin/install -c -m 644 .libs/libcallback.a /usr/local/lib/libcallback.a
ranlib /usr/local/lib/libcallback.a
chmod 644 /usr/local/lib/libcallback.a
PATH="/home/pascal/GNUstep/Tools:/home/pascal/GNUstep/Tools/ix86/linux-gnu/gnu-gnu-gnu:/home/pascal/GNUstep/Tools/ix86/linux-gnu:/usr/local/GNUstep/Local/Tools:/usr/local/GNUstep/Local/Tools/ix86/linux-gnu/gnu-gnu-gnu:/usr/local/GNUstep/Local/Tools/ix86/linux-gnu:/usr/local/GNUstep/Network/Tools:/usr/local/GNUstep/Network/Tools/ix86/linux-gnu/gnu-gnu-gnu:/usr/local/GNUstep/Network/Tools/ix86/linux-gnu:/usr/local/GNUstep/System/Tools:/usr/local/GNUstep/System/Tools/ix86/linux-gnu/gnu-gnu-gnu:/usr/local/GNUstep/System/Tools/ix86/linux-gnu:/home/pascal/bin:/local/bin:/local/apps/WordPerfect/wpbin:/local/apps/Acrobat4/bin:/local/apps/netscape:/local/JavaApps:/local/languages/java/jdk1.1.6//bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/usr/games:/opt/kde/bin:/opt/kde2/bin:/opt/gnome/bin:.:/sbin"
 ldconfig -n /usr/local/lib
------------------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

To link against installed libraries in a given directory, LIBDIR,
you must use the `-LLIBDIR' flag during linking.

 You will also need to do one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
------------------------------------------------------------------------------
if [ ! -d /usr/local/include ] ; then mkdir /usr/local/include ; fi
/usr/bin/install -c -m 644 callback.h /usr/local/include/callback.h
if [ ! -d /usr/local/man ] ; then mkdir /usr/local/man ; fi
if [ ! -d /usr/local/man/man3 ] ; then mkdir /usr/local/man/man3 ; fi
/usr/bin/install -c -m 644 ./callback.3 /usr/local/man/man3/callback.3
if [ ! -d /usr/local/share ] ; then mkdir /usr/local/share ; fi
if [ ! -d /usr/local/share/html ] ; then mkdir /usr/local/share/html ; fi
/usr/bin/install -c -m 644 ./callback.html /usr/local/share/html/callback.html
make[1]: Leaving directory `/local/src/ffcall-1.8d/callback'
[pascal@thalassa ffcall-1.8d]$ pushd
bash: pushd: no other directory
[pascal@thalassa ffcall-1.8d]$ cd /local/src/gnustep/gnustep/base
bash: cd: /local/src/gnustep/gnustep/base: No such file or directory
[pascal@thalassa ffcall-1.8d]$ cd /local/src/gnustep/gnustep/
CVS       core      dev-apps  dev-libs  dgs       usr-apps  
[pascal@thalassa ffcall-1.8d]$ cd /local/src/gnustep/gnustep/core/base/
[pascal@thalassa base]$ make
./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for whoami... /usr/bin/whoami
checking whether nested functions work... yes
checking the Objective-C runtime... GNU
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 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... not found
checking whether SO_REUSADDR is broken... no
checking for objc threading flags...   -lpthread
checking whether byte ordering is bigendian... no
checking for void*... yes
checking size of void*... 4
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
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 checking if dladdr() is available... yes
checking whether objc really works... yes
checking if the compiler supports -fconstant-string-class... no
checking if +load method is executed before main... yes
checking for objc_condition_timedwait... no
checking for objc_thread_add... no
checking for size_t... yes
checking for gcc option to accept ANSI C... none needed
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/stat.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for sys/types.h... (cached) yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for main in -lm... yes
checking for statvfs... yes
checking for link... yes
checking for symlink... yes
checking for readlink... yes
checking for geteuid... yes
checking for getlogin... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getgrgid... yes
checking for rint... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking ucbinclude/sys/resource.h usability... no
checking ucbinclude/sys/resource.h presence... no
checking for ucbinclude/sys/resource.h... no
checking for time... yes
checking for ctime... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for syslog... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for poll... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for vsprintf... yes
checking for vasprintf... yes
checking for getcwd... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for valloc... yes
checking for times... yes
checking for mkstemp... yes
checking for shmctl... yes
checking for mmap... yes
checking for inet_aton... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzseek in -lz... yes
checking for killpg... yes
checking for setpgrp... yes
checking for setpgid... yes
checking whether setpgrp takes no argument... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdint.h... (cached) yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for usleep... yes
checking for strerror... yes
checking for uintmax_t... yes
checking whether precompiler handles LONG_LONG_MAX... no
checking whether we have LLONG_MAX... no
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for register_printf_function... yes
test hi there = hi there
checking for realpath... yes
checking program_invocation_name in C Library... yes
checking kernel support for /proc filesystem... yes
checking link to exe of process in /proc... /proc/self/exe
checking /proc/19727/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 ffi.h usability... no
checking ffi.h presence... no
checking for ffi.h... no
checking "for forwarding callback in runtime"... no
checking callback.h usability... yes
checking callback.h presence... yes
checking for callback.h... yes
checking "FFI library usage"... none

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, and you will not
be able to use gnustep-gui.

You most likely do not want to build -base without DO support. Many
things, including all applications, won't work at all without DO.
If you really want to build -base without DO support, add --disable-do
to the configure arguments.
For more information, read the GNUstep build guide, ffcall section:
http://documents.made-it.com/GNUstep/buildguide.html#FOREIGN.FUNCTION.INTERFACES
configure: error: No ffcall interface library found.
make: *** [base.make] Error 1
[pascal@thalassa base]$ 


-- 
__Pascal_Bourguignon__                   http://www.informatimago.com/
----------------------------------------------------------------------
Do not adjust your mind, there is a fault in reality.




reply via email to

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