Guillaume Cottenceau wrote:
>>Question for mdk rpm gurus: for package where configure doesn't support a 
>>--with-gcc flag, is there a way to force compilation with a specific compiler 
>>?
> ``export CC=whatever'' should work (untested).

Or, if configure was created with autoconf 2.50 and above,

configure CC=whatever CXX=someelse ...

-andrej

Reply via email to