This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Successful build on Irix 6.5.15m
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- To: "Gary Funck" <gary at intrepid dot com>,<gcc at gcc dot gnu dot org>
- Date: Fri, 24 May 2002 10:02:36 +1000
- Subject: RE: Successful build on Irix 6.5.15m
They are language related warning. target-libf2c is f77 and
the others are java. They can be safely be ignored.
-----Original Message-----
From: Gary Funck [mailto:gary@intrepid.com]
Sent: Friday, 24 May 2002 9:53
To: gcc@gcc.gnu.org
Subject: RE: Successful build on Irix 6.5.15m
When I configure 3.1 as follows:
configure --host=mips-sgi-irix6.5 --enable-languages=c++,objc
I'm seeing the following warnings:
Configuring for a mips-sgi-irix6.5 host.
*** This configuration is not supported in the following subdirectories:
target-libffi target-boehm-gc target-zlib target-libjava target-libf2c
zlib fastjar
(Any other directories should still work fine.)
Are these Java-related messages?
Can/should these warnings be safely ignored?