- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am in the process of converting from Compaq Visual Fortran to Intel Visual Fortran.
I am trying to run simple "hello_world" program.
My program complies just fine with: "Ifort /c hello_world.f90"
However, when I link with "Ifort /exe:runmodel.exe hello_world.obj"
I get the following error messages
-out:runmodel.exe
-subsystem:console
-incremental:no
Hello_world.obj
Hello_world.obj : error LNK2019: unresolved external symbol ___intel_new_feature_proc_init referenced in function _MAIN__
Hello_world.obj : error LNK2019: unresolved external symbol _for_set_reentrancy referenced in function _MAIN__
Hello_world.obj : error LNK2019: unresolved external symbol _for_write_seq_fmt referenced in function _MAIN__
LINK : error LNK2001: unresolved external symbol _mainCRTStartup
runmodel.exe : fatal error LNK1120: 4 unresolved externals
So, what am I doing wrong?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Never Mind. I think I found my error. I was incorrectly setting the fortran environment with the call to ipse-comp-vars.bat

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