Yes, I did compile Python myself for this platform. You mean when I compile python use the -static-libgcc option?
On Thu, Mar 17, 2011 at 4:14 PM, Martin Zibricky <[email protected]> wrote: > Isaac Wagner píše v Čt 17. 03. 2011 v 16:01 -0400: >> I'm trying to get Pyinstaller 1.5rc-1 working under Solaris. I >> managed to get the loader to compile (with a few code tweaks). When I >> run Build.py I get a binary file. However, when I run the binary I >> get this error: >> >> Error loading Python lib './libpython2.7.so.1.0: ld.so.1: ./MyScript: >> fatal: libgcc_s.so.1: open failed: No such file or directory >> >> >> Any ideas? > > Did you compile python yourself? > > maybe you could try linker option -static-libgcc > > it seems like libgcc_s.so.1 was not recognized as dependency > > -- > 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. > > -- 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.
