Dears, I am trying to compile mascaret v7p2 on a ubuntu 13.10 64bits.
I downloaded from
opentelemac.org/index.php/binaries/summa...es/186-mascaret-v7p2
I am following the README.txt instructions:
cd ./src/Fox
make clean
./configure
make
cd ..
make clean
make
I have succesfully done all the steps, but the last one shows me the following error:
/usr/bin/ld: ./Fox/objs/lib/libFoX_sax.a(m_sax_operate.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
./Fox/objs/lib/libFoX_sax.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make: *** [mascaret.so] Error 1
I was searching on the web but I didn't find any possible solution. Could you help me, please?
Thanks in advance.
Emiliano