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,f701425bdb1c198e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.belwue.de!rz.uni-karlsruhe.de!news.rz.uni-karlsruhe.de!not-for-mail From: =?ISO-8859-1?Q?Sch=FCle_Daniel?= Newsgroups: comp.lang.ada Subject: Re: trying to compile gnat Date: Sun, 28 May 2006 21:10:29 +0200 Organization: University of Karlsruhe, Germany Message-ID: References: NNTP-Posting-Host: rzstud4.stud.uni-karlsruhe.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news2.rz.uni-karlsruhe.de 1148843429 8095 193.196.41.40 (28 May 2006 19:10:29 GMT) X-Complaints-To: usenet@rz.uni-karlsruhe.de NNTP-Posting-Date: Sun, 28 May 2006 19:10:29 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.8.0.1) Gecko/20060126 SeaMonkey/1.0 In-Reply-To: Xref: g2news2.google.com comp.lang.ada:4568 Date: 2006-05-28T21:10:29+02:00 List-Id: Ok, this is where I am now I have those dirs and files build gcc-4.1.1 gcc-ada-4.1.1.tar.bz2 gcc-core-4.1.1.tar.bz2 gcc-g++-4.1.1.tar.bz2 gcc-testsuite-4.1.1.tar.bz2 cd build ../gcc-4.1.1/configure --prefix=/pool/inst --enable-bootstrap --enable-languages=c,c++,ada creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /usr/bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for gnatbind... gnatbind checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 checking for correct version of gmp.h... yes checking for MPFR... yes configure: error: The following requested languages could not be built: ada Recognised languages are: c,ada,c++,obj-c++,treelang ok, configure say no Ada installed but the following works root@mond---[21:01:48]---/pool/software2/gcc/new/build # gnatmake /pool/PROG/ada/1/main.adb gnatgcc -c -I/pool/PROG/ada/1/ -I- /pool/PROG/ada/1/main.adb gnatbind -x main.ali gnatlink main.ali it compiles root@mond---[21:02:26]---/pool/software2/gcc/new/build # /pool/PROG/ada/1/main begin 200 end and executes this last step was not working yesterday I installed gnat binaries and set PATH accordingly I can call gnatmake and build ELF executables What am I missing now? Any help approciated. Regards, Daniel