X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Andris Pavenis To: djgpp AT delorie DOT com Subject: Re: DJGPP linux cross-compiler + GDB problem Date: Mon, 21 Jun 2004 17:33:00 +0300 User-Agent: KMail/1.6.2 References: <200406181249 DOT 21532 DOT pavenis AT latnet DOT lv> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200406211733.01660.pavenis@latnet.lv> Reply-To: djgpp AT delorie DOT com On Monday 21 June 2004 09:30, AndreA Andris Pavenis wrote: > > gcc334s2.zip require autoconf-2.13 and automake-1.5 (perhaps also > > automake-1.4 should work). Newer versions will not. I suggest installing > > it at the different prefix and add bin directory at the begin of the > > path. > > I compiled and installed autoconf-2.13 and automake-1.5. Now unpack-gcc.sh > goes fine (no fails in log file). Binutils (2.15) appear to build ok. PATH > correctly points to them. Compiling gcc-3.3.4 complains on getpwd.o with 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. Andris