From: gunther DOT ebert AT ixos-leipzig DOT de (Gunther Ebert) Subject: Re: compiling gcc 20 Feb 1998 13:54:46 -0800 Message-ID: <34ED9C3B.5E5C.cygnus.gnu-win32@ixos-leipzig.de> References: <34EBEDF4 DOT 939BBAB4 AT direct DOT ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Tim Baker Cc: gnu-win32 AT cygnus DOT com Tim Baker wrote: > ... > checking for gcc... gcc > checking whether the C compiler (gcc ) works... no > configure: error: installation or configuration problem: C compiler > cannot > create executables. > bash$ > > Why is this? Has anyone successfully built a gcc cross-compiler for > m68k > on NT? Any help is greatly appreciated. Thanks. > If you have mounted your directories as text=binary you have to make sure that the compiler's specs file is in UNIX text format (without \r at the line ends). You will find the path to the specs file with gcc --print-file-name specs (assuming your GCC_EXEC_PREFIX environment variable is set correctly) Your specs file is probably in DOS text format. Convert it to the UNIX format. This appears to be a common problem and should be a candidate for the FAQ. -- Gunther Ebert iXOS Anwendungs-Software GmbH Angerstrasse 40-42 D-04177 Leipzig Phone : +49 341 48503-0 Fax : +49 341 48503-99 E-mail: mailto:gunther DOT ebert AT ixos-leipzig DOT de www : http://www.ixos-leipzig.de - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".