I am a newbie to slickedit.
I am using slickedit11.10+mingw+msys.
I want to use boost library in my c++ programme.
I can compile my programme in msys console like this:
$ g++ boost_thread2.cpp -o boost_thread2.exe -lboost_thread-mgw-mt
What can I do to compile it with slickedit by setting up my slickedit configuration?
I get these errors when I compile it with slickedit now:
Debug/boost_thread2.o(.text+0x212):C:/msys/1.0/home/smile/thread/boost_thread2.cpp:22: first defined here
Debug/boost_thread2.o(.text+0x339):C:/msys/1.0/home/smile/thread/boost_thread2.cpp:24: undefined reference to `boost::thread::thread(boost::function0<void, std::allocator<boost::function_base> > const&)'
collect2: ld returned 1 exit status
*** Errors occurred during this build ***
Any suggestion is appreciated!
^^