Date: Thu, 18 Jul 1996 10:08:27 +0200 (IST) From: Eli Zaretskii To: Bresie Cc: djgpp AT delorie DOT com Subject: Re: Problem Compiling via Make In-Reply-To: <4sh9a6$gj1@pirates.cs.swt.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 16 Jul 1996, Bresie wrote: > I also forgot to mention that when linking for the main program, it complains > about undefined items. I have my DJGPP environment variable set, and I also > have tried the makefile below with -LC:\DJGPP\LIB. That's in the FAQ. The reason is that you didn't put -lxlib at the end of the link command. See section 8.9 of the FAQ (v2/faq201b.zip from the same place you get DJGPP) for more details.