Re: Beginer needing help



In article <e5hdoq$lb5$1@xxxxxxxxxxxxxxx>,
vexx <vexxmiocMAKNI@xxxxxxxxx> writes:

but the problem is i think now with library. when i type in command
prompt: gfortran new.f90 -o new.exe -lmathlib it says cannot find
-mathlib. so does that mean that my compiler does not have a CERN
library ad if that's the problem how do i get it?

This is pilot error, and has nothing to do with the compiler.
You didn't indicated the OS, so I'll assume some form of UNIX.
gfortran will take -lmathlib and look for a file named libmathlib.a
(or perhaps a shared library). This file must exist in the
library directory search path. So, where does this library live,
and do you have the correct name?

--
Steve
http://troutmask.apl.washington.edu/~kargl/
.