This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [semi-related patch] Re: issues with configuring the trunk to build Fortran
On Wed, Aug 25, 2004 at 07:44:56PM -0400, Phil Edwards wrote:
> If the user asks for something impossible, let's gently remind him of what
> /is/ possible:
>
> $ ..../configure --enable-languages=c++,ffgfgfgfgfgfgf
> ....
> checking for correct version of gmp.h... yes
> checking for MPFR... yes
> configure: error:
> The following requested languages were not found: ffgfgfgfgfgfgf
> The available languages are: c,c++,f95,java
Sorry, that won't help with my problem. If MPFR is not present, the user
who types
.../configure --enable-languages=c++,f95
will get
checking for correct version of gmp.h... yes
checking for MPFR... no
configure: error:
The following requested languages were not found: f95
The available languages are: c,c++,f95,java
That's right, currently it claims f95 is not available in this case.