From owner-freebsd-questions Sun Oct 6 05:03:16 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA12283 for questions-outgoing; Sun, 6 Oct 1996 05:03:16 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA12278 for ; Sun, 6 Oct 1996 05:03:14 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/8.7.3) id FAA09914; Sun, 6 Oct 1996 05:03:05 -0700 (MST) From: Don Yuniskis Message-Id: <199610061203.FAA09914@seagull.rtd.com> Subject: Re: help find compiler, please. To: grog@lemis.de (Greg Lehey) Date: Sun, 6 Oct 1996 05:03:05 -0700 (MST) Cc: andreas@klemm.gtn.com, questions@FreeBSD.org In-Reply-To: <199610060838.KAA26090@allegro.lemis.de> from "Greg Lehey" at Oct 6, 96 10:38:20 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk It seems that Greg Lehey said: > Andreas Klemm writes: > > On Sat, 5 Oct 1996, Greg Lehey wrote: > >> Wayne M. Barnes, Ph.D. writes: > >>> We have searched in vain for a C++ compiler on FreeBSD/Linux that is > >>> robust enought to be able to compile Rogue Wave class templates. > >>> g++ just isn't there yet. We did find one other compiler, and it > >>> failed also. If you know of one that will do it, let us know. > >> > >> Just out of interest, what's wrong with gcc that makes it unable to > >> compile the templates? Are you sure it's not a problem with the > >> sources? C++ is a moving target, and it's quite possible that gcc is > >> correct in not compiling them. If not, I'm sure the gcc people would > >> like to know how it breaks. > > > I don't think I would. Until Wayne tells us what the problems are, > there's no reason to believe that the problem was with gcc in the > first place. I think 2.7.2.1 still is missing *full* support for some key features of the latest ANSI -- exceptions, RTTI, templates, etc. --don