Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Discussions

_CreateThread@20 Link error with Intel Fortran 9.1.3250

Intel_C_Intel
Employee
700 Views

I've updated my Intel FORTRAN compilerto 9.1, and I get the following link error:

error LNK2019: unresolved external symbol _CreateThread@20 referenced in function

This used to compile fine with Intel FORTRAN 9.0. I had a look at an object created with the old compiler, and the relevant symbol in here was _CreateThread@24, which kind of makes sense as the function has 6 integer arguments.

Anyone know how I can get this to compile?

0 Kudos
2 Replies
Steven_L_Intel1
Employee
700 Views
There was a bug in some older versions of 9.1 that could cause that problem. Install a more recent version (9.1.037) or 10.0.
0 Kudos
cmmaslin
Beginner
700 Views
Thanks Steve. I installed 9.1.038, and it compiles.
0 Kudos
Reply