From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems w/ djgpp "out of the box" Date: Fri, 21 Jan 2000 11:28:50 +0200 Organization: NetVision Israel Lines: 20 Message-ID: <388826D2.2568B6E7@is.elta.co.il> References: <3887949f DOT 86827151 AT news DOT alt DOT net> NNTP-Posting-Host: ras1-p22.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 948446928 25189 62.0.172.24 (21 Jan 2000 09:28:48 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 21 Jan 2000 09:28:48 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Technoweenie wrote: > > I get an error from the linker stating: > > c:/djgpp/bin/ld.exe:djgpp.djl:7:parse error > collect2: ld returned 1 exit status > > I looked at the djgpp.djl file and it's not very intuitive as to > what's going on in there. The line it is failing on looks like this: > > *(.gnu.linkonce.t*) What is the version of your Binutils? What does "ld --version" print? > However, I am obviously worried about what I deleted > and what it was needed for... Show all the lines you deleted, and we will be able to tell you what they are for. In general, they are used in C++ programs by special features (most of those features aren't even supported yet in the official DJGPP ports of GCC).