From: kunglao AT prairienet DOT org Subject: re-installing with mount -b 24 Jan 1997 09:22:23 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199701240639.AAA14163.cygnus.gnu-win32@bluestem.prairienet.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Comments: Authenticated sender is Original-To: gnu-win32 AT cygnus DOT com X-mailer: Pegasus Mail for Win32 (v2.42) Original-Sender: owner-gnu-win32 AT cygnus DOT com With all the talk recently of the advantages of using mount -b, I decided to reinstalled gnuwin32. Things seem to be working better, bash reads the history and all. But (you knew that was coming :) ) bash seems to fail in a configure script for termcap 1.3 (2.0.8 was giving me trouble). Here is the line with the problem (very last line of the configure script): test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 $no_create = create - ${CONFIG_SHEL-/bin/sh} = /bin/sh - $CONFIG_STATUS = ./config.status The error it gives is: ../config.status: fork: Not owner ../config.status: fork: Not owner I was able to do it from the command line instead, but was wondering if there's an easy fix. This worked perfect before when I didn't have the filesystem mounted with -b. On another note, gcc gives an error in string.h. Line 55, syntax error before '('. It's the line that declares bcopy(), commenting it out fixes it tho. I assume there's another definition of it somewhere in the others... - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".