From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: winsup wont build
6 Oct 1998 02:28:06 -0700
Message-ID: <Pine.SUN.3.93.981005113557.17572B-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <009401bdf047$f2373310$504ec8c2@steel.grenville.co.uk>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Vincent Sanders <vincent.sanders@rsi.co.uk>
Cc: cygwin list <gnu-win32@cygnus.com>

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@cygnus.com" with one line of text: "help".
