This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dbyrne
Recipients dbyrne, theller
Date 2009-04-07.15:15:41
SpamBayes Score 2.6200464e-10
Marked as misclassified No
Message-id <1239117342.9.0.186105014374.issue5718@psf.upfronthosting.co.za>
In-reply-to
Content
I am using AIX 5.3 xlc 9.0.  I am unable to get the libffi section to
build.  It also happens with the separate libffi code, so I will try to
report there as well.  I get the following:

cc_r -qlanglvl=extc89 -DNDEBUG -O -I.
-I/appl/bwc/src/Python-2.6.1/./Include
-Ibuild/temp.aix-5.3-2.6/libffi/include -Ibuild/temp.aix-5.3-2.6/libffi
-I/appl/bwc/src/Python-2.6.1/Modules/_ctypes/libffi/src
-I/appl/bwc/local2/include -I. -IInclude -I./Include
-I/usr/local/include -I/appl/bwc/src/Python-2.6.1/Include
-I/appl/bwc/src/Python-2.6.1 -c
/appl/bwc/src/Python-2.6.1/Modules/_ctypes/libffi/src/powerpc/aix_closure.S
-o
build/temp.aix-5.3-2.6/appl/bwc/src/Python-2.6.1/Modules/_ctypes/libffi/src/powerpc/aix_closure.o
Assembler:
/tmp/xlcS00-Mgqd.s: line 111: undefined symbol ".ffi_closure_helper_DARWIN"
/tmp/xlcS00-Mgqd.s: line 111: illegal expression type for branch address
History
Date User Action Args
2009-04-07 15:15:43dbyrnesetrecipients: + dbyrne, theller
2009-04-07 15:15:42dbyrnesetmessageid: <1239117342.9.0.186105014374.issue5718@psf.upfronthosting.co.za>
2009-04-07 15:15:41dbyrnelinkissue5718 messages
2009-04-07 15:15:41dbyrnecreate