You will need to add g++ with g++ as a compilation parameter, for example g++ -I./boost ... , or simply add -I as a command line option, followed immediately by a space, in the relative or absolute path where you set your acceleration library. Keep in mind also for future reference that some boost elements, such as a streaming library, also require some libraries to be associated with them, and you will also have to include these file paths at compile time using the -L option ... that this does not apply to boost::shared_ptr , but just gives you a head up.
source share