X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Wed, 16 Nov 2005 21:56:49 +0100 From: Gisle Vanem Subject: strange linking error To: djgpp Message-id: <1a7f01c5eaf0$438530a0$0600000a@broadpark.no> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 Content-type: text/plain; format=flowed; charset=iso-8859-1; reply-type=original Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal Reply-To: djgpp AT delorie DOT com After upgrading to gcc 4.01 (from 4.0), I got this strange error while trying to link Lynx (the web-browser): e:\djgpp\bin/ld.exe: section .dtors [00004140 -> 00004143] overlaps section .text [000019c0 -> 002e2fff] e:\djgpp\bin/ld.exe: section .ctors [00004144 -> 00004147] overlaps section .text [000019c0 -> 002e2fff] collect2: ld returned 1 exit status make.exe[1]: *** [../lynx.exe] Error 1 Anybody knows why? Should I downgrade to gcc 3.4.x? I'm using djgpp 2.04 dev. --gv