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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,44b339a8f30d7ab7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-25 22:49:11 PST Path: archiver1.google.com!news1.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Ada compiler not installed on this system Date: Thu, 25 Mar 2004 20:39:12 +0100 Organization: AdaCL Message-ID: <2671989.G1nVYdocaz@linux1.krischik.com> References: <1102484.cgWYP6UCLW@linux1.krischik.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8Bit X-Trace: news.t-online.com 1080283639 05 6149 mDomGldlv-pQ9-W 040326 06:47:19 X-Complaints-To: usenet-abuse@t-online.de X-ID: ZNMZyoZloe70gmKEUI+TcrP4DwTld3DnKmc8qcx84516gzj-DkR58J User-Agent: KNode/0.7.2 Xref: archiver1.google.com comp.lang.ada:6539 Date: 2004-03-25T20:39:12+01:00 List-Id: Georg Bauhaus wrote: Thank you for your comments. On never stops learning somthing new > Martin Krischik wrote: > : Zouplaz wrote: > : > :> 2) Is there a simple method to add ada support to gcc 3.3.3 (I presume > :> that --enable-language=ada,c++ is not enough, that would be a dream) > : > : > : ../gcc/configure > : \ > : --prefix=/opt/ada > : \ > : --enable-libada > : \ > > Is libada present in GCC 3.3.3 (which seems to be the OP's compiler)? True, I forgot to mention that I compile 3.4 and 3.5. > : --enable-shared > : \ > : --enable-threads=gnat \ > > Might mean no tasking outside Ada. That's fine for me. Still good to know. > : --target=${in_Config} ; > : > : make -j8 | tee ../compile.${in_Config}.log; > > Does the parallel make work for GCCC 3.3.3? If so, has there > been an update to the documentation (which says otherwise)? > "Currently, when compiling the Ada front end, you cannot use the parallel > build feature described in the previous section." There is no -j8 in the line which you cut: make�-C�gcc�gnatlib_and_tools; Mind you, that extra make is not needed for 3.5 any more. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com