Date: Thu, 3 Aug 2000 12:45:50 +0200 (CEST) From: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> To: freebsd-ports@freebsd.org Subject: gcc28 Message-ID: <200008031045.MAA00684@gilberto.physik.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
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 <stack.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008031045.MAA00684>