• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: GCC 4 and iostream.h
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GCC 4 and iostream.h


  • Subject: Re: GCC 4 and iostream.h
  • From: Steve Checkoway <email@hidden>
  • Date: Wed, 14 Dec 2005 12:31:19 -0800

On Dec 14, 2005, at 6:14 AM, Stephane Sudre wrote:

Yes, this is fixing the problem.

The macro bible also helped in building a #if test for GCC version.

As you've probably discovered already, if you really need to test for the version of gcc (although, you do not in this case), you can use these:


$ gcc -dM -E - <<< ''|grep GNUC
#define __GNUC_PATCHLEVEL__ 0
#define __GNUC__ 4
#define __GNUC_MINOR__ 0

- Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >GCC 4 and iostream.h (From: Stephane Sudre <email@hidden>)
 >Re: GCC 4 and iostream.h (From: Paul Walmsley <email@hidden>)
 >Re: GCC 4 and iostream.h (From: Stephane Sudre <email@hidden>)
 >Re: GCC 4 and iostream.h (From: Magnus Hoem <email@hidden>)
 >Re: GCC 4 and iostream.h (From: Stephane Sudre <email@hidden>)

  • Prev by Date: Compiling simple C code filters to use AltiVec
  • Next by Date: Re: Compiling simple C code filters to use AltiVec
  • Previous by thread: Re: GCC 4 and iostream.h
  • Next by thread: Re: GCC 4 and iostream.h
  • Index(es):
    • Date
    • Thread