> > > You could also look at the wscript file if it needs some changes to > > tell > > > gcc link libpython static. > > > I know you did some work. But I will still need my changes in the > > bootloader. Otherwise, the bootloader cannot get to the symbols in the > > library. > > I only added an option to wscript to enable symbols for static linking. > > But there seems to be more to do. We need to tell gcc to link static > version of python library. I was trying to do that but without success. > Or maybe i didn't use correctly python with static lib.
Yes, you probably needs a static version of libpython, but apart from that, I believe I have the code in place. (The patch attached to ticket #420 is not complete, but I think I have the bits in place.) I will try to update the incomplete patch on ticket #420 later this week, if you are interested. /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.
