Boost logo

Boost Users :

Subject: Re: [Boost-users] How to install boost 1_39 on itanium server
From: manish4gupta (manish_at_[hidden])
Date: 2009-09-30 22:55:38


As i said
I am installing the boost on itanium (64 bit red hat) machine. I am
following
the three steps.
./bootstrap.sh --prefix=/usr/local
./bjam
./bjam install

boost gets installed in /usr/local/include . should I give any other options
like ia64 while building since it 64 bit machine.Also do i need to specify
the libdir and include dir option ? If yes what could be the option. Please
help.
Thanks in advance.

do i need to specify where to install

manish4gupta wrote:
>
> I tried this way also
>
> g++ -I /usr/local/include/boost_1_39 programe_name.cpp
> and g++ -I /usr/local/include/boost_1_39 programe_name.cpp -lrt
> but still error is same.
>
>
>
> Marshall Clow-2 wrote:
>>
>> On Sep 30, 2009, at 5:50 PM, manish4gupta wrote:
>>> 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.
>>
>>>
>>> I have used the command
>>> g++ -I usr/local/include/boost_1_39 programe_name.cpp
>>> still getting the same error.
>>>
>>
>> "usr/local/include/boost_1_39" is not the same as "/usr/include/
>> boost_1_39".
>>
>> At the very least, you need a leading '/' in the path.
>>
>> -- Marshall
>>
>> _______________________________________________
>> Boost-users mailing list
>> Boost-users_at_[hidden]
>> 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-tp25680594p25692427.html
Sent from the Boost - Users mailing list archive at Nabble.com.

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net