On Tue, 2010-02-16 at 23:07 -0800, King wrote: > Thanks Martin, > > >The solution is to compile the bootloader on the oldest system > > you have around, so that it gets linked with the oldest version of > > GLIBC. Then, you can copy the bootloader binaries (support/loader/*) > > into your development system and run Build.py there. > > This is not a user friendly solution and even if you do it for one > distro, then there are many others with their own issues and > dependencies.
You're missing the point. The only issue is dependency with libc. If you recompile the bootloader on an "old" distribution, you will obtain a binary that should work on any modern distribution. The "best" overall solution would be to use LSB for the bootloader. Patches are welcome. > > See also this ticket:http://www.pyinstaller.org/ticket/145 > > > This problem will be solved in the future, by using LSB. I believe it > > should be quite easy: > > changing gcc to lsbcc in the Makefile and maybe adding > > -lsb-use-default-linker. > > Could you please let me know the availability of the new version with > this feature being implemented? I'm sorry but we are unable to provide an estimate. If you subscribe to the ticket, you will get notified as soon as the issue is resolved. -- Giovanni Bajo Develer S.r.l. http://www.develer.com -- 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.
