Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29255 ディスカッション

Warning LNK4224: /COMMENT

smk_009
ビギナー
469件の閲覧回数
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
0 件の賞賛
1 返信
Steven_L_Intel1
従業員
469件の閲覧回数
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.
返信