This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compile Problems on HP relating to Apache Web


On Jan 28, 2000, pat combs <pcombs@us.oracle.com> wrote:

>  + setting C compiler to cc

> I am assuming that the gcc compiler that I downloaded is an ANSI C
> Compiler.

GCC is, but cc isn't.  You must tell `configure' to use gcc as the C
compiler.  This can usually be accomplished by adding the directory
containing the `gcc' program to the PATH, but it may also involve
setting some environment variable, such as `CC', to the name of the
compiler to be used.  You'd have to check the documentation of the
package you're trying to build to make sure.


-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]