Message-ID: <877DD73001F73000@c2gate.tcom.co.uk> Date: Wed, 22 Jan 1997 11:02:00 +0000 From: Robin Crampton Sender: Robin Crampton Organization: * To: djgpp AT delorie DOT com (djgpp AT delorie DOT com) Subject: Make strangeness MIME-Version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-disposition: inline Content-transfer-encoding: 7bit Hello all. I've written an application under Linux and packaged it up with GNU automake and autoconf. All works well. I've just installed djgpp and the GNU tools. I've got LFN=y, I'm running in a bash box under 95. ./configure worked fine (after I set up $CC etc) which was very impressive. However, when I run make I get: cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status make.exe: *** [stamp-h] Error -1 $ cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status creating config.h config.h is unchanged $ make cd . && CONFIG_FILES= CONFIG_HEADERS=config.h /bin/sh ./config.status make.exe: *** [stamp-h] Error -1 Hmm, works okay from the command line. BTW, I've got SHELL=c:/djgpp/bin/bash.exe, and have also installed a /bin/sh (for configure). Any ideas? I'm still looking into it but I'd be grateful for any help. PS set | less doesn't seem to work. Hmmm.