Message29360
Logged In: YES
user_id=44345
Thomas,
I did an svn up (rev 51078), deleted any local changes,
created a new build directory, configured and built. I got
the same error about ffi_closure_SYSV_inner. I then
manually reran the link command without mention of ffi.o or
sysv.o. It linked fine but when I ran make again it
complained that _ctypes.so couldn't resolve
ffi_prep_closure. This symbol is defined in ffi.o, so it
appears either that ffi.c is needed in the source list or
maybe ffi64.c needs to be modified to provide it. As far as
I can tell it doesn't export any useful symbols:
$ nm -p
build/temp.solaris-2.10-i86pc-2.5/home/ink/skipm/src/python-svn/trunk/Modules/_ctypes/libffi/src/x86/ffi64.o
build/temp.solaris-2.10-i86pc-2.5/home/ink/skipm/src/python-svn/trunk/Modules/_ctypes/libffi/src/x86/ffi64.o:
0000000000 s
0000000000 s
0000000000 s
0000000000 s
0000000000 s
0000000000 s
0000000000 f ffi64.c
Skip
|
|
Date |
User |
Action |
Args |
2007-08-23 14:41:41 | admin | link | issue1530448 messages |
2007-08-23 14:41:41 | admin | create | |
|