Re: [Plplot-devel] How to use the installed PLplot libraries

2006-11-27 Thread Arjen Markus
hiroyasu yasuda wrote: Hello Arjen: - Are you using the latest release (PLplot 5.7.1) or version 5.6.1? I was using PLplot 5.7.0. yesterday. - Are you using the ./configure script to build the libraries or are you using the CMake build system? I followed 'INSTALL' document below:

Re: [Plplot-devel] How to use the installed PLplot libraries

2006-11-27 Thread Alan W. Irwin
On 2006-11-27 22:29+0900 hiroyasu yasuda wrote: Hello Arjen: - Are you using the latest release (PLplot 5.7.1) or version 5.6.1? I was using PLplot 5.7.0. yesterday. - Are you using the ./configure script to build the libraries or are you using the CMake build system? I followed

Re: [Plplot-devel] How to use the installed PLplot libraries

2006-11-27 Thread Hiroyasu Yasuda
|*|On 2006-11-28 05:18+0900 hiroyasu yasuda wrote: |*| |*| You could try the following: |*| |*| - Copy, say, x01f.f90 to a separate directory |*| - Then compile it and link it like this: |*| |*| gfortran -o example x01f.f90 -I/directory/with/modules -L/ |*| directory/with/libraries -lplplotf95d