From owner-freebsd-ports Thu Aug 3 3:46:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id C5EA637B8A5 for ; Thu, 3 Aug 2000 03:45:52 -0700 (PDT) (envelope-from kuku@gilberto.physik.rwth-aachen.de) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.9.3/8.9.3) id MAA00684 for freebsd-ports@freebsd.org; Thu, 3 Aug 2000 12:45:50 +0200 (CEST) (envelope-from kuku) Date: Thu, 3 Aug 2000 12:45:50 +0200 (CEST) From: Christoph Kukulies Message-Id: <200008031045.MAA00684@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: gcc28 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to port the latest qvwm prealpha2 snapshot and it fails using gcc-2.95.2 (egcs) with some obscure C++ error. 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? -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message