X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Armstrong Newsgroups: comp.os.msdos.djgpp Subject: Re: cross compilation Date: Mon, 17 Nov 2003 18:41:54 +0800 Organization: Singapore Telecommunications Ltd Lines: 29 Message-ID: References: <1Ilrb.583305$Id DOT 84948 AT news DOT easynews DOT com> <200311141344 DOT 24310 DOT pavenis AT latnet DOT lv> NNTP-Posting-Host: 203.125.48.54 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.7.2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com hello, ok, so i now got gcc32s.zip. and did not use the patch. things seems to be better, but still not good. now `make` for gcc-3.2-obj dir says: ../../../gcc-3.2/libiberty/getpwd.c: In function `getpwd': ../../../gcc-3.2/libiberty/getpwd.c:86: `PATH_MAX' undeclared (first use in this function) ../../../gcc-3.2/libiberty/getpwd.c:86: (Each undeclared identifier is reported only once ../../../gcc-3.2/libiberty/getpwd.c:86: for each function it appears in.) make[1]: *** [getpwd.o] Error 1 make[1]: Leaving directory `/packages/cross/gnu/gcc-3.2-obj/i586-pc-msdosdjgpp/libiberty' make: *** [all-target-libiberty] Error 2 any help on whats wrong.? i had done: ../gcc-3.2/configure --prefix=$prefix --target=$target \ --with-headers=$prefix/$target/include >& configure.log thanks for the help. (: -armstrong