Installation issue

Tim Prince n8tm@aol.com
Tue Jan 28 12:33:00 GMT 2014


On 1/28/2014 6:12 AM, aserranot wrote:
> Hello:
>
>    I need to install a recent version of gfortran to use allocatable 
> arrays to read namelists.
>
>    I tried to install versions 4.8.2 and 4.7.3, with the same result: 
> an error message during the make process that stops this.
>
>    The message is:
>
> make[5]: se ingresa al directorio 
> «/home/antonio/Descargas/gcc-4.7.3/gcc-build/x86_64-unknown-linux-gnu/32/libgcc»
> # If this is the top-level multilib, build all the other
> # multilibs.
If you want to build multilibs (both 32- and 64-bit compilers) you will 
need some 32-bit components which don't come with the 64-bit g++ from 
your package manager.  Installing both 32- and 64-bit gcc or g++ for 
your distro should accomplish it; you would need at least the 32-bit 
glibc.  If you wish only to build a newer version of your 64-bit 
gfortran,  configure options might include --disable-multilibs 
--enable-languages='c c++ fortran' Remember also the requirement to 
build in a fresh directory separate from the sources.
Tim Prince



More information about the Fortran mailing list