
27 Dec
2004
27 Dec
'04
5:53 p.m.
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