Good afternoon, tell me, please, how to enable the boost library in netbeans (OS Ubuntu 10.10). I downloaded libboost1.42-dev, libboost1.42-all-dev from repositories, satisfied a bunch of dependencies. In the netbeans itself indicated the path to the library. But when compiling produces an error
build/Debug/GNU-Linux-x86/main.o: In function 'main': /home/egor/NetBeansProjects/boost/main.cpp:16: undefined reference to 'boost::thread::join()'
etc. for each method.
main': /home/egor/NetBeansProjects/boost/main.cpp:16: undefined reference to
boost :: thread :: join () /home/egor/NetBeansProjects/boost/main.cpp:14: undefined reference to `boost :: thread: : ~ thread () ', etc. - Egor Sokolov