Martin Gamwell Dawids píše v Čt 22. 09. 2011 v 02:49 -0700: > I think my approach now will be: > * Get the newest code from branch/1.5 (revision 1594 at the time of > writing). > * Apply my patches to this code (I know there will be some conflicts.)
I only commited the changes > * Keep the code I wrote for statically linking Python. It could be > used in the future maybe for > linking ActiveState Python. Could you submit the patch with code for statical linking to a new ticket? like 'support statical linking of python library'? > * Keep the code you have added to the 1.5 branch in change 1586 > regarding static linking of Python. > * Remove my comments regarding AIX in connection with static linking. > * In launch.c function "int loadPython()" add code for AIX to load the > shared lib correctly as > "libpython<ver>.a(libpythonx<ver>.so)". I think we would need to modify the bindepend.py for resolving binary dependencies for AIX. There should be a function which uses 'ldd' command to do this. Maybe it should be modified for aix if id does not work. > > After that I will have to address the problems with libc and libz. You don't need to bother with libc.(in case you do not use your own version). Every binary in system is dependent on system libc. Let me know if should link libz statically with loader for aix. It should be trivial to make such changes to wscript. > > Does it sound reasonable? -- 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.
