[issue6006] ffi.c compile failures on AIX 5.3 with xlc
rubisher added the comment: Hello Gilles, The libffi-4.2.0-3 I used, was coming from the previously mentioned repository: <http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html>. That said, if I click on link, it points me to <ftp://ftp.gnu.org/gnu/gcc> So, as far as I understand, it's the version of libffi coming with gcc project and so of the same release as the gcc available at this place i.e. 4.2.0-3. What's the difference with sourceware.org/libffi? It's very not clear to me: reading this announce: <http://sourceware.org/ml/libffi-discuss/2009/msg00146.html>, it seems that gcc one is the merge of the upstream? Hth, r. PS: As I was fired from my previous position, I don't have any more access to my testing system and so couldn't more helpful, sorry :<( On 09/21/2011 09:07 AM, Gilles PION wrote: > > Gilles PION added the comment: > > According to ffi site (http://sourceware.org/libffi/, the latest version is > libffi-3.0.10, dated few days ago (which BTW I've been unable to compile on > AIX, while 3.0.9 is OK) > > So what are those 4.2.0-3 versions coming from? > > -- > nosy: +gpion > > ___ > Python tracker > <http://bugs.python.org/issue6006> > ___ > -- ___ Python tracker <http://bugs.python.org/issue6006> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6006] ffi.c compile failures on AIX 5.3 with xlc
rubisher added the comment: Well a few spare time let me investigate this way: using gc[cj] libffi. I so first install libffi-4.2.0-3 as well as libffi-devel-4.2.0-3 (not sure this last one is required, though) then configure python (2.6) with --with-system-ffi but it doesn't seems to be enough to locate libffi so I added symbolic links: /usr/lib/libffi.a -> ../../opt/freeware/lib/libffi.a /usr/include/ffi.h -> \ ../../opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0/include/ffi.h /usr/include/ffitarget.h -> \ ../../opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.2.0/include/ffitarget.h After that I reach to compile python2.6.2 without error and at a first glance it seems to work fine (just rebuild bzr 1.17 and launch some cmdl, ;<)). Hope this could help for python3 and xlC, r. -- ___ Python tracker <http://bugs.python.org/issue6006> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6006] ffi.c compile failures on AIX 5.3 with xlc
rubisher added the comment: Just to mention the same issue for Python-2.6.2 and gcc-4.2.0 on aix 5.3 too. -- nosy: +rubisher ___ Python tracker <http://bugs.python.org/issue6006> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6006] ffi.c compile failures on AIX 5.3 with xlc
rubisher added the comment: Having a look at <http://www- 03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html> gcc libffi is wel available for Aix, though? That said, I just need python for bzr and associated tools to maintain localy a small number of script, so imho I would be able survive without ffi support in python (even _ctype?). Any idea how to remove this support at build from src time: I have a look at ./configure --help and even try to change some other compilation option like -O2 (in place of default -O3) but nothing seems to be helpfull. Tx for additional advise. -- ___ Python tracker <http://bugs.python.org/issue6006> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com