From: Tandgnjost Newsgroups: comp.os.msdos.djgpp Subject: Allegro 2.1 Make??? Date: Thu, 21 Nov 96 15:29:57 PDT Organization: - Lines: 20 Message-ID: NNTP-Posting-Host: dialup90-4-15.swipnet.se Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII NNTP-Posting-User: s-75745 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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 Is it some path problem or what? crt0.o seems to be in the right place. Or where should it be. However if it is moved to the allegro catalogue the program finds it but the next unfound -lgcc appears. So my conclusion is path problems. But where should it be set, and what should I set it to. Please be patient whith this beginner, i've tryed setting diffrent paths for some hours now. Please help!!!!!!!!!!! T