$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2006-08-21 02:12:04
John Maddock wrote:
> I've done some more digging, and I'm afraid this toolset really does appear
> to be broken:
>
[...]
> 2) The compatibility option gets ignored anyway: -Qvc8 is *still* passed to
> the compiler even when <compatibility>vc7.1 is specified.
For my tests (with Intel 9.1 on VC 7.1), I use <compatibility>vc71 and
*NO* option is passed at all!
This is my cmd line (without rsp and obj file):
icl /Zm800 -nologo -TP /Z7 /Od /Ob0 /W3 /GR /MDd /Qwn5 /Qwd985
-Qoption,c,--arg_dep_lookup /Zc:forScope /Qansi_alias /Zc:wchar_t
-D_NATIVE_WCHAR_T_DEFINED /EHs
Maybe Vladimir can help here, but it seems he is offline at the moment.
Stefan