X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Kernel Panic" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Building binutils 2.11.2.. Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2417.2000 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Tue, 19 Feb 2002 01:01:45 GMT NNTP-Posting-Host: 62.234.40.49 X-Trace: pollux.casema.net 1014080505 62.234.40.49 (Tue, 19 Feb 2002 02:01:45 MET) NNTP-Posting-Date: Tue, 19 Feb 2002 02:01:45 MET Organization: EuroNet Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: > If that doesn't help, add "set -x" to the script that runs, and then post > the fragment of the script where the error message is printed. Thanks, that helped =) . It turned out to be my mistake, as usual %) .. I had Borland's Grep instead of GNU's one :( . Configure works fine.. Well.. I tried to build binutils with --enable-targets=all, but there were .lo files missing at the library creation stage, so after some attempts to fix this I gave up :( . Could you please tell me how I can enable specific targets (elf, aout etc for i386), so that I don't have to compile everything? Thanks for help =) .