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