FS#5133 - tcl: gcc -ltclstub doesn't work

Attached to Project: Arch Linux
Opened by asd asd (izaak) - Saturday, 29 July 2006, 15:02 GMT
Last edited by Roman Kyrylych (Romashka) - Monday, 15 October 2007, 10:04 GMT
Task Type Bug Report
Category Packages: Current
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

passing -ltclstub to gcc won't find it, instead you have to use -ltclstub8.4 . This must be fixed as many source use -ltclstub
This task depends upon

Closed by  Roman Kyrylych (Romashka)
Monday, 15 October 2007, 10:04 GMT
Reason for closing:  Fixed
Comment by Alexander Baldeck (kth5) - Friday, 04 August 2006, 12:50 GMT
looks like a versioned library handling this just as openssl does. to quick fix this create a symlink /usr/lib/libtclstub.so pointing to /usr/lib/libtclstub8.4.so.
a permament solution requires a bit research though for the above mentioned reason.

Loading...