Hey,

I am currently trying to build a `jpeg-7` spkg on Arch Linux x86_64,
but I've had problems with $RM

{{{
...
checking if gcc -std=gnu99 supports -c -o file.o... rm: cannot remove
`conftest*': No such file or directory
...
}}}

etc.

Full log here: http://sage.pastebin.com/m94e6767

Doing:

{{{
RM="rm -f" && export RM
}}}

fixed the problem for me.

$SAGE_LOCAL$/bin/sage-env sets $RM to "rm" (L245), but jpeg-7's
configure sets $RM to "rm -f" (L7075), if $RM is not yet set. It also
sets $CP and $MV to "cp -f" and "mv -f", respectively.

I wonder if `sage-env `should also set $RM to "rm -f". Thoughts?
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to