Re: Beginer needing help
- From: vexx <vexxmiocMAKNI@xxxxxxxxx>
- Date: Tue, 30 May 2006 21:19:26 +0200
Steven G. Kargl wrote:
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?
In article <e5hdoq$lb5$1@xxxxxxxxxxxxxxx>,its winxp
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?
.
- Follow-Ups:
- Re: Beginer needing help
- From: Steven G. Kargl
- 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
- Re: Beginer needing help
- From: Steven G. Kargl
- Beginer needing help
- Prev by Date: Re: Bounds Check Overhead
- Next by Date: Re: Algorithm help for unique string searching/counting within an array.
- Previous by thread: Re: Beginer needing help
- Next by thread: Re: Beginer needing help
- Index(es):
Relevant Pages
|