From: Message-Id: <200306211320.h5LDKAd1002972@speedy.ludd.luth.se> Subject: Re: dxe acting up In-Reply-To: <200306211249.h5LCnZQS004416@speedy.ludd.luth.se> "from ams AT ludd DOT luth DOT se at Jun 21, 2003 02:49:34 pm" To: djgpp-workers AT delorie DOT com Date: Sat, 21 Jun 2003 15:20:10 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-MailScanner: Found to be clean Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to ams AT ludd DOT luth DOT se: > I can't rebuilt DJGPP anymore. dxe complains: > > ./../../hostbin/dxegen.exe ./../../bin/emu387.dxe __emu_entry src/emu387.o id_emu.o src/emudummy.o -L../../lib e:/djgpp/lib/gcc-lib/djgpp/2.953/libgcc.a -lc e:/djgpp/lib/gcc-lib/djgpp/2.953/libgcc.a > dxegen: cannot open linker output file `$$dxe$$.o' > make.exe[1]: *** [../../bin/emu387.dxe] Error 254 > make.exe: *** [subs] Error 2 I figured it out. $$ is expanded to the current pid. Either that was intended and brokenly done (unlikely) or it wasn't intended and "$$dxe$$" should be replaced with "tmp_dxe" or something. Right, MartinS