/usr/bin/make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf make[1]: Entering directory `/cygdrive/c/Dokumente und Einstellungen/Patrick/Eigene Dateien/NetBeansProjects/Regexp' /usr/bin/make -f nbproject/Makefile-Debug.mk dist/Debug/Cygwin-Windows/regexp.exe make[2]: Entering directory `/cygdrive/c/Dokumente und Einstellungen/Patrick/Eigene Dateien/NetBeansProjects/Regexp' mkdir -p build/Debug/Cygwin-Windows rm -f build/Debug/Cygwin-Windows/main.o.d g++.exe -c -g -I/cygdrive/C/Programme/Boost-1.34.1 -I/cygdrive/C/Programme/Boost-1.34.1/include -MMD -MP -MF build/Debug/Cygwin-Windows/main.o.d -o build/Debug/Cygwin-Windows/main.o main.cpp In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/fstream.h:31, from main.cpp:9: /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. mkdir -p dist/Debug/Cygwin-Windows g++.exe -o dist/Debug/Cygwin-Windows/regexp build/Debug/Cygwin-Windows/main.o build/Debug/Cygwin-Windows/main.o: In function `_ZN5boost11basic_regexIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6assignEPKcj': /cygdrive/C/Programme/Boost-1.34.1/include/boost/detail/sp_counted_base_gcc_x86.hpp:(.text$_ZN5boost11regex_matchIPKcSaINS_9sub_matchIS2_EEEcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEEbT_SA_RNS_13match_resultsISA_T0_EERKNS_11basic_regexIT1_T2_EENS_15regex_constants12_match_flagsE[bool boost::regex_match >, char, boost::regex_traits > >(char const*, char const*, boost::match_results > >&, boost::basic_regex > > const&, boost::regex_constants::_match_flags)]+0x9a): undefined reference to `boost::re_detail::perl_matcher >, boost::regex_traits > >::match()' /cygdrive/C/Programme/Boost-1.34.1/include/boost/detail/sp_counted_base_gcc_x86.hpp:(.text$_ZN5boost9re_detail12perl_matcherIPKcSaINS_9sub_matchIS3_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEEC1ES3_S3_RNS_13match_resultsIS3_S6_EERKNS_11basic_regexIcSA_EENS_15regex_constants12_match_flagsES3_[boost::re_detail::perl_matcher >, boost::regex_traits > >::perl_matcher(char const*, char const*, boost::match_results > >&, boost::basic_regex > > const&, boost::regex_constants::_match_flags, char const*)]+0xec): undefined reference to `boost::re_detail::perl_matcher >, boost::regex_traits > >::construct_init(boost::basic_regex > > const&, boost::regex_constants::_match_flags)' /cygdrive/C/Programme/Boost-1.34.1/include/boost/detail/sp_counted_base_gcc_x86.hpp:(.text$_ZN5boost11basic_regexIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6assignEPKcS7_j[boost::basic_regex > >::assign(char const*, char const*, unsigned int)]+0x22): undefined reference to `boost::basic_regex > >::do_assign(char const*, char const*, unsigned int)' collect2: ld returned 1 exit status make[2]: *** [dist/Debug/Cygwin-Windows/regexp.exe] Error 1 make[2]: Leaving directory `/cygdrive/c/Dokumente und Einstellungen/Patrick/Eigene Dateien/NetBeansProjects/Regexp' make[1]: *** [.build-conf] Error 2 make[1]: Leaving directory `/cygdrive/c/Dokumente und Einstellungen/Patrick/Eigene Dateien/NetBeansProjects/Regexp' make: *** [.build-impl] Error 2 BUILD FAILED (exit value 2, total time: 2s)