Problem compiling Python 1.5.2 w/Tkinter on Linux

*puntero_loko jajs at NOSPAMretemail.es
Sun Mar 19 17:15:01 EST 2000


Joshua Macy dijo sobre Problem compiling Python 1.5.2 w/Tkinter on Linux,
en fecha: Sun, 19 Mar 2000 17:40:43 GMT

| I'm trying to compile Python 1.5.2 on my Caldera OpenLinux 2.2 box
|(kernel 2.2.5), and make has the following complaint:
|
|gcc  -Xlinker -export-dynamic python.o \
|	  ../libpython1.5.a -L/usr/lib -ltk8.0 -ltcl8.0 -L/usr/X11R6/lib
|-lX11        -ldl  -lm  -o python 
|/usr/i386-linux/bin/ld: cannot open -lX11: No such file or directory
|make[1]: *** [link] Error 1
|make[1]: Leaving directory `/usr/local/src/Python-1.5.2/Modules'
|make: *** [python] Error 2
|

You need to install the package xlib6-dev (or something similar).



More information about the Python-list mailing list