Alexandre Faria
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Alexandre Faria-
Alexandre Faria commented,
Thanks, it did work. What -lgurobi_c++ and -lgurobi80 does that -L/... does not? I mean, -L already points to /lib, where libgurobi.so.8.0.1 and libgurobi_g++4.2.a are....
-
Alexandre Faria commented,
True, however, the problem withstands. Any ideas?
-
Alexandre Faria commented,
Ok, this time I tried with: g++ -I/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/include/ -L/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/lib -lgurobi_c++ -lgurobi90 -o mip...
-
Alexandre Faria commented,
Hello. I tried to compile the original mip1 with: g++ -I/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/include/ -L/media/34GB/Arquivos-de-Programas-Linux/gurobi801/linux64/lib/ -o mip1...
-
Alexandre Faria created a post,
Undefined references problem when compiling c++ test code
AnsweredHello. I have been experiencing multiple undefined reference problems when trying to compile a very simple c++ source code. In fact, the code is the same as "mip1_c++.cpp", except that I changed "#...