Date: Mon, 17 Jan 2005 12:25:05 -0000 From: "Konstantin 'Kosta' Welke" <damaker@fillibach.de> To: ports@freebsd.org Subject: [SOLUTION] net/ns broken on FreeBSD 5.3 Message-ID: <opskqx33dedvpa9u@anyhost.anywhere>
next in thread | raw e-mail | index | archive | help
Hi! the port net/ns is broken on FreeBSD 5.3. This is because of gcc 3.4.2, which is much more strict. ("It is very likely that existing C++ code will need to be fixed." -- http://gcc.gnu.org/gcc-3.4/changes.html#cplusplus ) Workaround for now is to use the gcc option -fpermissive in work/ns-2.27/Makefile: CCOPT = -fpermissive It compiles without problems, then. HTH, Kosta
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opskqx33dedvpa9u>