Re: [deal.II] installation Error while installing dealii-8.4.1:/usr/local/lib/liblapack.a: could not read symbols: Bad value

2016-07-18 Thread yoczhang
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

Re: [deal.II] installation Error while installing dealii-8.4.1:/usr/local/lib/liblapack.a: could not read symbols: Bad value

2016-07-18 Thread 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 value This means that your local blas and lapack libraries in /usr/local/l

[deal.II] installation Error while installing dealii-8.4.1:/usr/local/lib/liblapack.a: could not read symbols: Bad value

2016-07-18 Thread yoczhang
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