This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiler driver that understands Ada... no


*On Fri Apr 25, 2003 at 09:29:29AM +0100, Rupert Wood (me at rupey dot net) wrote:
> Carl B. Constantine wrote: 
> 
> > checking for gnatbind... /package/gnat-3.15/bin/gnatbind
> > checking for compiler driver that understands Ada... no
> >
> > Well, what gives with that? How can I fix this? I thought gcc
> > understood ada and I could use it? gnat 3.15p doesn't come with a
> > "compiler driver" so how the hell am I supposed to build Gnat?
> 
> 'gcc' is the compiler driver. There'll be a gcc included in the GNAT
> distribution - that's the one it wants.

Ok, in the distro of gnat 3.15p (for solaris sparc) I see the following
potential candidates for this:

cc1
cpp
xgcc

I tried supplying ADAC=pathto/xgcc on the command line but I still get 

checking for compiler driver that understands Ada... no

during the configure. Now the path to xgcc, cc1, cpp are on my PATH so
it should find one of them shouldn't it?

Thanks.

-- 
Carl B. Constantine         University of Victoria
Programmer Analyst          http://www.csc.uvic.ca
UNIX System Administrator   Victoria, BC, Canada
cconstan at csc dot uvic dot ca        ELW A220, 721-8753


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]