automake
[Top][All Lists]
Advanced

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

Re: strange choice of compiler on HP-UX


From: Joao Miguel Ferreira
Subject: Re: strange choice of compiler on HP-UX
Date: Wed, 26 Sep 2007 17:03:14 +0100

On Wed, 2007-09-26 at 09:43 -0600, Bob Proulx wrote:

> *I* would probably use the following and code in the appropriate
>  extern C declarations.
> 
>   ./configure CC=cc CFLAGS="-Ae -g" CXX=aCC CXXFLAGS="-g"
> 
> But if you simply want to call C files C++ and force using the aCC C++
> compiler for C files too then this should do it.
> 
>   ./configure CC=aCC CXX=aCC
> 

Hey Bob,

I tried this last option noticed that the build happens to
'automatically' use the flags you mention: "-Ae -g" in the C part and
"-g" in the C++ part.

joao







reply via email to

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