$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-07-02 07:28:52
On Wednesday 02 July 2008 11:21:01 Paul wrote:
> Hi,
>
> How do you set the target-os ?
>
> I'm cross-compiling on linux, for the windows platform.
>
> I wrote this in the user-config.jam file:
>
> using gcc : : /home/paul/mingw/bin/mingw32-g++ : <target-os>windows
> <os>windows ;
>
> and i ran jam like so:
> ./tools/jam/src/bin.linuxx86/bjam --user-config=user-config.jam
> --toolset=gcc --debug-building --target-os=windows
Remove "--" before "target-os". Also, to avoid future confusing, remove
"--" before "toolset".
- Volodya