- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Steve. I installed 9.1.038, and it compiles.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page