[Python-bugs-list] [ python-Bugs-805200 ] _tkinter compilation fails

SourceForge.net noreply at sourceforge.net
Wed Nov 5 17:03:34 EST 2003


Bugs item #805200, was opened at 2003-09-12 12:13
Message generated for change (Comment added) made by robinf1
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=805200&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Samson Abramsky (bobrowski)
Assigned to: Nobody/Anonymous (nobody)
Summary: _tkinter compilation fails

Initial Comment:
Building Python 2.3 on Linux.
At make stage:
_tkinter compilation fails: libtk8.4.so  no such file
of directory
with  gcc arguments 
    -L/usr/local/lib -ltk8.4

However, /usr/local/lib/libtk8.4.so does exist.!

----------------------------------------------------------------------

Comment By: Robin Friedrich (robinf1)
Date: 2003-11-05 16:03

Message:
Logged In: YES 
user_id=404550

I'm seeing this same link error. Python 2.3.2 / Red Hat Linux 
7.3.
I configure tcl/tk with a --prefix in configure and install. 
Works. I configure Python with same prefix; build fails to link 
saying it can't find libtk8.4.so when it indeed there. (the link 
line has the right -L and -l)

For comparison I build a clean Python 2.2.3 from scratch with 
the same configure options and it compiled/linked/installed 
fine against this same exact .so.  

PS> Is LD_LIBRARY_PATH really necessary?

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2003-09-12 13:35

Message:
Logged In: YES 
user_id=33168

Are you sure libtk8.4.so isn't a sym link to a non-existent
file?  Is /usr/local/lib configured in ld.so?  Is
LD_LIBRARY_PATH set properly?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=805200&group_id=5470



More information about the Python-bugs-list mailing list