Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-12-22 11:42:31


In researching the octonion_test failure on Intel, I noticed the
intel-win32 toolset was supplying the c++ compile option:

    -Qoption,c,--arg_dep_lookup

Shouldn't that be:

    -Qoption,cpp,--arg_dep_lookup

IIUC, the "c" causes the option to be passed to the C compiler rather than
the C++ compiler.

The octonion_test fails either way, but I think we ought to correct the
toolset anyhow. I didn't change it myself because of fear I'm not
understanding the docs correctly, or that someone with special knowledge
set it up in the first place.

--Beman
  


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk