discuss-gnustep
[Top][All Lists]
Advanced

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

config.make


From: Chris B. Vetter
Subject: config.make
Date: Tue, 3 Jun 2003 12:52:09 -0700

Hi,

why does config.make override the CC I specify on the commandline?

  :0> CC=gcc32 gmake
  Making all in Foobar...
  [...]
  Making all for subproject Extensions...
  gmake[3]: gcc33: Command not found
  [...]
  :2> grep -R gcc33 /System/Makefiles
  ix86/freebsd/config.make:CC       = gcc33
  ix86/freebsd/config.make:CPP      = gcc33 -E

Most likely I am not the only one who has several compilers installed
and if I specify CC on the commandline, there probably is a reason.

-- 
Chris




reply via email to

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