[Ipopt-tickets] Re: [Ipopt] #35: Mac OS X Compile Problem Involving Improper Linker Options

Ipopt coin-trac at coin-or.org
Fri Mar 30 00:53:53 EDT 2007


#35: Mac OS X Compile Problem Involving Improper Linker Options
--------------------------------+-------------------------------------------
  Reporter:  fox                |       Owner:  andreasw
      Type:  defect             |      Status:  assigned
  Priority:  normal             |   Component:  Ipopt   
   Version:  3.2 (C++ Version)  |    Severity:  normal  
Resolution:                     |    Keywords:          
--------------------------------+-------------------------------------------
Comment (by fox):

 Andreas,

 Your version of libtool caused a different problem. I was able to
 reproduce the problem with a brand new extraction of the source tarball,
 except for copying over the old Third Party library. I did as you
 suggested. After running configure, I deleted the older libtool that was
 creaed in the Ipopt directory. I then put two copies of the new Ipopt
 binary in one directory each: the base directory and thr Ipopt directory.

 I ran ./configure in the base directory. Then tpying make caused the
 following list of errors.
 Adminteedly, I am at a loss for what to do here.

 Thanks, Jeremy

 jeremy-foxs-computer:~/Documents/Ipopt-3.2.3 fox$ make
 Making all in ThirdParty/Blas
 make[1]: Nothing to be done for `all'.
 Making all in ThirdParty/Lapack
 make[1]: Nothing to be done for `all'.
 Making all in ThirdParty/HSL
 make[1]: Nothing to be done for `all'.
 Making all in ThirdParty/ASL
 make[1]: Nothing to be done for `all'.
 Making all in Ipopt
 Making all in src/Common
 if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
 -I`echo .` -I../../inc     -O3 -fomit-frame-pointer -pipe -DNDEBUG
 -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall
 -Wpointer-arith -Wwrite-strings -Wconversion   -MT IpDebug.lo -MD -MP -MF
 ".deps/IpDebug.Tpo" -c -o IpDebug.lo IpDebug.cpp; \
 then mv -f ".deps/IpDebug.Tpo" ".deps/IpDebug.Plo"; else rm -f
 ".deps/IpDebug.Tpo"; exit 1; fi
 : command not found 2:
 : command not found 31:
 : command not found 34:
 : command not found 37:
 ': not a valid identifiernset: `CDPATH
 : command not found 41:
 : command not found 44:
 : command not found 46:
 : command not found 48:
 : command not found 51:
 : command not found 54:
 : command not found 57:
 : command not found 60:
 : command not found 63:
 : command not found 66:
 : command not found 71:
 : command not found 76:
 : command not found 79:
 : command not found 83:
 : command not found 86:
 : command not found 89:
 : command not found 92:
 : command not found 95:
 : command not found 98:
 : command not found 101:
 : command not found 104:
 : command not found 107:
 : command not found 110:
 : command not found 113:
 : command not found 116:
 : command not found 119:
 : command not found 122:
 : command not found 125:
 : command not found 129:
 : command not found 132:
 : command not found 135:
 : command not found 138:
 : command not found 141:
 : command not found 144:
 : command not found 148:
 : command not found 151:
 : command not found 154:
 : command not found 157:
 : command not found 160:
 : command not found 163:
 : command not found 166:
 : command not found 169:
 : command not found 172:
 : command not found 175:
 : command not found 178:
 : command not found 181:
 : command not found 184:
 : command not found 187:
 : command not found 190:
 : command not found 193:
 : command not found 197:
 : command not found 200:
 : command not found 206:
 : command not found 209:
 : command not found 212:
 : command not found 218:
 : command not found 222:
 : command not found 226:
 : command not found 230:
 : command not found 234:
 : command not found 238:
 : command not found 242:
 : command not found 246:
 : command not found 249:
 : command not found 252:
 : command not found 255:
 : command not found 258:
 : command not found 261:
 : command not found 264:
 : command not found 267:
 : command not found 270:
 : command not found 273:
 : command not found 276:
 : command not found 279:
 : command not found 282:
 : command not found 285:
 : command not found 288:
 : command not found 292:
 : command not found 297:
 : command not found 300:
 : command not found 304:
 : command not found 308:
 : command not found 312:
 : command not found 316:
 : command not found 320:
 : command not found 323:
 : command not found 326:
 : command not found 329:
 : command not found 332:
 : command not found 335:
 : command not found 338:
 : command not found 341:
 : command not found 344:
 : command not found 347:
 : command not found 349:
 : command not found 375:
 : command not found 377:
 : command not found 384:
 : No such file or directory/bin/sed
 : command not found 388:
 : command not found 392:
 : command not found 397:
 ../../libtool: line 408: syntax error near unexpected token `elif'
 './../libtool: line 408: `elif test "X$1" = X--fallback-echo; then
 make[2]: *** [IpDebug.lo] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all-recursive] Error 1
 jeremy-foxs-computer:~/Documents/Ipopt-3.2.3 fox$

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/35#comment:4>
Ipopt <http://projects.coin-or.org/Ipopt>
Interior-point optimizer for nonlinear programs.



More information about the Ipopt-tickets mailing list