From owner-freebsd-alpha Mon Sep 4 20:11:10 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from smtp05.primenet.com (smtp05.primenet.com [206.165.6.135]) by hub.freebsd.org (Postfix) with ESMTP id C4F9A37B423 for ; Mon, 4 Sep 2000 20:11:07 -0700 (PDT) Received: (from daemon@localhost) by smtp05.primenet.com (8.9.3/8.9.3) id UAA17195; Mon, 4 Sep 2000 20:11:13 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp05.primenet.com, id smtpdAAA3RaqIH; Mon Sep 4 20:11:08 2000 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id UAA04518; Mon, 4 Sep 2000 20:10:53 -0700 (MST) From: Terry Lambert Message-Id: <200009050310.UAA04518@usr02.primenet.com> Subject: Re: compaq's C++ compiler? To: phiber@radicalmedia.com (Mark Abene) Date: Tue, 5 Sep 2000 03:10:53 +0000 (GMT) Cc: imp@village.org (Warner Losh), freebsd-alpha@FreeBSD.ORG In-Reply-To: <20000901222301.A20148@radicalmedia.com> from "Mark Abene" at Sep 01, 2000 10:23:01 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > : #include > > > > Might try > > > > #include > > > > instead, since that's the new standard. > > The thought did cross my mind, but it didn't fix anything. In fact, the > example c++ programs that come with the compiler won't build, either, so > something with the installation must be screwed up. Though I have no idea > what... I'd be curious to hear if anyone else has tried to get it working. FWIW: The FreeBSD .mk files are known to be broken when you are using a compiler other than the one that shipped with the system, and have specified a "DESTDIR" target. Basically, they will override your library and include paths, and you will get the old, stale files that came with the OS, if you are trying to use a new compiler. This will generaally adversely affect RTTI and other C++ stuff, including and STL stuff, if you are not careful. Not saying this is your problem, but it has bit me before... Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message