getting env. variables in gfortran...
Hi:
I'm trying to compile a code in gfortran that needs to know the values
of several environment variables...I was wondering if there was a
function, like getenv, that would return the values, something like...
path = getenv("PATH") or
call getenv("PATH",path)
Thanks
.
Relevant Pages
- Re: getting env. variables in gfortran...
... I'm trying to compile a code in gfortran that needs to know the values ... of several environment variables...I was wondering if there was a ... gfortran documentation, then check the old g77 manual. ... (comp.lang.fortran) - Re: Using user defined type in Fortan 77 subroutines
... 60 DDOT = DTEMP ... gfortran -c DNAD.f90 ... when I compile blas.for using ... regardless of whether the standard allows the ... (comp.lang.fortran) - Re: Equivalent of Cs "global/static" variables
... > This message, however, suggests a bug in CMUCL - whereas is perfectly ... > the particular non-null lexical environment it was given, ... what it actually says, in teh descriptuon for COMPILE, is: ... (comp.lang.lisp) - Re: Odd behavior of getenv and putenv
... Recently I have observed some odd behavior of getenv and putenv function. ... This sounds like the modules (EXE, DLL) are using different CRTs and thus ... you could link everyone to the same CRT DLL so they would share CRT state. ... the new process inherits the environment of the process that started ... (microsoft.public.dotnet.languages.vc) - RE: DBI connect(,/,...) failed: ERROR OCIEnvInit
... Are you changing your environment between the two connects? ... Andy Hassall / Space: ... > When making a connection to an 8i instance, ... > Do I need to compile specifically against the 9i libraries to ... (perl.dbi.users) |
|