<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><span style="color: rgb(68, 68, 68); font-family: Calibri; line-height: 22.7199974060059px; background-color: rgb(255, 255, 255);">Hi Tony,</span><div style="line-height: 22.7199974060059px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);">Thanks for answering. I don't know the answer to your question.</div><div style="line-height: 22.7199974060059px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);">here is the full output to the make command:</div><div style="line-height: 22.7199974060059px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><br></div><div style="line-height: 22.7199974060059px; color: rgb(68, 68, 68); font-family: Calibri; background-color: rgb(255, 255, 255);"><div style="line-height: 22.7199974060059px;">asher-metzgers-macbook-pro:src ashermetzger$ make</div><div style="line-height: 22.7199974060059px;">make mexopts</div><div style="line-height: 22.7199974060059px;">case `uname` in \</div><div style="line-height: 22.7199974060059px;"> Darwin*) \</div><div style="line-height: 22.7199974060059px;"> if ! test -e mexopts.sh; then \</div><div style="line-height: 22.7199974060059px;"> sed -e 's/-arch $ARCHS//g' \</div><div style="line-height: 22.7199974060059px;"> /Applications/Matlab_R2013a_Student.app/bin/mexopts.sh > mexopts.sh; \</div><div style="line-height: 22.7199974060059px;"> SDKROOT=`grep -m1 'SDKROOT=' mexopts.sh | sed -e 's/SDKROOT=//g'`; \</div><div style="line-height: 22.7199974060059px;"> if ! test -d $SDKROOT; then \</div><div style="line-height: 22.7199974060059px;"> sed -e 's/-arch $ARCHS//g' \</div><div style="line-height: 22.7199974060059px;"> -e 's/-isysroot $SDKROOT//g' \</div><div style="line-height: 22.7199974060059px;"> -e 's/-Wl,-syslibroot,$SDKROOT//g' \</div><div style="line-height: 22.7199974060059px;"> /Applications/Matlab_R2013a_Student.app/bin/mexopts.sh > mexopts.sh; \</div><div style="line-height: 22.7199974060059px;"> fi; \</div><div style="line-height: 22.7199974060059px;"> fi \</div><div style="line-height: 22.7199974060059px;"> ;; \</div><div style="line-height: 22.7199974060059px;"> MINGW*) \</div><div style="line-height: 22.7199974060059px;"> if ! test -e mexopts.bat; then \</div><div style="line-height: 22.7199974060059px;"> echo Warning: no mexopts.bat found. You will probably need to run Gnumex to generate this file. Call \"make gnumex\" then try again.; \</div><div style="line-height: 22.7199974060059px;"> else \</div><div style="line-height: 22.7199974060059px;"> libdirwin=$(cd /Users/ashermetzger/CoinIpopt/build/lib; cmd /c 'for %i in (.) do @echo %~fi' | sed 's|\\|/|g'); \</div><div style="line-height: 22.7199974060059px;"> mingwlibdirwin=$(cd /mingw/lib; cmd /c 'for %i in (.) do @echo %~fi' | sed 's|\\|/|g'); \</div><div style="line-height: 22.7199974060059px;"> GM_ADD_LIBS=$(echo "-llibmx -llibmex -llibmat `PKG_CONFIG_PATH=/Users/ashermetzger/CoinIpopt/build/lib64/pkgconfig:/Users/ashermetzger/CoinIpopt/build/lib/pkgconfig:/Users/ashermetzger/CoinIpopt/build/share/pkgconfig: pkg-config --libs ipopt | sed -e 's///g'` " | sed -e "s| -L/Users/ashermetzger/CoinIpopt/build/lib | -L$libdirwin |g" -e "s| -L/mingw/lib | -L$mingwlibdirwin |g"); \</div><div style="line-height: 22.7199974060059px;"> \</div><div style="line-height: 22.7199974060059px;"> cp mexopts.bat mexopts.bat.orig; \</div><div style="line-height: 22.7199974060059px;"> sed -e 's|COMPILER=gcc|COMPILER=clang++|' -e 's|GM_MEXLANG=c$|GM_MEXLANG=cxx|' \</div><div style="line-height: 22.7199974060059px;"> -e "s|GM_ADD_LIBS=-llibmx -llibmex -llibmat$|GM_ADD_LIBS=$GM_ADD_LIBS|" \</div><div style="line-height: 22.7199974060059px;"> mexopts.bat.orig > mexopts.bat; \</div><div style="line-height: 22.7199974060059px;"> fi \</div><div style="line-height: 22.7199974060059px;"> ;; \</div><div style="line-height: 22.7199974060059px;"> CYGWIN*) \</div><div style="line-height: 22.7199974060059px;"> if ! test -e mexopts.bat; then \</div><div style="line-height: 22.7199974060059px;"> echo Warning: no mexopts.bat found. You will probably need to run Gnumex to generate this file. Call \"make gnumex\" then try again.; \</div><div style="line-height: 22.7199974060059px;"> else \</div><div style="line-height: 22.7199974060059px;"> libdirwin=`cygpath -m /Users/ashermetzger/CoinIpopt/build/lib`; \</div><div style="line-height: 22.7199974060059px;"> cyglibdirwin=`cygpath -m /usr/lib`; \</div><div style="line-height: 22.7199974060059px;"> GM_ADD_LIBS=$(echo "-llibmx -llibmex -llibmat `PKG_CONFIG_PATH=/Users/ashermetzger/CoinIpopt/build/lib64/pkgconfig:/Users/ashermetzger/CoinIpopt/build/lib/pkgconfig:/Users/ashermetzger/CoinIpopt/build/share/pkgconfig: pkg-config --libs ipopt | sed -e 's///g'` " | sed -e "s| -L/Users/ashermetzger/CoinIpopt/build/lib | -L$libdirwin |g" -e "s| -L/usr/lib/| -L$cyglibdirwin/|g"); \</div><div style="line-height: 22.7199974060059px;"> \</div><div style="line-height: 22.7199974060059px;"> cp mexopts.bat mexopts.bat.orig; \</div><div style="line-height: 22.7199974060059px;"> sed -e 's|COMPILER=gcc|COMPILER=clang++|' -e 's|GM_MEXLANG=c$|GM_MEXLANG=cxx|' \</div><div style="line-height: 22.7199974060059px;"> -e "s|GM_ADD_LIBS=-llibmx -llibmex -llibmat$|GM_ADD_LIBS=$GM_ADD_LIBS|" \</div><div style="line-height: 22.7199974060059px;"> mexopts.bat.orig > mexopts.bat; \</div><div style="line-height: 22.7199974060059px;"> fi \</div><div style="line-height: 22.7199974060059px;"> ;; \</div><div style="line-height: 22.7199974060059px;">esac</div><div style="line-height: 22.7199974060059px;">/Applications/Matlab_R2013a_Student.app/bin/mex -v -cxx -O CC="clang++" CXX="clang++" LD="clang++" COPTIMFLAGS="-O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE " CXXOPTIMFLAGS="-O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE " LDOPTIMFLAGS="-O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE " `PKG_CONFIG_PATH=/Users/ashermetzger/CoinIpopt/build/lib64/pkgconfig:/Users/ashermetzger/CoinIpopt/build/lib/pkgconfig:/Users/ashermetzger/CoinIpopt/build/share/pkgconfig: pkg-config --libs ipopt | sed -e 's///g'` -output ipopt.mexmaci64 matlabexception.o matlabfunctionhandle.o matlabjournal.o iterate.o ipoptoptions.o options.o sparsematrix.o callbackfunctions.o matlabinfo.o matlabprogram.o ipopt.o</div><div style="line-height: 22.7199974060059px;">sed: first RE may not be empty</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;">**************************************************************************</div><div style="line-height: 22.7199974060059px;"> Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected. </div><div style="line-height: 22.7199974060059px;"> Using -compatibleArrayDims. In the future, MATLAB will require</div><div style="line-height: 22.7199974060059px;"> the use of -largeArrayDims and remove the -compatibleArrayDims</div><div style="line-height: 22.7199974060059px;"> option. For more information, see:</div><div style="line-height: 22.7199974060059px;"> <a href="http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html" target="" style="line-height: 22.7199974060059px; font-weight: inherit; color: rgb(0, 104, 207); cursor: pointer;">http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html</a></div><div style="line-height: 22.7199974060059px;">**************************************************************************</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;">-> mexopts.sh sourced from directory (DIR = .)</div><div style="line-height: 22.7199974060059px;"> FILE = /Users/ashermetzger/CoinIpopt/build/Ipopt/contrib/MatlabInterface/src/mexopts.sh</div><div style="line-height: 22.7199974060059px;">----------------------------------------------------------------</div><div style="line-height: 22.7199974060059px;">-> MATLAB = /Applications/Matlab_R2013a_Student.app</div><div style="line-height: 22.7199974060059px;">-> CC = clang++</div><div style="line-height: 22.7199974060059px;">-> CC flags:</div><div style="line-height: 22.7199974060059px;"> CFLAGS = -fno-common -mmacosx-version-min=10.7 -fexceptions</div><div style="line-height: 22.7199974060059px;"> CDEBUGFLAGS = -g</div><div style="line-height: 22.7199974060059px;"> COPTIMFLAGS = -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE </div><div style="line-height: 22.7199974060059px;"> CLIBS = -L/Applications/Matlab_R2013a_Student.app/bin/maci64 -lmx -lmex -lmat -lstdc++</div><div style="line-height: 22.7199974060059px;"> arguments = -DMX_COMPAT_32</div><div style="line-height: 22.7199974060059px;">-> CXX = clang++</div><div style="line-height: 22.7199974060059px;">-> CXX flags:</div><div style="line-height: 22.7199974060059px;"> CXXFLAGS = -fno-common -fexceptions -mmacosx-version-min=10.7</div><div style="line-height: 22.7199974060059px;"> CXXDEBUGFLAGS = -g</div><div style="line-height: 22.7199974060059px;"> CXXOPTIMFLAGS = -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE </div><div style="line-height: 22.7199974060059px;"> CXXLIBS = -L/Applications/Matlab_R2013a_Student.app/bin/maci64 -lmx -lmex -lmat -lstdc++</div><div style="line-height: 22.7199974060059px;"> arguments = -DMX_COMPAT_32</div><div style="line-height: 22.7199974060059px;">-> FC = gfortran</div><div style="line-height: 22.7199974060059px;">-> FC flags:</div><div style="line-height: 22.7199974060059px;"> FFLAGS = -fexceptions -m64 -fbackslash</div><div style="line-height: 22.7199974060059px;"> FDEBUGFLAGS = -g</div><div style="line-height: 22.7199974060059px;"> FOPTIMFLAGS = -O</div><div style="line-height: 22.7199974060059px;"> FLIBS = -L/Applications/Matlab_R2013a_Student.app/bin/maci64 -lmx -lmex -lmat -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin13.4.0/5.1.0/../../.. -lgfortran -L/usr/local/Cellar/gcc/5.1.0/lib/gcc/5/gcc/x86_64-apple-darwin13.4.0/5.1.0 -lgfortranbegin</div><div style="line-height: 22.7199974060059px;"> arguments = -DMX_COMPAT_32</div><div style="line-height: 22.7199974060059px;">-> LD = clang++</div><div style="line-height: 22.7199974060059px;">-> Link flags:</div><div style="line-height: 22.7199974060059px;"> LDFLAGS = -mmacosx-version-min=10.7 -bundle -Wl,-exported_symbols_list,/Applications/Matlab_R2013a_Student.app/extern/lib/maci64/mexFunction.map -framework vecLib</div><div style="line-height: 22.7199974060059px;"> LDDEBUGFLAGS = -g</div><div style="line-height: 22.7199974060059px;"> LDOPTIMFLAGS = -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE </div><div style="line-height: 22.7199974060059px;"> LDEXTENSION = .mexmaci64</div><div style="line-height: 22.7199974060059px;"> arguments = </div><div style="line-height: 22.7199974060059px;">-> LDCXX = </div><div style="line-height: 22.7199974060059px;">-> Link flags:</div><div style="line-height: 22.7199974060059px;"> LDCXXFLAGS = </div><div style="line-height: 22.7199974060059px;"> LDCXXDEBUGFLAGS = </div><div style="line-height: 22.7199974060059px;"> LDCXXOPTIMFLAGS = </div><div style="line-height: 22.7199974060059px;"> LDCXXEXTENSION = </div><div style="line-height: 22.7199974060059px;"> arguments = </div><div style="line-height: 22.7199974060059px;">----------------------------------------------------------------</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;">-> clang++ -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -DIPOPT_BUILD -DMATLAB_MEXFILE -mmacosx-version-min=10.7 -bundle -Wl,-exported_symbols_list,/Applications/Matlab_R2013a_Student.app/extern/lib/maci64/mexFunction.map -framework vecLib -o "ipopt.mexmaci64" "matlabexception.o" "matlabfunctionhandle.o" "matlabjournal.o" "iterate.o" "ipoptoptions.o" "options.o" "sparsematrix.o" "callbackfunctions.o" "matlabinfo.o" "matlabprogram.o" "ipopt.o" -L/Applications/Matlab_R2013a_Student.app/bin/maci64 -lmx -lmex -lmat -lstdc++</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;">Undefined symbols for architecture x86_64:</div><div style="line-height: 22.7199974060059px;"> "Ipopt::TNLPAdapter::ResortX(Ipopt::Vector const&, double*)", referenced from:</div><div style="line-height: 22.7199974060059px;"> CallbackFunctions::iterCallback(int, double, double, double, double, double, double, double, double, int, Ipopt::IpoptData const*, Ipopt::IpoptCalculatedQuantities*, int) const in callbackfunctions.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::IpoptApplication::Initialize()", referenced from:</div><div style="line-height: 22.7199974060059px;"> _mexFunction in ipopt.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::IpoptApplication::Statistics()", referenced from:</div><div style="line-height: 22.7199974060059px;"> _mexFunction in ipopt.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::IpoptApplication::OptimizeTNLP(Ipopt::SmartPtr<Ipopt::TNLP> const&)", referenced from:</div><div style="line-height: 22.7199974060059px;"> _mexFunction in ipopt.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::IpoptApplication::IpoptApplication(bool, bool)", referenced from:</div><div style="line-height: 22.7199974060059px;"> _mexFunction in ipopt.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::IpoptApplication::~IpoptApplication()", referenced from:</div><div style="line-height: 22.7199974060059px;"> _mexFunction in ipopt.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Journal::SetPrintLevel(Ipopt::EJournalCategory, Ipopt::EJournalLevel)", referenced from:</div><div style="line-height: 22.7199974060059px;"> vtable for Ipopt::MatlabJournal in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Journal::SetAllPrintLevels(Ipopt::EJournalLevel)", referenced from:</div><div style="line-height: 22.7199974060059px;"> vtable for Ipopt::MatlabJournal in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Journal::Name()", referenced from:</div><div style="line-height: 22.7199974060059px;"> vtable for Ipopt::MatlabJournal in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Journal::Journal(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, Ipopt::EJournalLevel)", referenced from:</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::MatlabJournal(Ipopt::EJournalLevel) in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::MatlabJournal(Ipopt::EJournalLevel) in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Journal::~Journal()", referenced from:</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::~MatlabJournal() in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::~MatlabJournal() in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Snprintf(char*, long, char const*, ...)", referenced from:</div><div style="line-height: 22.7199974060059px;"> MatlabException::MatlabException(char const*) in matlabexception.o</div><div style="line-height: 22.7199974060059px;"> MatlabException::MatlabException(char const*) in matlabexception.o</div><div style="line-height: 22.7199974060059px;"> MatlabException::MatlabException(MatlabException const&) in matlabexception.o</div><div style="line-height: 22.7199974060059px;"> MatlabException::MatlabException(MatlabException const&) in matlabexception.o</div><div style="line-height: 22.7199974060059px;"> MatlabException::operator=(MatlabException const&) in matlabexception.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::setOption(char const*, mxArray_tag const*) in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::setStringOption(char const*, mxArray_tag const*) in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> ...</div><div style="line-height: 22.7199974060059px;"> "Ipopt::Journal::IsAccepted(Ipopt::EJournalCategory, Ipopt::EJournalLevel) const", referenced from:</div><div style="line-height: 22.7199974060059px;"> vtable for Ipopt::MatlabJournal in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(char const*) const", referenced from:</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::useQuasiNewton() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::useDerivChecker() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::userScaling() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__init(char const*, unsigned long)", referenced from:</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::MatlabJournal(Ipopt::EJournalLevel) in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::MatlabJournal(Ipopt::EJournalLevel) in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::setOption(char const*, mxArray_tag const*) in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::useQuasiNewton() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::useDerivChecker() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::userScaling() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::printLevel() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> ...</div><div style="line-height: 22.7199974060059px;"> "std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_string()", referenced from:</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::MatlabJournal(Ipopt::EJournalLevel) in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> Ipopt::MatlabJournal::MatlabJournal(Ipopt::EJournalLevel) in matlabjournal.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::setOption(char const*, mxArray_tag const*) in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::useQuasiNewton() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::useDerivChecker() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::userScaling() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> IpoptOptions::printLevel() const in ipoptoptions.o</div><div style="line-height: 22.7199974060059px;"> ...</div><div style="line-height: 22.7199974060059px;"> "typeinfo for Ipopt::TNLPAdapter", referenced from:</div><div style="line-height: 22.7199974060059px;"> CallbackFunctions::iterCallback(int, double, double, double, double, double, double, double, double, int, Ipopt::IpoptData const*, Ipopt::IpoptCalculatedQuantities*, int) const in callbackfunctions.o</div><div style="line-height: 22.7199974060059px;"> "typeinfo for Ipopt::OrigIpoptNLP", referenced from:</div><div style="line-height: 22.7199974060059px;"> CallbackFunctions::iterCallback(int, double, double, double, double, double, double, double, double, int, Ipopt::IpoptData const*, Ipopt::IpoptCalculatedQuantities*, int) const in callbackfunctions.o</div><div style="line-height: 22.7199974060059px;"> "typeinfo for Ipopt::Journal", referenced from:</div><div style="line-height: 22.7199974060059px;"> typeinfo for Ipopt::MatlabJournal in matlabjournal.o</div><div style="line-height: 22.7199974060059px;">ld: symbol(s) not found for architecture x86_64</div><div style="line-height: 22.7199974060059px;">clang: error: linker command failed with exit code 1 (use -v to see invocation)</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;"> mex: link of ' "ipopt.mexmaci64"' failed.</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;">make: *** [ipopt.mexmaci64] Error 1</div><div style="line-height: 22.7199974060059px;"><br style="line-height: 22.7199974060059px;"></div><div style="line-height: 22.7199974060059px;">Thanks again,</div><div style="line-height: 22.7199974060059px;">Asher</div></div><br><div>> From: kelman@berkeley.edu<br>> To: ashermetzger@hotmail.com; ipopt@list.coin-or.org<br>> Subject: Re: [Ipopt] mex: link of ' "ipopt.mexmaci64"' failed.<br>> Date: Sun, 12 Jul 2015 12:45:22 -0700<br>> <br>> Do the posted binary mex files not work for you? Please post the entire <br>> error message, not just the very end. Which symbols are missing is the <br>> important part.<br>> <br><br></div>                                            </div></body>
</html>