|
|
|
|
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make[1]: Entering directory `/d/Documents/NetBeansProjects/ C++/CppExamples/Examples_0006_Boost_CountWords' "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/ MinGW-Windows/examples_0006_boost_countwords.exe make[2]: Entering directory `/d/Documents/NetBeansProjects/ C++/CppExamples/Examples_0006_Boost_CountWords' mkdir -p dist/Debug/MinGW-Windows g++ -o dist/Debug/MinGW-Windows/examples_0006_boost_countwords build/Debug/MinGW-Windows/main.o -lcppunit -lboost_regex-mgw46-mt-d-1_54 c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lboost_regex-mgw46-mt-d-1_54 collect2: ld returned 1 exit status make[2]: *** [dist/Debug/MinGW-Windows/ examples_0006_boost_countwords.exe] Error 1 make[2]: Leaving directory `/d/Documents/NetBeansProjects /C++/CppExamples/Examples_0006_Boost_CountWords' make[1]: *** [.build-conf] Error 2 make[1]: Leaving directory `/d/Documents/NetBeansProjects/C++/ CppExamples/Examples_0006_Boost_CountWords' make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 15s) |
cannot find -lboost_regex-mgw46-mt-d-1_54 |
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make[1]: Entering directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/examples_0006_boost_countwords.exe make[2]: Entering directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' mkdir -p dist/Debug/MinGW-Windows g++ -o dist/Debug/MinGW-Windows/examples_0006_boost_countwords build/Debug/MinGW-Windows/main.o -lboost_regex-mgw46-mt-d-1_54 c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lboost_regex-mgw46-mt-d-1_54 collect2: ld returned 1 exit status make[2]: *** [dist/Debug/MinGW-Windows/examples_0006_boost_countwords.exe] Error 1 make[2]: Leaving directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' make[1]: *** [.build-conf] Error 2 make[1]: Leaving directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 2s) |
|
|
"/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf make[1]: Entering directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' "/usr/bin/make" -f nbproject/Makefile-Debug.mk dist/Debug/MinGW-Windows/examples_0006_boost_countwords.exe make[2]: Entering directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' mkdir -p build/Debug/MinGW-Windows rm -f build/Debug/MinGW-Windows/main.o.d g++ -c -g -I/C/boost/include/boost-1_54 -I/C/cppUnit/include -MMD -MP -MF build/Debug/MinGW-Windows/main.o.d -o build/Debug/MinGW-Windows/main.o main.cpp mkdir -p dist/Debug/MinGW-Windows g++ -o dist/Debug/MinGW-Windows/examples_0006_boost_countwords build/Debug/MinGW-Windows/main.o -lboost_regex-mgw46-mt-d-1_54 c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot find -lboost_regex-mgw46-mt-d-1_54 collect2: ld returned 1 exit status make[2]: *** [dist/Debug/MinGW-Windows/examples_0006_boost_countwords.exe] Error 1 make[2]: Leaving directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' make[1]: *** [.build-conf] Error 2 make[1]: Leaving directory `/d/Documents/NetBeansProjects/C++/CppExamples/Examples_0006_Boost_CountWords' make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 10s) |
L B wrote: |
---|
Does NetBeans know to look for lib files there? |