[OpenAFS-devel] configure not honoring 'CC' environment variable

Kris Van Hees aedil-afs@alchar.org
Fri, 11 Mar 2005 22:44:42 -0500


On Fri, Mar 11, 2005 at 09:36:44PM -0600, Troy Benjegerdes wrote:
> Anyone got any ideas why setting 'CC' gets picked up by configure, but
> not actually updated in src/config/Makefile.config ?

Check out src/cf/osconf.m4...  That is used to set a variety of environment
variables (including CC for various platforms).  One reason is e.g. because
on various platforms you need a specific compiler in order to generate  the
kernel module/library (e.g. most Solaris versions need the C compiler  from
the SUNWspro suite).

	Kris