This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
your patch broke darwin libffi
- From: Andreas Tobler <toa at pop dot agri dot ch>
- To: David Edelsohn <dje at watson dot ibm dot com>, GCC <gcc at gcc dot gnu dot org>
- Date: Fri, 18 Jan 2002 08:39:21 +0100
- Subject: your patch broke darwin libffi
- Organization: zero
Hi David,
your latest patch to the libffi broke darwin to build:
/Volumes/xufs/gccsrc/objdir/gcc/xgcc -B/Volumes/xufs/gccsrc/objdir/gcc/
-B/Volumes/reserved1/gcctmp/powerpc-apple-darwin5.2/bin/
-B/Volumes/reserved1/gcctmp/powerpc-apple-darwin5.2/lib/ -isystem
/Volumes/reserved1/gcctmp/powerpc-apple-darwin5.2/include -fexceptions
-g -o ffitest -shared-libgcc src/ffitest.o ./.libs/libffi.a
/usr/bin/ld: Undefined symbols:
_ffi_call_AIX
collect2: ld returned 1 exit status
make[2]: *** [ffitest] Error 1
I'll have a look what's going on.
Thanks,
Andreas