Sam Johnston <[EMAIL PROTECTED]> wrote:
...
> Finally I do a ./configure --prefix=/usr/local/coreutils-5.93 and I
> get a 'Memory fault (core dumped)' for each Makefile ala:
>
> <snip>
> config.status: creating tests/unexpand/Makefile
> Memory fault (core dumped)

It sounds like a tool that's run by config.status is failing.
You should be able to identify the culprit by running these commands:

  touch man/Makefile.in
  make -C man SHELL='/bin/sh -x'

(That assumes Makefile already contains this line:
SHELL = /bin/sh
If SHELL has some other value, use that value in place of `/bin/sh' above)


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to