Re: [perl #41173] [PATCH] Intel C++ is not really gcc

2007-01-04 Thread Jonathan Worthington
Steve Peters (via RT) wrote: The Intel C++ compile defines the __GNUC__ macro. This generally causes lots of annoying problems since Intel C++ is not completely compatible with gcc. To avoid this any problem with this, the following patch should help both Linux and Mac OS X Intel compilers.

[perl #41173] [PATCH] Intel C++ is not really gcc

2007-01-03 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #41173] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41173 > The Intel C++ compile defines the __GNUC__ macro. This generally causes lots of annoyin