Hello, I've been trying to compile sage 5.4 on a 64 bit Scientific Linux 6 machine, but I get the following error:
g++ -o build/usr/local/lib/libpolybori-0.8.2.so.0.0.0 -Wl,-rpath=\$ORIGIN/ -z origin -shared -Wl,-soname,libpolybori-0.8.2.so.0 Cudd/cudd/cuddAPI.os Cudd/cudd/cuddCache.os Cudd/cudd/cuddInit.os Cudd/cudd/cuddLCache.os Cudd/cudd/cuddRef.os Cudd/cudd/cuddTable.os Cudd/cudd/cuddZddFuncs.os Cudd/cudd/cuddZddSetop.os libpolybori/src/BoolePolyRing.os libpolybori/src/BooleEnv.os libpolybori/src/BoolePolynomial.os libpolybori/src/BooleVariable.os libpolybori/src/CCheckedIdx.os libpolybori/src/CErrorInfo.os libpolybori/src/PBoRiError.os libpolybori/src/CCuddFirstIter.os libpolybori/src/BooleMonomial.os libpolybori/src/BooleSet.os libpolybori/src/LexOrder.os libpolybori/src/CCuddLastIter.os libpolybori/src/BooleExponent.os libpolybori/src/DegLexOrder.os libpolybori/src/DegRevLexAscOrder.os libpolybori/src/pbori_routines.os libpolybori/src/BlockDegLexOrder.os libpolybori/src/BlockDegRevLexAscOrder.os -L/albert/cowden/stuff/sage-5.4/local/lib -L/albert/cowden/stuff/sage-5.4/local/lib -L/albert/cowden/stuff/sage-5.4/local/lib/python2.7/config -lm4ri /usr/bin/ld: cannot open output file build/usr/local/lib/libpolybori-0.8.2.so.0.0.0: No such file or directory collect2: ld returned 1 exit status scons: *** [build/usr/local/lib/libpolybori-0.8.2.so.0.0.0] Error 1 scons: building terminated because of errors. Error building PolyBoRi. real 1m4.701s user 0m52.823s sys 0m5.412s ************************************************************************ Error installing package polybori-0.8.2 ************************************************************************ The directory exists and the permissions are correct. I have nearly 1TB on the disk of free space. I'm a little confused by this error since it looks like the library is the output of the command. Does anyone have a suggestion how I could remedy this error? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.