On Sun, Oct 5, 2008 at 12:29 AM, Michael Hopkins <[EMAIL PROTECTED]> wrote: > > Hi all > > Quick question. > > Have read all the docs I can find and not been able to discover how to get > GNUStep make to use a toolchain other than the default gcc other than > changing soft links which I would prefer not to do. > > Have just built gcc 4.3.2 and would like to experiment with it for C & > Objective-C code. Current gcc (in Ubuntu 8.04.1) is 4.2.3. >
Does make CC=/usr/local/bin/gcc-4.3.2 (or whatever your gcc binary is called) help? Cheers, -Krishna -- Programming today is a race between software engineers striving to build bigger and better idiot- proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Richard Cook _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
