Re: gcc/gnat 3.3
From: Ludovic Brenta (ludovic.brenta_at_insalien.org)
Date: 11/01/03
- Next message: lolo27: "how to declare an array of pointers"
- Previous message: Marius Amado Alves: "Re: Clause "with and use""
- In reply to: Jeff C,: "Re: gcc/gnat 3.3"
- Next in thread: Adrian Hoe: "Re: gcc/gnat 3.3"
- Reply: Adrian Hoe: "Re: gcc/gnat 3.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 01 Nov 2003 15:52:06 +0100
Adrian, you do not need to change your path. You can pass the CC
environment variable to ./configure so it'll pick up the correct
compiler driver. Like so in bash or ksh:
$ CC=/opt/sfw/bin/gnat/gnatgcc ./configure --enable-languages=c,ada
That's how I bootstrap gnat 3.15p on Debian GNU/Linux.
In csh I suppose you'd do:
% setenv CC /opt/sfw/bin/gnat/gcc
% ./configure --enable-languages=c,ada
HTH
-- Ludovic Brenta.
- Next message: lolo27: "how to declare an array of pointers"
- Previous message: Marius Amado Alves: "Re: Clause "with and use""
- In reply to: Jeff C,: "Re: gcc/gnat 3.3"
- Next in thread: Adrian Hoe: "Re: gcc/gnat 3.3"
- Reply: Adrian Hoe: "Re: gcc/gnat 3.3"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|