This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Conflict between GCC C++ and Solaris 2.6


On Aug 22, 1999, d.forrai@ieee.org wrote:

> When compiling DDD on Solaris 2.6 Intel Edition with GCC 2.95, I
> discovered a conflict with Solaris' math.h header file.  This header file
> declares a structure named exception for handling math exception.

The header file is fixed in the GCC specific headers.  It's DDD that's
breaking the rules, by adding -I/usr/include to the compilation
command line, despite this being ruled out in the gcc docs.

You may want to submit a bug to the developers of DDD about this.  (I
was going to do it when I found the problem myself, but I forgot about
it before I sent it :-(

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]