Re: A few quick questions about gfortran under cygwin
- From: Tim Prince <timothyprince@xxxxxxxxxxxxx>
- Date: Wed, 01 Jun 2005 01:57:04 GMT
Dr Ivan D. Reid wrote:
>
> b) I've seen mention of compiling it oneself, but no instructions on how
> to do it. Are they available anywhere?
>
http://gcc.gnu.org/wiki/GFortran
Grab the source version of your choice, follow gcc build instructions at
gcc.gnu.org. Minimum build is C and f95:
set appropriate compile flags, e.g.
export CFLAGS='-O2 -march=pentium-m -pipe -g'
export BOOT_CFLAGS='-O2 -march=pentium-m -pipe'
default install prefix is /usr/local/
refer to the configure flags posted on gcc-testresults,typically
.../configure --enable-threads=posix
--enable-sjlj-exceptions --disable-libmudflap --enable-languages=f95
make bootstrap-lean
make -k check
make install
--
Tim Prince
.
- Follow-Ups:
- Re: A few quick questions about gfortran under cygwin
- From: Dr Ivan D. Reid
- Re: A few quick questions about gfortran under cygwin
- From: Walter Spector
- Re: A few quick questions about gfortran under cygwin
- From: Dr Ivan D. Reid
- Re: A few quick questions about gfortran under cygwin
- References:
- A few quick questions about gfortran under cygwin
- From: Dr Ivan D. Reid
- A few quick questions about gfortran under cygwin
- Prev by Date: A few quick questions about gfortran under cygwin
- Next by Date: Re: A few quick questions about gfortran under cygwin
- Previous by thread: A few quick questions about gfortran under cygwin
- Next by thread: Re: A few quick questions about gfortran under cygwin
- Index(es):
Relevant Pages
|