On 2007-07-11 15:44-0400 Scott Hall wrote:

> Hello,
>
> I am new to PLplot and I was hoping to get some help with building
> problems.  I have managed to successfully build PLplot on Linux by basically
> accepting the default settings.  I tested PLplot and it works fine g77 and
> C.  I am trying to use the g95 FORTRAN compiler, for the project I am
> working on it must be this compiler, but it gives me referencing errors when
> I compile FORTRAN code, that works with g77 just fine.  So I decided to
> build it again this time enabling f95.  I exported "FC=g95 -O2" before I
> used cmake and g95 is referenced in my PATH.  No matter what I do I try and
> enable f95, configure will automaticall disable it.  I also tried exporting
> "FC=f95 -O2" as well but no matter what I do configure always disables f95.
> I was hoping that someone new of a way around this little problem, it will
> be greatly appreciated.

Your mention of the configure command leads me to believe you are trying to
use the deprecated autotools-based build system. Use the preferred
cmake-based build system.  Instructions at
http://www.miscdebris.net/plplot_wiki/.  Remember to specify FC _before_ 
you run the cmake command in an initially empty build directory.

gfortran works fine for me as a fortran 95 compiler, and others have had
success with other kinds of fortran 95 compilers.  If you continue to have
trouble, please post the complete results of your cmake command.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to