how to install boost in a different directory

18 Apr
2006
18 Apr
'06
9:09 p.m.
Hi, How can I install boost in a different directory? I try this command: bjam "-sTOOLS=gcc --prefix=/home/yinglcs/boost" install But it gives me error message saying some *.jam file is not found. Thank you for any help. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

18 Apr
18 Apr
9:35 p.m.
On Tuesday, April 18, 2006 at 14:09:52 (-0700) yinglcs2@yahoo.com writes:
Hi,
How can I install boost in a different directory? I try this command: bjam "-sTOOLS=gcc --prefix=/home/yinglcs/boost" install
But it gives me error message saying some *.jam file is not found.
Thank you for any help.
Try: bjam "-sTOOLS=gcc" --prefix=/home/yinglcs/boost install Bill
6958
Age (days ago)
6958
Last active (days ago)
1 comments
2 participants
participants (2)
-
Bill Lear
-
yinglcs2@yahoo.com