Date: Sun, 24 Nov 1996 12:08:49 +0200 (IST) From: Eli Zaretskii To: Tandgnjost Cc: djgpp AT delorie DOT com Subject: Re: Allegro 2.1 Make??? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 21 Nov 1996, Tandgnjost wrote: > Helo all mighty programmers, here is a simple question for you all... > > While trying to make, using make, allegro this little error message lights my > day.. > > > gcc -s -o demo/demo.exe obj/demo.o liballeg.a > C:\djgpp\bin/ld.exe: cannot open crt0.o: No such file or directory(EOENT) > make.exe: ***[demo/demo.exe] Error 1 You should define the DJGPP environment variable, like so: set DJGPP=c:/djgpp/djgpp.env (it is best to put this into your AUTOEXEC.BAT).