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,1712255838faca2d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!cycny01.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc01.POSTED!20ae255c!not-for-mail Newsgroups: comp.lang.ada From: Anonymous Coward Subject: Re: Help installing GCC/GNAT 4.0.2 References: <43843808$0$20855$9b4e6d93@newsread2.arcor-online.net> <87irui1639.fsf@willow.rfc1149.net> User-Agent: slrn/0.9.7.4 (Linux) Message-ID: Date: Thu, 24 Nov 2005 16:21:05 GMT NNTP-Posting-Host: 129.44.82.251 X-Complaints-To: abuse@verizon.net X-Trace: trnddc01 1132849265 129.44.82.251 (Thu, 24 Nov 2005 11:21:05 EST) NNTP-Posting-Date: Thu, 24 Nov 2005 11:21:05 EST Xref: g2news1.google.com comp.lang.ada:6593 Date: 2005-11-24T16:21:05+00:00 List-Id: In article <87irui1639.fsf@willow.rfc1149.net>, Samuel Tardieu wrote: > > Yes, you have to do a "make gnatlib_and_tools" (for a native > configuration) in the gcc subdirectory. I think the "make gnatlib_and_tools" may no longer be necessary. I followed the beaten path, did an Ada only install, and I ended up with what appears to be a complete gnat tool set. Then I tried that command anyway just out of curiosity: # make gnatlib_and_tools make: *** No rule to make target `gnatlib_and_tools'. Stop. The only tool that appears to be missing is GDB. I imagine that's a seperate package that I have to download. > Anonymous Coward trying to build GNAT: all this is clearly indicated > in the documentation found in the gcc/doc subdirectory. I think these installation instructions are in a flux. Someone said they could be found in ./doc, but there is no such folder in 4.0.2. There is a ./INSTALL folder, but those procedures made it appear that Ada would be installed automatically. One would have to read through all the switches to have discovered that Ada needed special attention.