All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
Where is libplot.so (from plotutils)?
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login |
|
|
Where is libplot.so (from plotutils)? - May 3, '03, 2:20:24 PM
|
|
|
The_Z
Posts: 2
Joined: Apr. 30, '03,
Status: offline
|
Given:
- SFU 3.* (Interix pat 3.0 SP-7.0.1701.1 x86 Intel_x86_Family15_Model2_Stepping7)
- plotutils-2.4.1-bin.tar.gz
Symptom:
When trying to compile programs relying on the plotutils libraries, libplot.so is discovered missing:
/usr/src/ascii_chart>make
make: don' t know how to make /usr/lib/libplot.so. Stop
...Come to find out, there is no libplot.so[.*] anywhere!
Question:
Has anyone been able to find/make libraries that will work so that plotutils can be used beyond the binaries it ships with?
tia!
|
|
|
RE: Where is libplot.so (from plotutils)? - May 4, '03, 12:31:53 AM
|
|
|
markfunk
Posts: 670
Joined: Mar. 31, '03,
Status: offline
|
If there is no libplot.so then look for libplot.a. If looks like it is in /usr/local/lib. So compile your program with " cc -L/usr/local/lib" or with " gcc --static -L/usr/local/lib" .
You can always take libplot.a and convert it into a .so yourself using something like " ld --shared --whole-archive libplot.a -o libplot.so --soname libplot.so -Bsymbolic ...." (I' m not sure of the complete command line)
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|