I am coding for scientific simulation with KDevelop 2.1
on RedHat Linux 7.3 and installed PLplot 5.5.2 using
"--prefix=/usr" option while configure. For a test of
PLplot I inserted the following simple codes to my
program .
#include <plplot.h>
.....
plinit();
plend();
......
However, the following messages show up when the "run"
button is clicked.
undefined reference to `c_plinit'
undefined reference to `c_plend'
I checked the installation files. The header files go
to /usr/include/plplot and library go to
/usr/lib/plplot5.5.2/driversd.
I really do not understand and ask for help.
email: jiayuwang@sympatico.ca
Many thanks!
Closed (too old).