On 4/17/2007 10:27 AM, mathieu wrote: > After some trial and errors I discover how important the > LD_LIBRARY_PATH is :) > My problem is that I programatically generate the library and the > exe (using PyInstaller). this is failry easy to add a rules in > Makefiles to make PyInstaller depends on the generation of another > lib, but I would like to avoid setting LD_LIBRARY_PATH (this is not > cross platform). > > Is there a way to tell PyInstaller to do so ?
Hi Mathieu! If gcc -static is not the answer, I guess you'll have to explain me your problem with more details :) -- Giovanni Bajo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
