Re: Beginer needing help
- From: kargl@xxxxxxxxxxxxxxxxxxxxxxxxxxxx (Steven G. Kargl)
- Date: Tue, 30 May 2006 19:34:12 +0000 (UTC)
In article <e5i5rn$ebp$1@xxxxxxxxxxxxxxx>,
vexx <vexxmiocMAKNI@xxxxxxxxx> writes:
Steven G. Kargl wrote:
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?
its winxp
So, where does this library live, and do you have the correct name?
--
Steve
http://troutmask.apl.washington.edu/~kargl/
.
- 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
- Re: Beginer needing help
- From: Steven G. Kargl
- 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: Test send
- Previous by thread: Re: Beginer needing help
- Next by thread: controlling formatting of signed zeros
- Index(es):