From owner-freebsd-questions Sat Oct 5 02:24:00 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA05129 for questions-outgoing; Sat, 5 Oct 1996 02:24:00 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA05095 for ; Sat, 5 Oct 1996 02:23:21 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v9Srv-000QnXC; Sat, 5 Oct 96 10:17 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 KAA08501; Sat, 5 Oct 1996 10:46:36 +0200 Message-Id: <199610050846.KAA08501@allegro.lemis.de> Subject: Re: help find compiler, please. To: barnes@biodec.wustl.edu Date: Sat, 5 Oct 1996 10:46:36 +0200 (MET DST) Cc: questions@FreeBSD.org In-Reply-To: <55503.barnes@biodec.wustl.edu> from "Wayne M. Barnes, Ph.D." at Oct 3, 96 11:50:59 am 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 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. Greg