From: diego v. <die...@ya...> - 2015-04-23 00:12:09
|
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 |