Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.

 View Only
Expand all | Collapse all

Cplex compiling error in Mavericks

  • 1.  Cplex compiling error in Mavericks

    Posted Fri February 14, 2014 11:36 AM

    Originally posted by: Mahdi-N


    Hey,

     

    I had a problem in compiling cplex in Mavericks. This problem was resolved (probably) when I added stdlib=libstdc++" to CCOPT and CCLNFLAGS.

    (Following this link https://www.ibm.com/developerworks/community/forums/html/topic?id=df7f0f9e-9529-4c1a-8020-050499bc6d1d)

     

    But there is still an error

    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [blend] Error 1

     

    How can I sort out this one?

     

    Cheers


    #CPLEXOptimizers
    #DecisionOptimization


  • 2.  Re: Cplex compiling error in Mavericks

    Posted Sun February 16, 2014 09:27 PM

    Originally posted by: Mahdi-N


    Found the solution!

    Replace "CCC = clang++ -O0" with "CCC=clang++"


    #CPLEXOptimizers
    #DecisionOptimization