Hi, Using Ubuntu 7.04 Python 2.5 wxPython 2.8.3 PyInstaller 1.3 from svn
First thing to say, I have no knowledge of C or C++ and little of compiling itself because i'm from the windows world. Because I like to release a python program also for Linux I'm trying to use PyInstaller. But trying to compile PyInstaller get me these errors: gcc -pthread -I/usr/include -I/usr/include/python2.5 -I../common -I../ zlib -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing - DNDEBUG -g -O2 -Wall -Wstrict-prototypes -DHAVE_WARNINGS -c ../common/ launch.c -o launch.o ../common/launch.c: In functie 'importModules': ../common/launch.c:603: let op: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness ../common/launch.c:578: let op: unused variable 'buf' ../common/launch.c:577: let op: unused variable 'res' ../common/launch.c:573: let op: unused variable 'pyfile' ../common/launch.c: In functie 'runScripts': ../common/launch.c:854: let op: pointer targets in passing argument 1 of 'PyRun_SimpleStringFlags' differ in signedness ../common/launch.c: In functie 'init': ../common/launch.c:977: let op: unused variable 'p' gcc -pthread -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -Xlinker - export-dynamic getpath.o main.o launch.o /usr/lib/python2.5/config/ libpython2.5.a -lpthread -ldl -lutil -lm -lz -o ../../support/loader/ run /usr/bin/ld: cannot find -lz collect2: ld gaf exit-status 1 terug make: *** [../../support/loader/run] Fout 1 Any help in this would be welcom. Cor --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
