From: ovek AT arcticnet DOT no (Ove Kaaven) Newsgroups: comp.os.msdos.djgpp Subject: Re: ld bug in 2.01? Date: Fri, 15 Nov 1996 20:29:58 GMT Organization: Vplan Programvare AS Lines: 14 Message-ID: <56ijqp$apc@troll.powertech.no> References: <328D0777 DOT AB3 AT spy DOT isp DOT nsc DOT ru> NNTP-Posting-Host: alwayscold.darkness.arcticnet.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp "Ilya P. Ryzhenkov" wrote: >It seems to me, that it is a bug in djgpp's ld in version 2.01 > ld now stubifies file itself, but it MUST NOT do it if -r option > was specified. But it still append stub to the output. And some >programms, which assume input files to be COFF fail. > -b coff-go32 doesn't help. > Am I missing something ? In v2.01, apparently you have to add -T/djgpp/lib/djgpp.djl to the ld command line, as seen from linking with gcc -v.