> It seems to me that you will have to modify in bootloader source the
> usage of dlopen() function. According to
>
> http://stromberg.dnsalias.org/~strombrg/AIX-shared-libs.html
>
> You will have to use dlopen like
>
> dlopen('libpython2.6.a(libpython2.6.so)')
>
> Explicitly saing what file should be imported from the *.a archive.
Working on it, but "dlopen()" is not happy:
Loading '/data/maconomy/mgd/pyinstaller-patches/2nd/gcc/
libpython2.6.a(libpython2.6.so)'
0509-022 Cannot load module /data/maconomy/mgd/pyinstaller-
patches/2nd/gcc/libpython2.6.a(libpython2.6.so).
0509-026 System error: A file or directory in the path name
does not exist.
Also tried a with "[]" around the shared object name and appending ".
1" to the so.
I guess I have to Google around a bit.
/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.