$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-07-18 12:21:57
On Wednesday 18 July 2007 18:48:24 Nguyen, Tram T wrote:
> Hi Boost-Community,
>
> I am trying to build boost in VxWorks, but I don't have instruction to do so.
> Do you know where to get that information or you have done it before.
> Please share your experience. Your help would be greatly appreciated.
I doubt anybody has tried that before. I'd suggest you make sure your
user-config.jam reads:
using gcc : : vxworks-g++ ;
(Or whatever is the name of your vxworks cross-compiler), and then
try building. If you run into issues, report them.
BTW, please don't start a thread by replying to unrelated email.
Also, what is 'winmail.dat' attached to your message? I suspect it's
useless for folks not using Outlook.
- Volodya