X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Message-ID: <4413E133.3000405@iki.fi> Date: Sun, 12 Mar 2006 10:52:03 +0200 From: Andris Pavenis User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Cc: juan DOT guerrero AT gmx DOT de Subject: Re: GCC-4.1.0 References: <4408815B DOT 4080102 AT iki DOT fi> <200603120029 DOT 38935 DOT juan DOT guerrero AT gmx DOT de> In-Reply-To: <200603120029.38935.juan.guerrero@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Juan Manuel Guerrero kirjoitti: > I have successfuly build gcc-4.1.0 on Win98SE with stock djdev203 and binutils 2.15. It is mentioned in readme.DJGPP that You need at least DJGPP port of binutils 2.16. > All tools used are from stock packages as can be downloadedfrom /current/v2gnu and > current/v2. As a test I have build bison-2.1b,sed-4.15 and gawk-3.15. All packages > have been successfuly configured,compiled and tested. It was not possible to > create the ada compiler. Maybe You don't have Ada compiler installed. One needs Ada to build Ada compiler. > ./libiberty/libiberty.ac:/djgpp/bin/ld.exe: section .ctors [003343a8 -> 003343ab] > overlaps section .text [00001a60 -> 0043e9ff] Incompatible linker script. I left out djgpp.djl from GCC packages for DJGPP as it was only a temporary mean when linker scripts in binutils were not compatible with GCC. So the same hint: DJGPP port of binutils-2.16 or above required. Andris