Re: Python 2.5 Installation and Tkinter

2006-09-27 Thread Martin v. Löwis
milan_sanremo schrieb: > gcc -shared > build/temp.solaris-2.10-i86pc-2.5/export/home/rhancock/download/install/Python-2.5/Modules/_tkinter.o > build/temp.solaris-2.10-i86pc-2.5/export/home/rhancock/download/install/Python-2.5/Modules/tkappinit.o > -L/usr/openwin/lib -L/usr/local/lib -ltk8.4 -ltcl8.

Re: Python 2.5 Installation and Tkinter

2006-09-27 Thread milan_sanremo
> The system doesn't look in /usr/local/lib when searching for shared > libraries. You have the usual options: > > 1. Set LD_RUN_PATH at build time to include /usr/local/lib > 2. Set LD_LIBRARY_PATH at run time to include /usr/local/lib > 3. Use crle to add /usr/local/lib to the system wide search

Re: Python 2.5 Installation and Tkinter

2006-09-22 Thread Martin v. Löwis
milan_sanremo schrieb: > cc -shared > build/temp.solaris-2.10-i86pc-2.5/tmp/Python-2.5/Modules/_tkinter.o > build/temp.solaris-2.10-i86pc-2.5/tmp/Python-2.5/Modules/tkappinit.o > -L/usr/openwin/lib -L/usr/local/lib -ltk8.5 -ltcl8.5 -lX11 -o > build/lib.solaris-2.10-i86pc-2.5/_tkinter.so > > Yet, t

Re: Python 2.5 Installation and Tkinter

2006-09-22 Thread milan_sanremo
milan_sanremo wrote: > Under Solaris 10 I installed tcl 8.5 and tk8.5 and they work just fine. > I built both with > ./configure -prefix /usr/local/python/lib > > I then set LD_RUN_PATH to /usr/local/python/lib and ran the ./configure > for Python 2.5 with no arguments. When I run make, it state

Python 2.5 Installation and Tkinter

2006-09-22 Thread milan_sanremo
Under Solaris 10 I installed tcl 8.5 and tk8.5 and they work just fine. I built both with ./configure -prefix /usr/local/python/lib I then set LD_RUN_PATH to /usr/local/python/lib and ran the ./configure for Python 2.5 with no arguments. When I run make, it states: INFO: Can't locate Tcl/Tk lib