discuss-gnustep
[Top][All Lists]
Advanced

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

Re: GNUmake and alternate compilers


From: David Relson
Subject: Re: GNUmake and alternate compilers
Date: Mon, 28 Jan 2002 12:51:51 -0500

At 12:40 PM 1/28/02, you wrote:

If you configure gnustep-make by using

CC=gcc3 ./configure

then gnustep-make will set the default compiler to be used for gnustep to
gcc3.  Whenever you compile anything related to gnustep, gnustep-make will
automatically use gcc3 to compile.

When you configure the other gnustep packages, do

CC=gcc3 ./configure

in the same way, because they might be checking for compiler options (the
base library in particular).


To use a different compiler for a particular run of make, you can also use:

CC=gccXXX make target





reply via email to

[Prev in Thread] Current Thread [Next in Thread]