<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi All:<br><br>I successfully compiled the IPOPT library in MINGW using the Intel Fortran Compiler and Visual Studio 2005. This was done in "release" mode. I next tried to compile the test program hs071_c.c as a console application in Visual Studio 2005 and statically linked it to the libipopt.lib that I had created with the earlier step. I had to disable libcmt.lib to take care of some conflicts (redefinitions). But after all of this I still get the following errors:<br><br>1>libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __iob<br>1>libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __iob<br>1>libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol
__iob<br>1>libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol ___argv<br>1>libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol ___argc<br>1>C:\Users\krishnan\Documents\projects\Testipopt\Release\Testipopt.exe : fatal error LNK1120: 3 unresolved externals<br><br>These are obviously coming from the Intel side. This is maddening since I had successfully done something similar in the past. Any clues on where I am goofing up? <br><br>Much appreciate all the help.<br><br>Thanks guys<br><br>Krish<br><br></div></div><br>
</body></html>