From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b70281e9df653875 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-27 20:19:22 PST Date: Tue, 28 Oct 2003 12:19:14 +0800 From: Adrian Hoe User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030727 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: gcc/gnat 3.3 References: <3f8fff8b$1_1@news.tm.net.my> <3f98ec41_1@news.tm.net.my> In-Reply-To: <3f98ec41_1@news.tm.net.my> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 219.95.188.87 X-Original-NNTP-Posting-Host: 219.95.188.87 Message-ID: <3f9ded55$1_2@news.tm.net.my> X-Trace: news.tm.net.my 1067314517 219.95.188.87 (28 Oct 2003 12:15:17 +0800) Organization: TMnet Malaysia Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!news.he.net!newsfeed1.easynews.com!easynews.com!easynews!newsfeed.frii.net!newsfeed.frii.net!news.compaq.com!uunet!sac.uu.net!ash.uu.net!news1.tm.net.my Xref: archiver1.google.com comp.lang.ada:1760 Date: 2003-10-28T12:19:14+08:00 List-Id: Adrian Hoe wrote: > Andreas Almroth wrote: > >> The developers have changed the way of fiddling with threads (task >> control in the run-time) to cater for the change in the thread API in >> Solaris 9 in the later 5.01 source tree, but that change does not >> really work when incorporated into the GCC tree the way I have tested it. >> The former method was very very specific to how GCC produces the >> binaries, and the new method is somewhat less "hack'n'slashy", but I >> don't seem to get it to work though. >> The fault most likely on my side of course... >> Using a "clean" 5.xx would probably be a way to verify... >> >> BTW, just being curious, would you mind adding some meat on the >> "generated too many errors"? Just interested to know what went wrong... > > > I was trying to re-generate the build errors. But I could not get to > make bootstrap with Ada although I did: > > % ../configure --enable-languages=c,ada > > gnat was not built and I look into Make-lang, Ada was not in there. I > don't know why. > > I am using gcc-3.3.2 instead of 3.3 the last time I tried to build. I can't configure to build the gnat in gcc 3.3.2. With the command below: % ../configure --enable-languages=c,ada and I get: ... checking for compiler driver that understands Ada... (cached) no ... After the configure, I checked Make-lang and Ada is not in there. Can someone tell me what's going wrong here? I have gcc 2.95.3 and gnat 3.15p installed on Sun Blade 150/Solaris 9. -- Adrian Hoe m a i l b o x AT a d r i a n h o e . c o m