From owner-freebsd-questions Sun Oct 6 03:11:51 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA00906 for questions-outgoing; Sun, 6 Oct 1996 03:11:51 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA00875 for ; Sun, 6 Oct 1996 03:11:43 -0700 (PDT) Received: from diablo.ppp.de by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0v9qBR-0008z2C; Sun, 6 Oct 96 03:11 PDT Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v9pIo-000QoSC; Sun, 6 Oct 96 10:15 MET From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id KAA26090; Sun, 6 Oct 1996 10:38:20 +0200 Message-Id: <199610060838.KAA26090@allegro.lemis.de> Subject: Re: help find compiler, please. To: andreas@klemm.gtn.com (Andreas Klemm) Date: Sun, 6 Oct 1996 10:38:20 +0200 (MET DST) Cc: questions@FreeBSD.org (FreeBSD Questions) In-Reply-To: from "Andreas Klemm" at Oct 5, 96 01:29:54 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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. > > FreeBSD-current now has gcc 2.7.2.1 and libg++ 2.7.2 if that might > be of interest ... If I remember right, some people said on the > mailinglists, that some C++ projects are only to handle with gcc-2.7.x. > > So maybe migrating to -current with an experimental machine might > solve your problem ?! I'd simly try it ... -current is stable enough. 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 run it for months without backups ... (not because I'm too lazy, > only because I don't have a tape anymore ;) You mean you're suicidal? :-) Greg