From: Kbwms AT aol DOT com Message-ID: <5dc5ab1a.366dcd73@aol.com> Date: Tue, 8 Dec 1998 20:08:03 EST To: Eli Zaretskii Cc: djgpp-workers AT delorie DOT com Mime-Version: 1.0 Subject: Re: Error incurred with djlsr202.zip Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Mailer: AOL 3.0 16-bit for Windows sub 38 Reply-To: djgpp-workers AT delorie DOT com Dear Eli Zaretskii, In directory src, issued make command, got following: makemake: scanning libemu for object files c:/djgpp.v2/bin/make.exe ./../../lib/libemu.a gcc -c -DLIB=libemu ./../ident.c -o id_emu.o ar q ./../../lib/libemu.a @makefile.rf id_emu.o ar s ./../../lib/libemu.a ./../../hostbin/dxegen.exe ./../../bin/emu387.dxe __emu_entry src/emu387.o id_emu.o src/emudummy.o -L../../lib c:/djgpp.v2/lib/libgcc.a -lc c:/djgpp.v2/lib/libgcc.a ld -X -S -r -o dxe__tmp.o -Lc:/djgpp.v2/lib src/emu387.o id_emu.o src/emudummy.o -L../../lib c:/djgpp.v2/lib/libgcc.a -lc c:/djgpp.v2/lib/libgcc.a -T dxe.ld Error: input file has more than one section; use -M for map make.exe[1]: *** [../../bin/emu387.dxe] Error 1 make.exe: *** [subs] Error 2 The top line in the above is at output line 999. The set up is that djdev202.zip and djlsr202.zip were loaded onto a separate disk volume - namely f:. Do I have to change the global definition of DJGPP to f:/djgpp.env to make this work? K.B. Williams