Re: Beginer needing help
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Tue, 30 May 2006 18:50:46 +0000 (UTC)
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/
.
- Follow-Ups:
- Re: Beginer needing help
- From: vexx
- Re: Beginer needing help
- References:
- Beginer needing help
- From: vexx
- Re: Beginer needing help
- From: vexx
- Re: Beginer needing help
- From: e p chandler
- Re: Beginer needing help
- From: vexx
- Beginer needing help
- Prev by Date: Re: Algorithm help for unique string searching/counting within an array.
- Next by Date: Re: Converting fixed-to-free format
- Previous by thread: Re: Beginer needing help
- Next by thread: Re: Beginer needing help
- Index(es):