bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: configure breakage under Interix


From: Jim Meyering
Subject: Re: configure breakage under Interix
Date: Tue, 08 Nov 2005 15:38:02 +0100

Sam Johnston <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]