From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: winsup wont build 6 Oct 1998 02:28:06 -0700 Message-ID: References: <009401bdf047$f2373310$504ec8c2 AT steel DOT grenville DOT co DOT uk> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Vincent Sanders Cc: cygwin list On Mon, 5 Oct 1998, Vincent Sanders wrote: > bash-2.01$ ./configure > Configuring for a i686-pc-cygwin32 host. > *** This configuration is not supported in the following subdirectories: > send-pr gprof texinfo target-gperf > (Any other directories should still work fine.) > Created "Makefile" in /cygnus/src using "config/mh-cygwin32" > Links are now set up to build a native compiler for i686-pc-cygwin32 > bash-2.01$ Configure as the following (with and w/out adding newlib), and I suggest building in a object directory, not the source one: % mkdir obj % cd obj % ../configure --prefix=/Cygnus/B19 \ --exec-prefix=/Cygnus/B19/H-i386-cygwin32 i386-cygwin32 The default i586-pc-cygwin32 screws up the directory lookup for various target related stuff, so you need to use i386-cygwin32 which is what the default installation does. My current setup uses i686-pc-cygwin32, but that's consistent (ie., everything is built using that, including gcc and all), and so it works. Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".