$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-05-30 01:12:00
Joaquin M Lopez Munoz <joaquin_at_[hidden]> wrote:
> Could you please try with the same compiler options used in
> the regression tests, as shown in:
returns 0. Of course I dropped option "-c" , as I do want to call linker
:) I used:
/Zm800 -nologo -GX /Z7 /Od /Ob0 /GX /GR /MDd /Op /Zc:forScope
/Zc:wchar_t
Here is funny thing: linking with dynamic runtime library is enough to
"cure" the problem, even with all optimizations turned on. When compiled
with following options:
/MD /O2
program returns 0.
B.