Hi Martin, I have now submitted a patch to the ticket http://www.pyinstaller.org/ticket/343
The patch applies cleanly to trunk at revision 1794. It is tested with AIX 6.1, Python 2.6.2, GCC 4.2.0. Produced executable also run on AIX 5.2 and 5.3. Also tested building bootloader and running tests on MacOSX 10.6 and Ubuntu 11.10. I still have the errors in the test suite mentioned in the previous post. I would like to look into them, but would be happy, if you could apply the patch to trunk before I have fixed the tests. It is only once in the while I have time to work on this port and last time was 5 weeks ago and keeping the patch up to date is quite some work when a lot of things have changed in trunk. The code in the source/common/launch.c (function "loadPython") has been cleaned up a bit to make it easier to read and maintain, and it required some changes in source/linux/utils.c. Here the main changes are: * functions "append2enviroment" which was renamed to "prepend2enviroment" and made static. * new function "prependToDynamicLibraryPath" which handles that different env vars are used for loading so-libraries on AIX on other Unices. Regards, Martin -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
