Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Warning LNK4224: /COMMENT

smk_009
Beginner
298 Views
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 Kudos
1 Reply
Steven_L_Intel1
Employee
298 Views
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.
0 Kudos
Reply