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