Pat LeSmithe wrote: > Harald Schilly wrote: >> Hi, I can confirm this with Ubuntu 9.10 (the beta of the next one) >> using gcc 4.4.1. >> >> The line says: >> >> make[6]: Leaving directory `/home/harri/sage/sage-4.1.2/spkg/build/ >> r-2.9.2/src/src/library/base' >> /home/harri/sage/current/spkg/build/r-2.9.2/src/bin/exec/R: /home/ >> harri/sage/sage-4.1.2/local/lib/gcc-lib/i686-pc-linux-gnu/4.0.3/ >> libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/ >> libstdc++.so.6) > > Copying the system's libgcc_s.so.1 (e.g., /lib64/libgcc_s.so.1) to > > SAGE_LOCAL/lib/gcc-lib/x86_64-unknown-linux-gnu/4.0.3/libgcc_s.so > > and trying "make" again gets the build to finish, at least, on 64-bit > Fedora 10.
That could probably be solved by adding a linker flag during the build process (-R and/or -L) or by setting LDFLAGS at runtime. I'd much prefer the former myself. It should not be necessary to copy the file. (This is from someone who does not run linux though!) dave --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---