This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.1.2, glibc2, linux


On Wed, 14 Apr 1999 19:27:47 +0100 (GMT), Alex Buell wrote:
>On 14 Apr 1999 craig@jcb-sc.com wrote:
>
>> It won't be fixed for 1.1.3.  It might already be fixed in 1.2.  (I
>> don't believe you mean it builds F77, but that it builds libf2c, aka
>> libg2c.)
>
>Oh yes it does, in egcs 1.1.2. On a Sparc (SunOS 5.5.1, I think - have to
>check when I get back to work), if you tell it to build just C & C++ by
>feeding it --enable-languages=c++, it will build & install F77! I think it
>might be doing the same thing on Linux Intel platforms.

IIRC --enable-languages is implemented only in the development
sources.  configure silently ignores --enable switches it doesn't
recognize; this is a wart, but a necessary one.

You want to do `make pass LANGUAGES="c c++"', for pass = bootstrap,
check, install.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]