Re: In search of a good C++ compiler

fjh@munta.cs.mu.OZ.AU (Fergus Henderson)
Sun, 29 Jan 1995 04:54:57 GMT

          From comp.compilers

Related articles
In search of a good C++ compiler J.B.Wilkinson-SE2@computer-science.birmingham.ac.u (1995-01-26)
Re: In search of a good C++ compiler fjh@munta.cs.mu.OZ.AU (1995-01-29)
| List of all articles for this month |

Newsgroups: comp.compilers
From: fjh@munta.cs.mu.OZ.AU (Fergus Henderson)
Keywords: C++, GCC
Organization: Computer Science, University of Melbourne, Australia
References: 95-01-072
Date: Sun, 29 Jan 1995 04:54:57 GMT

J.B.Wilkinson-SE2@computer-science.birmingham.ac.uk (James B Wilkinson) writes:


>Does anybody know of a compiler available for UNIX which can handle static
>class members?


Yes, g++ can handle static class members.


>PS currently, we are running g++/gcc versions 2.4


Hmm. What was the problem exactly? I suggest you post a more detailed
explanation of the problem in gnu.g++.help. (Perhaps you have declared
but not defined your static members - see the gnu.g++.help FAQ list.)


Anyway, g++ version 2.4 was pretty buggy - you should probably upgrade
to the latest version (2.6.3).


--
Fergus Henderson - fjh@munta.cs.mu.oz.au
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.