<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>I'm compiling on Linux with HSL and appear to be experiencing linking issues.</div><div>I configure with:</div><div><br></div><div><div>../configure --with-hsl-incdir="$HOME/tmp/coinhsl-linux-x86_64-2015.06.23/include" --with-hsl-lib="-L$HOME/tmp/coinhsl-linux-x86_64-2015.06.23/lib" ADD_CFLAGS=-fopenmp ADD_FFLAGS=-fopenmp ADD_CXXFLAGS=-fopenmp</div></div><div><br></div><div>configure appears to succeed, make appears to succeed, and make test fails with:</div><div><br></div><div><div>g++ -O3 -pipe -DNDEBUG -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long -fopenmp -DIPOPT_BUILD -o .libs/hs071_cpp hs071_main.o hs071_nlp.o  ../src/Interfaces/.libs/libipopt.so -L/home/user/tmp/coinhsl-linux-x86_64-2015.06.23/lib -llapack -lblas -lm -ldl -Wl,--rpath -Wl,/home/user/tmp/CoinIpopt/build/lib</div><div>../src/Interfaces/.libs/libipopt.so: undefined reference to `ma77_finalise_d'</div><div>../src/Interfaces/.libs/libipopt.so: undefined reference to `ma77_input_vars_d'</div><div>../src/Interfaces/.libs/libipopt.so: undefined reference to `ma77_input_reals_d'</div><div>../src/Interfaces/.libs/libipopt.so: undefined reference to `ma77_factor_solve_d'</div></div><div><br></div><div>and a longer list of undefined references. It's not related to the fopenmp flags, because the result is the same when these are omitted. echo $LD_LIBRARY_PATH also produces</div><div><div>:/home/user/tmp/coinhsl-linux-x86_64-2015.06.23/lib/</div></div><div><br></div><div>I'm not sure what other information I should provide.</div><div><br></div><div>Thanks!</div></div></div></div></div>