On Mon, Jun 03, 2002 at 01:42:24PM -0700, Kris Kennaway wrote: > * (lots of ports) The new C++ compiler deprecated a lot of headers by > moving them to a different directory: this breaks a heck of a lot of > ports). IMO we should be searching this directory by default.
I believe it is the intent of the GCC developers to search this directory by default. In any case, the fix is to add: #define GPLUSPLUS_BACKWARD_INCLUDE_DIR PREFIX"/usr/include/g++/backward" to src/gnu/usr.bin/cc/cc_tools/freebsd-native.h Someone who has more experience dealing with GCC should review/commit this, it will break lots of pre-standard C++ code. Tim To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message