Are there two verions of boost for linux? 1. for 32 bit 2. for 64 bit i am using the as used on 32 bit. manish4gupta wrote:
I ran in this way also.
g++ -I /usr/local/include/boost_1_39 programe_name.cpp
and g++ -I /usr/lib/boost_1_39 programe_name.cpp also
still same error
Stephan Menzel-4 wrote:
Hi,
On Wed, Sep 30, 2009 at 2:59 PM, manish4gupta
wrote: g++ program_name.cpp -lrt
It is showing error "No such file and directory" for every header file.
Did you try to specify an include path using -I ?
Stephan _______________________________________________ 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.