autoconf
[Top][All Lists]
Advanced

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

Re: flag issue in AC_PROG_CXX for Sun Studio


From: Monty Taylor
Subject: Re: flag issue in AC_PROG_CXX for Sun Studio
Date: Thu, 25 Feb 2010 15:40:18 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100222 Thunderbird/3.0.1

On 02/25/2010 03:37 PM, Eric Blake wrote:
According to Monty Taylor on 7/30/2009 1:28 PM:
Hey all,

The ever helpful setting of -g into CXXFLAGS by AC_PROG_CXX is incorrect
on Sun Studio (IMHO). Currently, the test checks for Sun Studio compiler
and, if so, injects -g. The problem is, -g on Sun Studio means "include
symbols _AND_ disable inlining" The appropriate flag that's similar to
-g on GCC is -g0. (Thanks Sun Studio, for being weird)

Revisiting an old thread.  Thanks for the report; any suggestions on how
to fix it before the release of autoconf 2.66?


It should be enough to just replace the -g with -g0 ... lemme see if I can cook up a patch for you.

Thanks!
Monty




reply via email to

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