On Sat, 15 Dec 2012, NightStrike wrote:

On Sat, Dec 15, 2012 at 2:18 PM, Paul Eggert <egg...@cs.ucla.edu> wrote:
On 12/15/2012 03:08 PM, Jeffrey Walton wrote:

Is the program designed to remove old core
files as part of the autoconf process?


No, new cores.  'configure' regularly generates
programs that dump core, as part of its ordinary
working procedure.

Why not just use ulimit to not dump core?  Or is that a bashism and not a shism?

The ulimit approach seems useful.

Blindly trying to remove a file named 'core' seems somewhat silly since many OSs do not write a file named 'core'. Instead they write a core file with some other file name or even write all core files to some other directory on the system.

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/

_______________________________________________
Autoconf mailing list
Autoconf@gnu.org
https://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to