From: Shyh-hao Kuo Newsgroups: comp.os.msdos.djgpp Subject: Re: ld + make problems, please help! Date: Wed, 11 Mar 1998 11:45:59 +1300 Organization: University of Canterbury Lines: 18 Message-ID: <3505C2A7.B1C4F880@elec.canterbury.ac.nz> References: <19980306023100 DOT VAA08187 AT ladder03 DOT news DOT aol DOT com> NNTP-Posting-Host: 132.181.51.51 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk TackMast wrote: > i just got allegro unzipped, and i have the make utility and all, but when i > try to make the program, the ld can't find crt0.o, which i have. why can't it > find it? and how can i make it work? i really wanna use this library, and any > help would be appreciated. thanks!! Are you using RSXNTDJ with djgpp? if so, did you replace the spec file with the one supplied with RSX? I had problem compiling allegro befire and it was solved by replacing the old spec file and ld.exe. Try to set up a batch file that will switch between the two different configurations if you intend to use both. Shyh-hao Kuo