Compiling GFortran - mpfr_
Steve Kargl
sgk@troutmask.apl.washington.edu
Mon Oct 3 19:53:00 GMT 2011
On Mon, Oct 03, 2011 at 09:40:58PM +0200, Daniel Carrera wrote:
> On 10/03/2011 09:32 PM, Steve Kargl wrote:
> >You forgot to include the important information.
> >1) Versions of gcc, gmp, mpfr, and mpc?
> >2) Did you read the instruction at http://gcc.gnu.org/install/?
> >3) Did you actually follow the instructions?
>
> Thanks for the help. Truth be told, I expected the compile to be a
> simple ./configure && make && make install. I didn't expect to have any
^^^^^^^^^^^
It appears that you did not read the installation instructions.
Assuming the source code is in a directory named src/, you need
to do at least
mkdir obj
cd obj
../src/configure <some configure options go here>
gmake bootstrap
--
Steve
More information about the Fortran
mailing list