$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-12-27 12:53:44
David Abrahams wrote:
> Jonathan Turkanis wrote:
>> when used with a backend that supports auto link. To test this, I
>> compiled the following program on como with VC7.1:
>>
>> #pragma comment(lib, "asfdhjkalsdflkjhsadf")
>>
>> int main() { }
>>
>> and got an 'unrecognized pragma' warning. Since auto link relies on
>> pragma comment, I conclude that it doesn't work with como.
>
> Comeau may have a mode that passes (unrecognized) pragmas through to
> the back-end compiler.
FWIW, I contacted Comeau support about this issue and was told that there is no
such option.
Jonathan