From mboxrd@z Thu Jan 1 00:00:00 1970 From: rodrigc@gcc.gnu.org To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, tacondarcure@west.raytheon.com Subject: Re: bootstrap/2073: cannot configure the fortran compiler on my platform Date: Sun, 28 Oct 2001 21:13:00 -0000 Message-id: <20011029051316.28441.qmail@sourceware.cygnus.com> X-SW-Source: 2001-10/msg00633.html List-Id: Synopsis: cannot configure the fortran compiler on my platform State-Changed-From-To: open->closed State-Changed-By: rodrigc State-Changed-When: Sun Oct 28 21:13:15 2001 State-Changed-Why: Are you trying to build a cross compiler, or are you trying to build and run gcc directly on LynxOS? If you want to use the --host option, then the correct syntax is: --host=powerpc-lynxos If you are building and running the compiler directly on LynxOS, you can omit the --host flag, and the configure script will automatically detect the correct platform to build on. Refer to the documentation at: http://gcc.gnu.org/onlinedocs/gcc-2.95.3/gcc_3.html#SEC47 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=2073&database=gcc