automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automake on solaris


From: Ralf Wildenhues
Subject: Re: automake on solaris
Date: Wed, 18 Jun 2008 22:13:45 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

Hello Akos,

* Akos Rajna wrote on Tue, Jun 17, 2008 at 01:25:51PM CEST:
> 
> can one configure automake to use gcc instead of solaris CC?

Yes.  For automake-using packages:
  ./configure CC=gcc

For the Automake package itself: it doesn't use a compiler except in
some of the tests.  For the latter, you can
  CC=gcc; export CC; make check

Hope that helps.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]