From mboxrd@z Thu Jan 1 00:00:00 1970 From: meissner@cygnus.com To: Franz.Sirl-kernel@lauterbach.com, law@cygnus.com Cc: egcs@cygnus.com Subject: Re: install stuff Date: Mon, 01 Dec 1997 11:19:00 -0000 Message-id: <199712011919.OAA22841@tweedledumb.cygnus.com> X-SW-Source: 1997-12/msg00037.html | > Ok, eg. for powerpc-unknown-linux-gnulibc1: | > - configure calls config.guess before determing the cc to use | > - config.guess defaults to ${CC-cc} for the compiler | > - if CC is not set and cc is not in the path (gcc only system, egcs also | > does not install any symlink from gcc to cc), all compile attempts in | > config.guess will fail and some default values will be used. | Ah. I see. | | I guess linux is one of the few systems that doesn't have "cc" of some | sort (either a vendor compiler or as a link/front-end to gcc). | | I'll cobble up something. Hmm, both of my systems (pentium pro and powerpc) have /usr/bin/cc, which is a symlink to gcc. These are part of the standard packages (gcc-2.7.2.1-2 on the x86, gcc-2.7.2-2L on the powerpc).