I have used the command g++ -I usr/local/include/boost_1_39 programe_name.cpp still getting the same error. Vladimir Prus-3 wrote:
manish4gupta wrote:
I ran in this way also.
g++ -I /usr/include/boost_1_39 programe_name.cpp
If you have installed boost to /usr/local, as your prior email say, then
/usr/include/boost_1_39
is clearly a wrong path. Can you please provide the *exact* command you have used. You should copy-paste the command directly from terminal.
Thanks, Volodya
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- View this message in context: http://www.nabble.com/How-to-install-boost-1_39-on-itanium-server-tp25680594... Sent from the Boost - Users mailing list archive at Nabble.com.