Martin Gamwell Dawids píše v Pá 21. 10. 2011 v 02:17 -0700: > Is ths line ok? > > int dlopenMode = RTLD_NOW | RTLD_GLOBAL; > > It comes before other declarations but is a constant initialization.
Well, this line broke compilation on windows. I moved it to unix specific part. Otherwise it is ok. I fixed it for 1.5. > For code specific to > > Linux/Solaris/AIX there is a variable 'is_unix'. > > That sounds good. I also remember having seen other variables like > this to avoid constantly duplicated (and possible inconsistent) calls > to 'sys.platform.startswith(<something>)'. There is a bunch of them: from PyInstaller import is_win, is_darwin, is_unix, is_solar, is_aix Could you try compile bootloader with xlc? I suppose it is the default compiler. Is the /opt/freeware/lib standard path on aix for freeware libs? -- 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.
