[semi-related patch] Re: issues with configuring the trunk to build Fortran
Joe Buck
Joe.Buck@synopsys.COM
Thu Aug 26 00:19:00 GMT 2004
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.
More information about the Gcc
mailing list