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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e2da83dabe8a857e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-24 13:45:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!cyclone.swbell.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail From: Wes Groleau User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en,es-MX,es,pt,fr-CA,fr MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: GCC/ GNAT integration again Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <2AYt9.1566$Bd4.11874@dfw-service2.ext.raytheon.com> Date: Thu, 24 Oct 2002 15:18:06 -0500 NNTP-Posting-Host: 151.168.133.155 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1035490686 151.168.133.155 (Thu, 24 Oct 2002 15:18:06 CDT) NNTP-Posting-Date: Thu, 24 Oct 2002 15:18:06 CDT Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:30112 Date: 2002-10-24T15:18:06-05:00 List-Id: I downloaded the full gcc 3.2 and tried to build it (all except objc) while I was root on a Solaris 2.7 SPARC box. I made sure an directory containing the GNAT 3.14 xgcc, gnat1, gnatbind, etc. was at the $PATH, followed by the location of a gcc 3.1 that worked for C and not Ada, followed by a gcc 2.95 I tried the build instructions in http://gcc.gnu.org/install/build.html several times, setting CC= the various gcc's and xgcc's under the three directories above. Each time, configure either said it wasn't a working C compiler, or the process got all the way to "make gnatlib_and_tools" when it said that target was not there. (I checked the Makefile, it's not there.) I did a make distclean most if not all of the attempts. Now I reinstalled GNAT 3.14p from the tarball in a new directory, and I'm ready to try again. configure definitely used the /opt/gnu/gnat/bin/gcc installed by 3.14p. But before I start make, anyone know why "gnatlib_and_tools" isn't there? Is it a typo? Or will it be there this time?