Date: Wed, 19 May 1999 10:30:18 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dlanor Blytkerchan cc: djgpp AT delorie DOT com Subject: Re: FPU emulation In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 19 May 1999, Dlanor Blytkerchan wrote: > gcc -g -mcpu=i386 -march=i386 -lemu -o xyplan.exe p:/djgpp/obj/xyplan.o This is wrong. -lemu should come *last* in the link command line, since the link order is important. See FAQ section 8.9.