Message-ID: <3eaa5e7f$0$79348$cc7c7865@news.luth.se> From: Martin Str|mberg Subject: Re: compiling dgjpp for dos Newsgroups: comp.os.msdos.djgpp References: User-Agent: tin/1.4.6-20020816 ("Aerials") (UNIX) (NetBSD/1.6Q (alpha)) Date: 26 Apr 2003 10:25:04 GMT Lines: 28 NNTP-Posting-Host: speedy.ludd.luth.se X-Trace: 1051352704 news.luth.se 79348 130.240.16.13 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Andy Neebel wrote: : that error went away. My source came off of CVS, so I can't really get : anything newer. What do you mean by an older compilier? To me it makes It sounds from you description that your gcc is using sections not defined in the linker script. Older gcc's didn't. Hence it might help to use an older one. If you use the latest in CVS that shouldn't happen. If you have extracted some older version, you might have a problem. 1. Have you upgraded your DJGPP installation without removing the old packages? If so, remove the whole DJGPP tree and reinstall. 2. Does "make clean" before make help? 3. Post the command line that fails (the link command line, not "make") and the linker script. : sense to use the newer one because it is more likely to support everything. And you get more bugs. At least different ones. Right, MartinS