Fabrizio Milo <[EMAIL PROTECTED]> wrote: > Greetings. > > after creating an executable with pyinstaller I got the following > error under Linux: > >> error while loading shared libraries: libc.so.6: cannot handle TLS data > > There is a way to build statically? > > thanks
Try to manually modify the Makefile generated by Make.py within source/linux/. If you add -static to the compilation options, does it work? -- Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
