Date: Fri, 6 Aug 1999 20:59:10 +0200 From: Ronald de Man To: pgcc AT delorie DOT com Subject: Re: PGCC Error Message-ID: <19990806205910.A17884@win.tue.nl> References: <19990805212022 DOT B26569 AT cerebro DOT laendle> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990805212022.B26569@cerebro.laendle>; from Marc Lehmann on Thu, Aug 05, 1999 at 09:20:22PM +0200 X-Operating-System: Linux localhost 2.2.10 Reply-To: pgcc AT delorie DOT com X-Mailing-List: pgcc AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, Aug 03, 1999 at 03:05:40PM -0700, Ben Rockwood wrote: > > I've tried to compile several apps > via PGCC 1.1.3, but the ./configure > scripts keep generating the following > error (found in config.log): > configure:1024: checking for gcc > configure:1137: checking whether the C compiler (gcc ) works > configure:1153: gcc -o conftest conftest.c 1>&5 > ld: cannot open crt1.o: No such file or directory > configure: failed program was: Your problem reminds me of the problems I got when after I stripped the crt*.o and *.a files in the /usr/lib/gcc-lib/machine/version/ directory (not a good idea!!). Could something like this have happened to you? Ronald