On Wednesday, 8 April 2015 18:26:57 UTC+1, Wang Steven wrote: > > I have tried your suggestion, but it still doesn't work. > I also tried "SAGE_INSTALL_GCC=yes make", it failed. > My system gcc version is 4.8.2 (Ubuntu 4.8.2-19ubuntu1) > > On Wednesday, April 8, 2015 at 5:54:24 PM UTC+8, François wrote: >> >> It seems your system gcc is interfering >> make[9]: Leaving directory >> `/home/steven/Documents/Softwares/sage-6.5/local/var/tmp/sage/build/r-3.1.2.p0/src/src/library/tools/src' >> >> >> make[8]: Leaving directory >> `/home/steven/Documents/Softwares/sage-6.5/local/var/tmp/sage/build/r-3.1.2.p0/src/src/library/tools/src' >> >> >> make[7]: Leaving directory >> `/home/steven/Documents/Softwares/sage-6.5/local/var/tmp/sage/build/r-3.1.2.p0/src/src/library/tools' >> >> >> /home/steven/Documents/Softwares/sage-6.5/local/var/tmp/sage/build/r-3.1.2.p0/src/bin/exec/R: >> >> /usr/lib/x86_64-linux-gnu/libgomp.so.1: version `GOMP_4.0' not found >> (required by >> /home/steven/Documents/Softwares/sage-6.5/local/var/tmp/sage/build/r-3.1.2.p0/src/lib/libR.so) >> >> >> > Are you trying to do something with OpenMP? My Ubuntu version is like yours and I was able to build Sage 6.5, AFAIR.
On my system, libgomp is /usr/lib/x86_64-linux-gnu/libgomp.so.1 and it goes from the ubuntu package libgomp1:amd64 $ dpkg -S /usr/lib/x86_64-linux-gnu/libgomp.so.1 libgomp1:amd64: /usr/lib/x86_64-linux-gnu/libgomp.so.1 Could it be that your libgomp got mixed up? >> It shouldn’t that’s very strange. >> LD_LIBRARY_PATH=/home/steven/Documents/Softwares/sage-6.5/local/lib:/home/steven/Documents/Softwares/sage-6.5/local/lib64 >> >> make >> should let you go past that but shouldn’t be necessary. >> >> François >> >> > On 8/04/2015, at 18:15, Wang Steven <[email protected]> wrote: >> > >> > <r-3.1.2.p0.log> >> >> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
