<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Ye olde duplicate symbols.&nbsp; MS has 2
sets of libraries that supply C/C++ runtimes.&nbsp; You might need to specify
exactly which libs you don&#8217;t want as part of the project extra
command-line options.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>/NODEFAULTLIB:libcmt /NODEFAULTLIB:libcmtd
/NODEFAULTLIB:libcpmt /NODEFAULTLIB:libcpmtd will remove the libc threaded and
unthreaded debug and release libs deom your build, and it should then just use
the msvcrt runtimes.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Libifcorert.lib is an Intel Fortran
runtime that comes with the compiler.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Damien<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
ipopt-bounces@list.coin-or.org [mailto:ipopt-bounces@list.coin-or.org] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Jesse Perla<br>
<b><span style='font-weight:bold'>Sent:</span></b> Thursday, August 21, 2008
3:28 PM<br>
<b><span style='font-weight:bold'>To:</span></b> COIN-IPOPT Mailing List<br>
<b><span style='font-weight:bold'>Subject:</span></b> [Ipopt] Help with IPOPT
linking problems on Windows MSVC/Intel C++</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=MsoNormal style='margin-bottom:12.0pt'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>I am trying to get the
IPOPT samples running in MSVC or Intel C++ and am running into linking
errors.&nbsp; Here are my steps:<br>
<br>
1. Downloading the binaries available on:<a
href="http://www.coin-or.org/download/binary/OS/"><span class=icon>http://www.coin-or.org/download/binary/OS/</span></a>&nbsp;
Note that the only binaries in: <a
href="http://www.coin-or.org/download/binary/Ipopt/">http://www.coin-or.org/download/binary/Ipopt/</a>
&nbsp; are for linux64.<br>
&nbsp;a. (BTW, as a general consideration I would say that people may be
overestimating the applicability of cygwin vs. the native Intel or microsoft
compilers when on windows.&nbsp; Getting a development environment working with
an optimizing compiler on cygwin is very difficult).<br>
2. The sample program I am getting is from the source in Ipopt-3.4.2.&nbsp; I
am trying out the cpp_example.cpp mentioned in: <a
href="http://www.coin-or.org/Ipopt/documentation/node32.html">http://www.coin-or.org/Ipopt/documentation/node32.html</a><br>
3. Since the makefile for this is for cygwin, I need to create my own.&nbsp; .<br>
&nbsp; a. I first added the 3 source files into a new project<br>
&nbsp; b. I ensured that the include path to the headers in the binary
distribution and the libraries directory were set properly.<br>
&nbsp; c. I added libipopt.lib to the linker inputs.<br>
4. I hit compile.&nbsp; All of the source compiled fine, but when linking, it
stated that a whole bunch of functions were already defined in core libraries
such as: MSVCRTD.lib.&nbsp; See notes below for some examples of these.<br>
5. To see if it would help, I added the names of the libraries to the
&quot;ignore specific library&quot; list in the linker input options.&nbsp; No
luck.<br>
6. I tried with Intel C++ vs. MSVC.&nbsp; No difference.<br>
7. I tried the &quot;no default libs&quot; selection in the project.&nbsp; A
million unresolved errors<br>
8. I tried opening the example that came in the binary distribution: called
osTestCode.<br>
&nbsp; a. Had a different link error for a library that wasn't in the binary
libs directory: 1&gt;LINK : fatal error LNK1181: cannot open input file
'libifcorert.lib' <br>
&nbsp; b. That probably is an unrelated error, but why isn't this in the
distribution, and does it have anything to do with the empty IFORT directory in
the libs?<br>
<br>
Can anyone help?&nbsp; Below is a subset of the linker output to get the point:<br>
<br>
1&gt;------ Rebuild All started: Project: test_etk_coin, Configuration: Debug
Win32 ------<br>
1&gt;Deleting intermediate files and output files for project 'test_etk_coin',
configuration 'Debug|Win32'.<br>
1&gt;Compiling with Intel(R) C++ 10.1.020 [IA-32]... (Intel C++ Environment)<br>
1&gt;cpp_example.cpp<br>
1&gt;MyNLP.cpp<br>
1&gt;Compiling manifest to resources... (Microsoft VC++ Environment)<br>
1&gt;Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1<br>
1&gt;<br>
1&gt;Copyright (C) Microsoft Corporation.&nbsp; All rights reserved.<br>
1&gt;<br>
1&gt;<br>
1&gt;Linking... (Intel C++ Environment)<br>
1&gt;xilink: executing 'link'<br>
1&gt;msvcprtd.lib(MSVCP90D.dll) : error LNK2005: &quot;public: __thiscall
std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class
std::allocator&lt;char&gt; &gt;::basic_string&lt;char,struct
std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;(char const
*)&quot; (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@PBD@Z)
already defined in libipopt.lib(IpIpoptApplication.obj)<br>
1&gt;msvcprtd.lib(MSVCP90D.dll) : error LNK2005: &quot;public: class
std::locale::facet * __thiscall std::locale::facet::_Decref(void)&quot;
(?_Decref@facet@locale@std@@QAEPAV123@XZ) already defined in
libipopt.lib(IpIpoptApplication.obj)<br>
1&gt;libcpmt.lib(locale0.obj) : error LNK2005: &quot;void __cdecl
_AtModuleExit(void (__cdecl*)(void))&quot; (?_AtModuleExit@@YAXP6AXXZ@Z)
already defined in msvcprtd.lib(locale0_implib.obj)<br>
....<br>
1&gt;libcpmt.lib(xlock.obj) : error LNK2005: &quot;public: __thiscall
std::_Lockit::~_Lockit(void)&quot; (??1_Lockit@std@@QAE@XZ) already defined in
msvcprtd.lib(MSVCP90D.dll)<br>
1&gt;LIBCMT.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in
MSVCRTD.lib(MSVCR90D.dll)<br>
1&gt;LIBCMT.lib(setlocal.obj) : error LNK2005: __configthreadlocale already
defined in MSVCRTD.lib(MSVCR90D.dll)<br>
1&gt;LIBCMT.lib(tidtable.obj) : error LNK2005: __encode_pointer already defined
in MSVCRTD.lib(MSVCR90D.dll)<br>
1&gt;LIBCMT.lib(tidtable.obj) : error LNK2005: __decode_pointer already defined
in MSVCRTD.lib(MSVCR90D.dll)<br>
1&gt;LIBCMT.lib(crt0dat.obj) : error LNK2005: __amsg_exit already defined in
MSVCRTD.lib(MSVCR90D.dll)<o:p></o:p></span></font></p>

</div>

</div>

</body>

</html>