Date: Sun, 25 Jul 2004 10:43:25 +0400 (MSD) From: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru> To: freebsd-current@freebsd.org Subject: C++ cannot be built on NO_CXX world? Message-ID: <20040725100512.J9683@free.home.local>
next in thread | raw e-mail | index | archive | help
Are there any ways to build "full" world (with C++) on system without C++ (built with NO_CXX)? It seems that C++ compiler depends on gperf, that is written in C++ itself and cannot be built during bootstrap-tools step. I worked around by copying gperf from another FreeBSD system and adding -DNO_CXX to BMAKE in Makefile.inc1. Is it possible to remove gperf from bootstrap-tools and use prebuilt cfns.h to build cc1plus in cross-tools? Yuriy.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040725100512.J9683>