PDA

View Full Version : linking programs with plplot


ppiatrou
April 6th, 2008, 08:17 PM
I have just installed plplot libraries from Kubuntu repository, all but plplot-octave. However, I am not able to compile a single example from plplot web site neither for C nor Fortran. The compiler complains are all about inability to find header files for C or .mod files for Fortran 95. I can see the include/library paths and names from pkg-config and add complete paths to -I and -L options but it does not work.

Did anyone have positive experience working with plplot on Ububtu/Kubuntu and could provide me with some examples of C/C++ Fortran77/95 code using plplot that worked for you together with compilation/linking instructions?