Skip to main content

C++ linker question

Answered

Comments

3 comments

  • Greg Glockner
    Gurobi Staff Gurobi Staff

    For C++, you need -lgurobi_c++ -lgurobi90 -lm; see the sample Makefile in the examples/build subdirectory.

    0
  • Yingqiu Zhang
    Gurobi-versary
    First Question
    Conversationalist

    Is there any case that we need pthread? Or pthread is not needed at all. Thanks!

    0
  • Greg Glockner
    Gurobi Staff Gurobi Staff

    You don't need to link with pthread.

    0

Please sign in to leave a comment.