From owner-freebsd-ports Wed Aug 9 2:47:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 5EDE337B775 for ; Wed, 9 Aug 2000 02:47:24 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id CAA97309; Wed, 9 Aug 2000 02:47:16 -0700 (PDT) (envelope-from obrien) Date: Wed, 9 Aug 2000 02:47:15 -0700 From: "David O'Brien" To: Christoph Kukulies Cc: freebsd-ports@freebsd.org Subject: Re: gcc28 Message-ID: <20000809024715.B97174@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <200008031045.MAA00684@gilberto.physik.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200008031045.MAA00684@gilberto.physik.rwth-aachen.de>; from kuku@gilberto.physik.rwth-aachen.de on Thu, Aug 03, 2000 at 12:45:50PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Aug 03, 2000 at 12:45:50PM +0200, Christoph Kukulies wrote: > I'm trying to port the latest qvwm prealpha2 snapshot and it fails > using gcc-2.95.2 (egcs) with some obscure C++ error. It would be much more helpful if you would have included that error message. > I don't have feedback from the qvwm developers list but meanwhile > I tried to use gcc28. I replaced gcc and c++ in the > Makefiles by /usr/local/bin/gcc but what happens is that files > like stack.h, deque.h, alloc.h and a bunch of stl_xxx.h as well as > even iostream.h are not being found. The missing files > are included by e.g. #include statements in the source code. > Where are these (gcc related) files normally installed? By the glibstdc++28 port. You probably just installed the gcc28 port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message