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-Thread: 103376,1ceefa54d5df2c04 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!newsfeed-east.nntpserver.com!nntpserver.com!chi1.usenetserver.com!news.usenetserver.com!pd7cy2so!pd7cy1no!shaw.ca!pd7tw1no.POSTED!53ab2750!not-for-mail X-Trace-PostClient-IP: 24.85.39.20 From: u_int32_t Subject: Re: no rule to make target gnatlib_and_tools User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: Newsgroups: comp.lang.ada References: <1103419653.660147.256310@f14g2000cwb.googlegroups.com> <8085187.99RZnQ0lzn@linux1.krischik.com> <1103447691.076422.311980@f14g2000cwb.googlegroups.com> <1990816.WW0WH5PGcy@linux1.krischik.com> X-coolness-factor: 100% MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Sun, 19 Dec 2004 17:37:20 GMT NNTP-Posting-Host: 64.59.144.75 X-Complaints-To: abuse@shaw.ca X-Trace: pd7tw1no 1103477840 64.59.144.75 (Sun, 19 Dec 2004 10:37:20 MST) NNTP-Posting-Date: Sun, 19 Dec 2004 10:37:20 MST Organization: Shaw Residential Internet Xref: g2news1.google.com comp.lang.ada:7078 Date: 2004-12-19T17:37:20+00:00 List-Id: On Sun, 19 Dec 2004 16:26:48 +0100, Martin Krischik wrote: > Well as said gnatlib_and_tools is not needed for gcc 4.0 - maybe AdaCore > backported that. > > I check that and then change the instructions. > > BTW: If you want shared lib as well you need "make -C gcc > gnatlib-shared" ;-) I apologize for my bad manners: Thanks for replying! i686-pc-linux-gnu $ make -C gcc gnatlib-shared make: Entering directory `/extra/src/i686-pc-linux-gnu/gcc' make: *** No rule to make target `gnatlib-shared'. Stop. make: Leaving directory `/extra/src/i686-pc-linux-gnu/gcc' Doh! I get a feeling the instructions are out of sync with gcc 3.4.3 release. I also had a question about Rident.Restrictions_Info: Does this no longer exist in gcc >= 3.4.3? I ask this because I am trying to compile asharp on Linux and I am running into this roadblock. Thanks.