X-Spam-Check-By: sourceware.org Message-ID: <464DCDC9.21542224@dessent.net> Date: Fri, 18 May 2007 09:01:13 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: _GLIBCXX_USE_C99 not working? References: <464CBBD5 DOT 4040709 AT t-online DOT de> <094701c7993b$71df5390$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Dave Korn wrote: > Can you point me at any documentation that says this is a valid thing to do? > AFAICT that's an internal symbol in the '_' namespace that user code has no > business messing around with. Cygwin is not a glibc program so telling > libstdc that it is seems inherently bogus to me. You're right that it's an internal gcc symbol, but the "_GLIBCXX" preprocessor namespace belongs/refers to libstdc++ not glibc, so in this case it's not necessarily got anything to do with glibc, rather just indicating target libc C99 support is available to be used by libstdc++. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/