Re: compile failure on Redhat 7.0



On 23 Oct 2000 01:40:50 +0000 Steven Clark wrote:

> PS. Does anyone know how to tell configure to use a different compiler?
> Shell aliasing didn't work, neither did setting $CC or $GCC?

If your using BASH:

    export CC=/path/to/gcc

then configure the source as normal, you can also do:

    CC=/path/to/gcc ./configure ...

Same holds true for CFLAGS variable, configure takes it from the
environment.  There are other ways to do it as well.

-tac




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