Hi,<br>I have been badly struggling to get a working version of ipopt with pardiso.  (I easily compiled a version with ma27).<br><br>Currently, I am compiling with the MKL libraries for blas and lapack, using the gnu compilers, and using the downloaded version of pardiso. I have tried intel compilers and the intel pardiso (from mkl), but have ran into a variety of issues.  <br>

With this command:<br>../configure  ADD_FFFLAGS=&quot;-fopenmp -lpthread -lm&quot; ADD_CFLAGS=&quot;-fopenmp -lpthread -lm -lgfortran&quot; ADD_CXXFLAGS=&quot;-fopenmp -lpthread -lm -lgfortran&quot; CXXLIBS=&quot;-L/usr/lib/gcc/x86_64-linux-gnu/4.4.1 -lstdc++&quot; CLIBS=&quot;-L/usr/lib/gcc/x86_64-linux-gnu/4.4.1 -lgcc_s&quot; FFLIBS=&quot;-L/usr/lib/gcc/x86_64-linux-gnu/4.4.1 -lgfortran&quot; ADD_CFLAGS=&quot;-fopenmp -lpthread -lm&quot;  --with-lapack=&quot;-L$MKLPATH $MKLPATH/libmkl_solver_ilp64.a -Wl,--start-group -lmkl_gf_ilp64 -lmkl_gnu_thread -lmkl_core -Wl,--end-group -fopenmp -lpthread&quot; --with-blas=&quot;-L$MKLPATH $MKLPATH/libmkl_solver_ilp64.a -Wl,--start-group -lmkl_intel_ilp64 -lmkl_gnu_thread -lmkl_core -Wl,--end-group -fopenmp -lpthread&quot; --with-pardiso=&quot;-L/home/ted/Binaries -lpardiso400_GNU430_IA64&quot; --without-ma27 --prefix=/usr/local --enable-debug<br>

<br>I am able to compile everything.  However, when I run &quot;make test&quot; I receive a segmentation fault on all of the tests.  <br><br>I am running ubuntu 9.10 64bit.<br><br>Thanks for any help.<br>-Ted<br><br><br>
<br>