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

Internal Compiler Warning #5271

Iuliia_G_
Beginner
478 Views

    Hi everyone,

What does Internal Compiler Warning #5271: Bad syntax mean?

Additional info: warning #5271: Internal Compiler Warning: Bad syntax, ':' is encountered before '=' while processing 'efaultlib:c:\libs\math.lib' and declaration is ignored

I'm using Intel Fortran Compiler on Windows and was trying to include libraries via Property Page. There are no errors while compiling project. I don't understand this warning message.

Thank you in advance! 

0 Kudos
3 Replies
Kevin_D_Intel
Employee
478 Views

It appears maybe the command-line that is built wasn't understood by the compiler driver. Can you share more about what property settings you are changing and their values?

0 Kudos
Iuliia_G_
Beginner
478 Views

Hello Kevin,

while answering your question I found my error,  

I was including math.lib twice: once for FORTRAN -> Command Line -> Additional Options: /DEFAULTLIB:"C:\libs\math.lib" and once for LINKER -> Command Line -> Additional Option: /DEFAULTLIB:"C:\libs\math.lib".

After this there are no warning messages at all.

Thank you for reply!

0 Kudos
Kevin_D_Intel
Employee
478 Views

Ah, great. Glad you resolved that and thank for sharing your finding. It does indeed throw that warning when added where you indicate.

 

0 Kudos
Reply