<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&nbsp; using the Intel Fortran Compiler and Visual Studio 2005.&nbsp; This was done in "release" mode.&nbsp; 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.&nbsp; I had to disable libcmt.lib to take care of some conflicts (redefinitions).&nbsp;&nbsp; But after all of this I still get the following errors:<br><br>1&gt;libifcoremt.lib(for_diags_intel.obj) : error LNK2001: unresolved external symbol __iob<br>1&gt;libifcoremt.lib(for_nt_open_proc.obj) : error LNK2001: unresolved external symbol __iob<br>1&gt;libmmt.lib(libm_error.obj) : error LNK2001: unresolved external symbol
 __iob<br>1&gt;libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol ___argv<br>1&gt;libifcoremt.lib(for_init.obj) : error LNK2001: unresolved external symbol ___argc<br>1&gt;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.&nbsp; This is maddening since I had successfully done something similar in the past.&nbsp; Any clues on where I am goofing up?&nbsp; <br><br>Much appreciate all the help.<br><br>Thanks guys<br><br>Krish<br><br></div></div><br>



      </body></html>