This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: [4.1] Problem building latest snapshot on OS X 10.3 target m68k.
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Mark Grosberg <myg at gladesoft dot com>, gcc-help at gcc dot gnu dot org
- Date: Sun, 29 May 2005 20:55:44 -0500
- Subject: Re: [4.1] Problem building latest snapshot on OS X 10.3 target m68k.
- References: <Pine.BSO.4.61.0505290917380.7637@kwalitee.boca.gladesoft.com>
Hi Mark,
The top level configure script cannot be invoked from within the source directory or any subdirectory thereof.
Make a peer directory (a build directory) to the source directory, and build from there specifying a relative path (or absolute path) to the configure script in the source directory.
HTH,
--Eljay