From: pavenis AT lanet DOT lv To: djgpp-workers AT delorie DOT com Date: Wed, 22 Mar 2000 19:10:55 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Problem with autoconf-2.13 Message-ID: <38D91ABF.20596.A660B7@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com It looks DJGPP port of autoconf fails when it is run from different drive (I especially downloaded and installed latest acnf213b.zip for tests in both c:/djgpp and d:/djgpp): ------------ Output when run from the same drive ------------- sh-2.03$ echo $DJDIR d:/djgpp sh-2.03$ autoconf sh-2.03$ pwd d:/Devel/gcc/egcs-20000320/gcc ----------- Output when run from different drive ------------- sh-2.03$ echo $DJDIR c:/djgpp sh-2.03$ autoconf autoconf: Undefined macros: sh-2.03$ pwd d:/Devel/gcc/egcs-20000320/gcc ----------------------------------------------------------------------------- This all was run under bash-2.03 in DOS session under Win98 SE Andris