bug-autoconf
[Top][All Lists]
Advanced

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

Re: Intel compiler and autoconf


From: David Mathog
Subject: Re: Intel compiler and autoconf
Date: Wed, 30 Oct 2002 10:36:24 -0800

> 
> >From what I read in the thread you attached, the Intel engineers
> feel this is the result of bad configure invocation, and I'm inclined
> to agree with them.  You set CPP in the environment, overriding any
> value configure may have otherwise tried to deduce, and the value you
> supplied was incorrect. 

Why?  icc can work as a preprocessor.  Oh, I see now - CPP isn't
just the program name, it's the program plus a flag.  Autoconf
uses two inconsistent formats for handling program name/command
line options.  In some cases they are cleanly separated:

CC,CFLAGS
CXX,CXXFLAGS
CCLD,LDFLAGS

and in others:

CPP
INSTALL

they aren't.

Regards,

David Mathog
address@hidden
Manager, Sequence Analysis Facility, Biology Division, Caltech




reply via email to

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