Hi sage, I'm trying to follow instructions here to compile Gap code for sage:
http://groups.google.com/group/sage-devel/msg/fea3c5636494bde1 and it works with a vanilla gap install from gap-system.org. But I get errors relating to the build path being hard-coded in the shell script from within gap's directory in sage. wjlaf...@dellbees$ pwd /sage/local/lib/gap-4.4.12/bin/x86_64-unknown-linux-gnu-gcc wjlaf...@dellbees$ grep build -n gac 54:gap_bin=/sage/spkg/build/gap-4.4.12.p3/src/bin/x86_64-unknown-linux-gnu-gcc With the simple change of making it point to the correct directory, I was able to follow the directions fine: gap_bin=/sage/local/lib/gap-4.4.12/bin/x86_64-unknown-linux-gnu-gcc I couldn't find where in the spkg to patch this robustly. bug? non-issue? bill -- 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