Hello all,                 I ´ ve built and installed PLplot as below follows:
mkdir ~/plplot-build_5.11.0cd ~/plplot-build_5.11.0cmake 
-DCMAKE_INSTALL_PREFIX=/usr/local \~/plplot-5.11.0 >& cmake.out
make >& make.outmake install >& make_install.out
*.out files are OK apparently.

and I ´ ve built a C example without any problem as below follows:
gcc x00c.c -o x00c `pkg-config --cflags --libs plplot`

But, when I run the example:
./x00cx00c: error while loading shared libraries: libplplot.so.13: cannot open 
shared object file: No such file or directory

can somebody help me? did I forget anything?
I attach the plplot.pc file too. It ´s located in the 
"/usr/local/lib/pkgconfig/" path.
I have a Debian stable system.
Regards,Diego E. Vommaro

Attachment: cmake.out
Description: Binary data

Attachment: make.out
Description: Binary data

Attachment: make_install.out
Description: Binary data

Attachment: plplot.pc
Description: Binary data

------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to