$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: ê¹ìí (yhyun.kim_at_[hidden])
Date: 2007-11-08 03:31:05
I wanna change my toolset.
Now I'm using mips2_nfp_... not a gcc .
So I set the right compiler in Jamfile like below.
using gcc
:
: mips2_nfp_le-g++
;
After that, I could compile everything.. It seemed to work.
But another tool such as ar, doesn't change to right one.
Bjam uses normal ar (not mips2_nfp_le-ar).
So I couldn't build my stuff.
How can I fix? Do I have to make my own toolset?
Thanks in advance.
p.s My Enlish is pretty bad. Sorry. ^^;