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-11-05 10:35:08 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!61.11.230.176!not-for-mail From: Andreas Almroth Newsgroups: comp.lang.ada Subject: Re: gcc/gnat 3.3 Date: Wed, 05 Nov 2003 19:35:04 +0100 Message-ID: References: <3f8fff8b$1_1@news.tm.net.my> <3f98ec41_1@news.tm.net.my> <3f9ded55$1_2@news.tm.net.my> <3f9e8c01$1_2@news.tm.net.my> <_MDnb.37361$mZ5.190069@attbi_s54> <3fa348e4$1_1@news.tm.net.my> <3FA621A2.8020205@nowhere.com> NNTP-Posting-Host: 61.11.230.176 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de 1068057306 46787292 61.11.230.176 (16 [198985]) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en In-Reply-To: <3FA621A2.8020205@nowhere.com> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Xref: archiver1.google.com comp.lang.ada:2096 Date: 2003-11-05T19:35:04+01:00 List-Id: Adrian Hoe wrote: > > > Ludovic Brenta wrote: > [snip] > > Thanks for the tips. Now the configure recognized ada and created > ada/Makefile in obj/gcc but I encountered an error during bootstrap: > > Bootstrapping the compiler > make: Fatal error in reader: Makefile, line 987: Unexpected end of line > seen > Current working directory /home/byhoe/download/gcc-3.3.2/gcc-3.3.2/obj/gcc > *** Error code 1 > make: Fatal error: Command failed for target `bootstrap' I only say: Use GNU make. The Makefiles are in some cases using gmake only contructs. I believe it is also mentioned in the build documentation... Godd luck building it! Should not be hard now, as the configure script found ada. /Andreas