Re: A few quick questions about gfortran under cygwin



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
.



Relevant Pages

  • Re: `Standalone Executables
    ... the details of compiling, loading, and running Lisp. ... from the shell prompt, make a directory to keep super-frob ... instructions on the webpage are literal instructions. ...
    (comp.lang.lisp)
  • Re: do binary packages support newer processor features?
    ... >> instructions brought in since then, like the Pentium MMX instructions. ... though I just noticed while compiling xine that the version of gcc ... > and will compile in all sorts of CPU-specific changes. ...
    (comp.os.linux.misc)
  • Re: A few quick questions about gfortran under cygwin
    ... >> b) I've seen mention of compiling it oneself, but no instructions on how ... Install bison & flex. ...
    (comp.lang.fortran)
  • Re: Cannot evaluate expression... optimized?
    ... When compiling in debug mode, the compiler adds extra nop instructions in the code, so that there is an instruction in the code for every possible break point. ... In the Build menu you will find Configuration Manager, that you can use to select and edit the build configurations. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Cannot evaluate expression... optimized?
    ... When compiling in debug mode, the compiler adds extra nop ... instructions in the code, so that there is an instruction in the code ... you can add the Solution Configurations ...
    (microsoft.public.dotnet.languages.csharp)