Thank you!
在 2016年7月18日星期一 UTC+8下午6:09:19,Matthias Maier写道:
>
>
> > /usr/bin/ld: /usr/local/lib/liblapack.a(sgeev.o): relocation R_X86_64_32
> > against `.rodata' can not be used when making a shared object; recompile
> > with -fPIC
> > /usr/local/lib/liblapack.a: could not read symbols: Bad va
> /usr/bin/ld: /usr/local/lib/liblapack.a(sgeev.o): relocation R_X86_64_32
> against `.rodata' can not be used when making a shared object; recompile
> with -fPIC
> /usr/local/lib/liblapack.a: could not read symbols: Bad value
This means that your local blas and lapack libraries in /usr/local/l
while I use the following:
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/dealii/ ../
there was noting wrong message,
but when I make -j2 install, I got the error:
/usr/bin/ld: /usr/local/lib/liblapack.a(sgeev.o): relocation R_X86_64_32
against `.rodata' can not be used when making a shared object; recom