I am trying to install magma in 64 bit m/c. I face this below error
***********
/usr/bin/ld: /home/work_IW/baamarna5617/magma_1.0.0-rc5/src/cgebrd.o: relocation R_X86_64_32S against `.bss' can not be used when making a shared object; recompile with -fPIC
/home/work_IW/baamarna5617/magma_1.0.0-rc5/src/cgebrd.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
*************
Can anyone help me out from this issue ?
Many thanks and regards
magma installation - issue
Re: magma installation - issue
It looks as though you need to include -fPIC in your compilation options.