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

2006-11-27 Thread hbabcockos1
> > I would like to ask you a few questions: > Does that mean re-installing PLplot using CMake? > If I will re-install using CMake, are all files overwrited > safely ? Yes, everything of importance will safely be overwritten. You will be left with a folder of examples in /usr/local/share call

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

2006-11-27 Thread Alan W. Irwin
On 2006-11-28 08:46+0900 Hiroyasu Yasuda wrote: > |*|This is all taken care of in the recommended pkg-config approach that is > |*|used with our new CMake build system. Again, look at what the installed > |*|examples/f95/Makefile file does (for our new CMake build system), and > |*|copy that. > >

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 -

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

2006-11-27 Thread Alan W. Irwin
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 -lplplotf95cd -

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

2006-11-27 Thread hiroyasu yasuda
On 2006/11/27, at 23:19, Arjen Markus wrote: > 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 ar

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?

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 'I

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

2006-11-27 Thread hiroyasu yasuda
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: > 3) With g95: [Fortr

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

2006-11-27 Thread Arjen Markus
Hiroyasu Yasuda wrote: >Hi all; > >I'm beginner of Unix system on Mac OSX. I really want to use >PLplot libraries. > >I read 'INSTALL' and then I conducted installation >procedures. I think probably installation of the libraries >was succeeded. Because 'Make check' did not return error >messa

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

2006-11-26 Thread Hiroyasu Yasuda
Hi all; I'm beginner of Unix system on Mac OSX. I really want to use PLplot libraries. I read 'INSTALL' and then I conducted installation procedures. I think probably installation of the libraries was succeeded. Because 'Make check' did not return error message, the libraries files were copi