Date: Thu, 03 Aug 2000 13:55:19 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: Christoph Kukulies <kuku@gilberto.physik.rwth-aachen.de> Cc: freebsd-ports@FreeBSD.org Subject: Re: gcc28 Message-ID: <39894F97.9ADF3D3F@FreeBSD.org> References: <200008031045.MAA00684@gilberto.physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > > 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? You can try to build it with system default gcc-2.95.2, but with "-fpermissive" option. Sometimes it helps. -Maxim 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?39894F97.9ADF3D3F>