Kevin Lamothe wrote: > In file included from > /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/eh_alloc.cc:37: > > /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++/unwind-cxx.h:41:20: > unwind.h: No such file or directory --snip-- > The contents of my make.conf > > CFLAGS=-O2 -pipe > CXXFLAGS=-O2 -pipe
Don't assign to CXXFLAGS with "=", as /usr/share/examples/etc/make.conf tells you: # CXXFLAGS controls the compiler settings used when compiling C++ code. # Note that CXXFLAGS is initially set to the value of CFLAGS. If you wish # to add to CXXFLAGS value, "+=" must be used rather than "=". Using "=" # alone will remove the often needed contents of CFLAGS from CXXFLAGS.
signature.asc
Description: OpenPGP digital signature