Message-ID: From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: LCC-Win32 and DJGPP Date: Fri, 17 Apr 1998 14:40:08 +0100 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk Michael Vanecek writes: > resulting error excerpt (too much to capture all - and happens not > juston -lalleg linked files): > ***snipped*** > d:/djgpp/lib/liballeg.a(keyboard.o)(.text+0x4c4e):keyboard.c: reloc > refers to symbol `data' which is not being output The replacement linker from RSXNT does not work correctly with the -s linker switch: the solution is simply not to use this linker when building DOS programs. This is explained in the Allegro FAQ, btw. Shawn Hargreaves.