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

Re: Problems to compile heimdal 0.3a on Solaris 2.6



Love <lha@stacken.kth.se> writes:
> Do you have a working cc in you PATH, if not make sure that configure uses
> gcc when testing what headers. If you look in config.log you'll see that
> you probably used ``cc -E'' for cpp test, and somehow configure get it
> wrong. Try:
> 
>   env CC=gcc ./configure --my-flags-here
> 
> when running configure.

Can you point me to a config.log and config.status where configure
thought it should use CC=gcc and CPP=cc -E ?

/assar