Xref: news2.mv.net comp.os.msdos.djgpp:6168 From: Orbital Newsgroups: comp.os.msdos.djgpp Subject: Re: Linker Problems Date: Fri, 19 Jul 1996 20:21:22 +0300 Organization: LITNET Lines: 26 Message-ID: References: <31EE7458 DOT 424D AT gate DOT net> NNTP-Posting-Host: zveris.pit.ktu.lt Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <31EE7458.424D@gate.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Thu, 18 Jul 1996, Travis McIntosh wrote: > Hello, I've just downloaded DJGPP and I am having problems with the > linker. I keep being told that crt0.o cannot be found, I have found a > mention of this problem in the faq however I cannot find my problem. I > am running it under Win95. I have files set at 50 the DJGPP varible set > correctly, and an uncorupted version of DJGPP.env. I am not running > under a network and am not using the LNF versions of the directories. > Any help would be greatly appreciated. > > I don't have Windows95 (still:) and am not sure if this will solve your current problem, but rename the file djgpp.lnk to djgpp.ld and change the reference to it in the 'specs' file. That will save you from other possible problems under Win95. Run 'dtou' on the specs afterwards, because gcc used to puke seeing DOS newlines in it. BTW, I suddenly realized that it does not anymore, but I have rebuilt gcc.exe several times, so maybe it's just my setup. Eli, you could mention the ..lnk stuff in FAQ, better still would be to change it in future updates of DJGPP. Martynas