Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.80 KB | None | 0 0
  1. $ g++ -march=native -O3 -fPIC -fno-strict-aliasing -fexceptions -DNDEBUG -DIL_STD -I/opt/ibm/ILOG/CPLEX_Studio126/cplex/include -I/opt/ibm/ILOG/CPLEX_Studio126/concert/include -L/opt/ibm/ILOG/CPLEX_Studio126/cplex/lib/x86-64_linux/static_pic -L/opt/ibm/ILOG/CPLEX_Studio126/concert/lib/x86-64_linux/static_pic -lconcert -lilocplex -lcplex -lm -lpthread heu.o cplex.o brute_force.o -o heu
  2. cplex.o: In function `find_cplex(unsigned char*)':
  3. cplex.cpp:(.text+0x39): undefined reference to `IloEnv::IloEnv()'
  4. cplex.cpp:(.text+0x58): undefined reference to `IloModel::IloModel(IloEnv, char const*)'
  5. cplex.cpp:(.text+0x8e): undefined reference to `IloArrayI::IloArrayI(IloGenAlloc*, long, long)'
  6. cplex.cpp:(.text+0x106): undefined reference to `IloArrayI::IloArrayI(IloGenAlloc*, long, long)'
  7. cplex.cpp:(.text+0x16d): undefined reference to `IloIntVarArray::IloIntVarArray(IloEnv, long, long, long)'
  8. cplex.cpp:(.text+0x203): undefined reference to `IloExtractableI::setName(char const*)'
  9. cplex.cpp:(.text+0x263): undefined reference to `IloArrayI::IloArrayI(IloGenAlloc*, long, long)'
  10. cplex.cpp:(.text+0x2bb): undefined reference to `IloIntVarArray::IloIntVarArray(IloEnv, long, long, long)'
  11. cplex.cpp:(.text+0x332): undefined reference to `IloExtractableI::setName(char const*)'
  12. cplex.cpp:(.text+0x364): undefined reference to `IloIntExpr::IloIntExpr(IloEnv, long)'
  13. cplex.cpp:(.text+0x3a8): undefined reference to `IloSum(IloIntVarArray)'
  14. cplex.cpp:(.text+0x3b3): undefined reference to `IloIntExpr::operator+=(IloIntExprArg)'
  15. cplex.cpp:(.text+0x3ef): undefined reference to `operator>=(IloNumExprArg, double)'
  16. cplex.cpp:(.text+0x41e): undefined reference to `IloModel::add(IloExtractable) const'
  17. cplex.cpp:(.text+0x498): undefined reference to `IloIntExpr::IloIntExpr(IloEnv, long)'
  18. cplex.cpp:(.text+0x5a9): undefined reference to `operator+(IloIntExprArg, IloIntExprArg)'
  19. cplex.cpp:(.text+0x5b8): undefined reference to `IloIntExpr::operator+=(IloIntExprArg)'
  20. cplex.cpp:(.text+0x61a): undefined reference to `operator*(int, IloIntVar)'
  21. cplex.cpp:(.text+0x631): undefined reference to `IloIntLinExprTerm::operator IloIntExprArg() const'
  22. cplex.cpp:(.text+0x665): undefined reference to `operator>=(IloNumExprArg, IloNumExprArg)'
  23. cplex.cpp:(.text+0x68c): undefined reference to `IloModel::add(IloExtractable) const'
  24. cplex.cpp:(.text+0x6f3): undefined reference to `operator*(int, IloIntVar)'
  25. cplex.cpp:(.text+0x70a): undefined reference to `IloIntLinExprTerm::operator IloIntExprArg() const'
  26. cplex.cpp:(.text+0x72e): undefined reference to `operator>=(IloNumExprArg, IloNumExprArg)'
  27. cplex.cpp:(.text+0x750): undefined reference to `IloModel::add(IloExtractable) const'
  28. cplex.cpp:(.text+0x847): undefined reference to `operator>=(IloNumExprArg, IloNumExprArg)'
  29. cplex.cpp:(.text+0x86b): undefined reference to `IloModel::add(IloExtractable) const'
  30. cplex.cpp:(.text+0x8a9): undefined reference to `IloIntExpr::IloIntExpr(IloEnv, long)'
  31. cplex.cpp:(.text+0x92d): undefined reference to `IloIntExpr::operator+=(IloIntExprArg)'
  32. cplex.cpp:(.text+0x96b): undefined reference to `IloEnvI::matchesAllocatorThread() const'
  33. cplex.cpp:(.text+0x9b6): undefined reference to `IloObjectiveI::IloObjectiveI(IloEnvI*, IloNumExprI*, IloObjective::Sense, char const*)'
  34. cplex.cpp:(.text+0x9d5): undefined reference to `IloModel::add(IloExtractable) const'
  35. cplex.cpp:(.text+0x9f5): undefined reference to `IloCplex::IloCplex(IloModel)'
  36. cplex.cpp:(.text+0xa0c): undefined reference to `IloAlgorithm::setOut(std::ostream&)'
  37. cplex.cpp:(.text+0xa23): undefined reference to `IloAlgorithm::setWarning(std::ostream&)'
  38. cplex.cpp:(.text+0xa2b): undefined reference to `IloAlgorithm::solve() const'
  39. cplex.cpp:(.text+0xa48): undefined reference to `IloEnvI::~IloEnvI()'
  40. cplex.cpp:(.text+0xa98): undefined reference to `IloAlgorithm::getValue(IloNumExprArg) const'
  41. cplex.cpp:(.text+0xaec): undefined reference to `IloAllocationList::alloc(long)'
  42. cplex.cpp:(.text+0xb00): undefined reference to `IloAllocationList::alloc(long)'
  43. cplex.cpp:(.text+0xb23): undefined reference to `IloFixedSizeAllocatorI::allocateBlock(IloMemory*)'
  44. cplex.cpp:(.text+0xb95): undefined reference to `IloEnvAllocatorThreadMismatch::IloEnvAllocatorThreadMismatch()'
  45. cplex.cpp:(.text+0xb9c): undefined reference to `IloEnvAllocatorThreadMismatch::~IloEnvAllocatorThreadMismatch()'
  46. cplex.cpp:(.text+0xba6): undefined reference to `typeinfo for IloEnvAllocatorThreadMismatch'
  47. cplex.cpp:(.text+0xc7c): undefined reference to `IloEnvAllocationDisabled::IloEnvAllocationDisabled()'
  48. cplex.cpp:(.text+0xc83): undefined reference to `IloEnvAllocationDisabled::~IloEnvAllocationDisabled()'
  49. cplex.cpp:(.text+0xc8d): undefined reference to `typeinfo for IloEnvAllocationDisabled'
  50. cplex.o:(.data.DW.ref._ZTI12IloException[DW.ref._ZTI12IloException]+0x0): undefined reference to `typeinfo for IloException'
  51. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement