Even with christos's update to the Makefile,
Module Name: src
Committed By: christos
Date: Thu Jul 12 16:15:40 UTC 2012
Modified Files:
src/external/bsd/atf/lib/libatf-c++: Makefile
Log Message:
Properly include dependent library, unbreaks objdir build.
an update build is still failing:
# build libatf-c++/libatf-c++.so.0.0
rm -f libatf-c++.so.0.0
/build/netbsd-local/tools/x86_64/amd64/bin/x86_64--netbsd-c++ -Wl,-x -shared
-Wl,-soname,libatf-c++.so.0 -Wl,--warn-shared-textrel
--sysroot=/build/netbsd-local/dest/amd64 -o libatf-c++.so.0.0
-Wl,-rpath-link,/build/netbsd-local/dest/amd64/lib -L=/lib
-Wl,--whole-archive libatf-c++_pic.a -Wl,--no-whole-archive
-L/build/netbsd-local/obj/amd64/external/bsd/atf/lib/libatf-c -latf-c
/build/netbsd-local/tools/x86_64/amd64/lib/gcc/x86_64--netbsd/4.5.3/../../../../x86_64--netbsd/bin/ld:
cannot find -lstdc++
/build/netbsd-local/tools/x86_64/amd64/lib/gcc/x86_64--netbsd/4.5.3/../../../../x86_64--netbsd/bin/ld:
cannot find -lm
collect2: ld returned 1 exit status
*** [libatf-c++.so.0.0] Error code 1
nbmake: stopped in /build/netbsd-local/src/external/bsd/atf/lib/libatf-c++
I will try shortly to see if it fails with clean $OBJDIR and $DESTDIR