X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Richard Dawe Newsgroups: comp.os.msdos.djgpp Subject: Re: BASH 2.05 a cannot find GCC.EXE Date: Wed, 06 Mar 2002 22:35:43 +0000 Lines: 29 Message-ID: <3C8699BF.3B7A897D@phekda.freeserve.co.uk> References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> <3c84f79a DOT sandmann AT clio DOT rice DOT edu> <3c84fe5f$0$12305$9b622d9e AT news DOT freenet DOT de> <3c850cc1 DOT sandmann AT clio DOT rice DOT edu> <3c853c10$0$12701$9b622d9e AT news DOT freenet DOT de> <3c854c79 DOT sandmann AT clio DOT rice DOT edu> <3c856c4d$0$12312$9b622d9e AT news DOT freenet DOT de> <3c859fa3 DOT sandmann AT clio DOT rice DOT edu> NNTP-Posting-Host: modem-84.xenon.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: newsg4.svr.pol.co.uk 1015454174 2608 62.136.45.84 (6 Mar 2002 22:36:14 GMT) NNTP-Posting-Date: 6 Mar 2002 22:36:14 GMT X-Complaints-To: abuse AT theplanet DOT net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i586) X-Accept-Language: de,fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. Charles Sandmann wrote: [snip] > > With 'configure first' applications using 'Simtel bash', I always get a > > million errors that look like this: > > > > d:/user/djgpp/bin/as.exe: bfd assertion fail > > /dj204/gnu/binutl-2.112/bfd/coff-i386.c:529 > > d:\user\djgpp\tmp\cc0mzF8o.s:8883: Error: cannot represent relocation type > > BFD_RELOC_386_GOT32 > > PIC errors. There is a key configuration (hopefully) which turns off > shared library building. It needs to be no shared libraries. [snip] Ah-ha. If it's a configure script produced by autoconf and the package uses libtool, then try running configure like this: ./configure --disable-shared IIRC there's a bug somewhere - in the port of gcc or in libtool - that means libtool doesn't detect that DJGPP's gcc port doesn't support -fPIC or shared libraries. Bye, Rich =] -- Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]