X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4A1A9564.1050305@iki.fi> Date: Mon, 25 May 2009 15:56:04 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b5pre) Gecko/20090510 Lightning/1.0pre Shredder/3.0b3pre MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: GCC-4.4.0 References: <4A1A2B1C DOT 40503 AT iki DOT fi> <14171114-11cf-4aa5-bebe-ff3487aff924 AT o30g2000vbc DOT googlegroups DOT com> In-Reply-To: <14171114-11cf-4aa5-bebe-ff3487aff924@o30g2000vbc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com On 05/25/2009 03:41 PM, Rugxulo wrote: > Hi, > > On May 25, 12:22 am, Andris Pavenis wrote: > >> Built GCC-4.4.0 for DJGPP. >> > Thanks! (Now to figure out and test the "optimize" and "target" > #pragmas.) > > Never used those. Perhaps the best source is the documentation (archives present at specified URL even if not montioned in earlier post) or gcc-help mailing list if the information is not found in documentation. >> This time had to leave Ada out as the >> Ada library fails to build. At least I did not found easily enough >> how to get it to build for system without sockets support. >> >> ... >> >> Also, if there is wish to have Ada back, somebody will have to help in >> this. I will almost surely have not enough time for doing it myself. >> The easiest would perhaps to try for that at first to enable building Ada >> compiler when building Linux to DJGPP cross-compiler. One could edit >> specs file to skip bootstrapping at first native compiler as it takes >> much time. >> > Do you know why sockets are needed at all? Is it due to tasking? I > still naively think WATT-32 might work, but who knows. Have you tried > asking for more specific help on the GCC mailing lists or in > comp.lang.ada? > Absence of tasking does not cause problem. Trying to specify that sockets are not supported for system does. When I tried to specify that sockets are not supported, I got build errors for libada. I do not have enough time for fixing that (I do not know Ada well enough either), so the help is appreciated. Andris