Re: strange choice of compiler on HP-UX

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

 



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





_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux