Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: fokcuk on September 09, 2011, 12:43:56 PM
-
Hi guys
I am trying to compile a program that I got off the net. Issues with compiling - missing libppl_c.so =(
there was another one with licloog.so, but found a package. Where can I find libppl one?
Thank you
-
I have reason to believe that the library you are after already exists in the ppl.tcz extension.
And here is how you could have found that out for yourself:
tc@box:~$ provides.sh libppl_c.so
tc@box:~$ cat info.lst
ppl.tcz
tc@box:~$ tce-fetch.sh ppl.tcz.list
tc@box:~$ grep libppl_c.so ppl.tcz.list
usr/local/lib/libppl_c.so
usr/local/lib/libppl_c.so.2
usr/local/lib/libppl_c.so.2.1.0
tc@box:~$
All that lookup works of course also via the 'appbrowser'. But it's much easier for me to show a few CLI commands (which are pretty much what 'appbrowser' would execute "under the covers"), instead of writing a lengthy story of how to achieve this via the GUI. OTOH the wiki (http://wiki.tinycorelinux.net/wiki:install_apps#search) mentions this briefly.
-
instead of writing a lengthy story of how to achieve this via the GUI
Really!
AppsBrowser->->Connect->change Search to Provides->enter libppl_c.so
Voila!
Lengthy :o
Don't Ignore What's In Core