> From: fred smith <[EMAIL PROTECTED]>
>
> Gentlemen:
> 
> I'm trying to install Python 1.5.2 on my RH 5.2 box, which comes with
> version 1.5.1. I'd like to try out the PYSOL suite of solitaire games
> and it refuses to run with 1.5.1.
> 
> So, I downloaded a source RPM for 1.5.2 (from a link on the python
> home page) and ran a "rpm --rebuild". It cranks along for a bit then
> dies with:
> 
> gcc -shared  _tkinter.o tkappinit.o  -ltix4.1.8.0 -lBLT -ltk8.0 -ltcl8.0 
>-L/usr/X11R6/lib -lX11 -o _tkinter.so
> ld: cannot open -lBLT: No such file or directory
> 
> Anybody know what the library libBLT.a (-lBLT) is? And/or where do I
> get it?
> 
> Thanks!
> 

Sorry if this has already been answered:

It's on my RH 5.2 box:

locate libBLT
/usr/lib/libBLT.a
/usr/lib/libBLT.so
/usr/lib/libBLT.so.2
/usr/lib/libBLT.so.2.4

rpm -qf /usr/lib/libBLT.a
blt-2.4f-3

Dave


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to