thanks,
I was linking as follows:
g++ -g -Wall -o "%e" "%f" -L /usr/lib/x86_64-linux-gnu -lpthread -lboost_system
I've modified to the following:
g++ -g -Wall -o "%e" "%f" -L /usr/lib/x86_64-linux-gnu -lpthread -pthread -lboost_system
and no runtime errors!
thanks,
I was linking as follows:
g++ -g -Wall -o "%e" "%f" -L /usr/lib/x86_64-linux-gnu -lpthread -lboost_system
I've modified to the following:
g++ -g -Wall -o "%e" "%f" -L /usr/lib/x86_64-linux-gnu -lpthread -pthread -lboost_system
and no runtime errors!