X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "AndreA @teamware.it Subject: Re: DJGPP linux cross-compiler + GDB problem Newsgroups: comp.os.msdos.djgpp References: <200406181249 DOT 21532 DOT pavenis AT latnet DOT lv> <200406211733 DOT 01660 DOT pavenis AT latnet DOT lv> Lines: 14 Organization: TW User-Agent: KNode/0.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: Date: Tue, 22 Jun 2004 08:15:52 GMT NNTP-Posting-Host: 80.183.241.188 X-Complaints-To: newsmaster AT tin DOT it X-Trace: news4.tin.it 1087892152 80.183.241.188 (Tue, 22 Jun 2004 10:15:52 MET DST) NNTP-Posting-Date: Tue, 22 Jun 2004 10:15:52 MET DST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andris Pavenis wrote: > Directory $prefix/lib/gcc-lib/i586-pc-msdosdjgpp/3.3.4 must be present > when building gcc-3.3.4 as cross-compiler for DJGPP. It is perhaps created > if build is run as root (I haven't verified it for a rather long time), > but user normally don't have enough privilegues to create it. Thank you! This solved the problem. By the way it fails even if you build as root. So I manually created $prefix/lib/gcc-lib/i586-pc-msdosdjgpp/3.3.4 then run make again and everything went fine. Now I can load my executable in gdb w/o problems Regards, Andrea