- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi ,
I am creating a library by compiling few fortran files using Intel 9.1 IA32 Compiler, but when Ilink the library to createan executable it give this warning for every obj file
libgdsf90.lib(sta_aug2.obj) : warning LNK4224: /COMMENT is no longer supported; ignored
How to remove this warning? How can I remove /COMMENT directive from the obj file.
Regards,
Manoj
I am creating a library by compiling few fortran files using Intel 9.1 IA32 Compiler, but when Ilink the library to createan executable it give this warning for every obj file
libgdsf90.lib(sta_aug2.obj) : warning LNK4224: /COMMENT is no longer supported; ignored
How to remove this warning? How can I remove /COMMENT directive from the obj file.
Regards,
Manoj
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Use a current compiler - 11.1 is the current version. You can also add /link /ignore:4224 to the end of the ifort command line that invokes the linker.
