problem building for cygwin

2004-09-15 Thread Beni Kavanagh
Hi I'm trying to build for cygwin. >From a clean windows box I Installed cygwin to c:/cygwin Added c:/cygwin/bin to path Installed MSys and MinGW in c:/msys and c:/mingw (did not add path) Installed ghc to c:/ghc/ghc-6.2.1 Untarred source to c:/ghc/ghc-6.2.1(same dir) Copied perl from ghc

RE: problem building for cygwin

2004-09-16 Thread Simon Marlow
On 16 September 2004 01:57, Beni Kavanagh wrote: > Hi I'm trying to build for cygwin. > >> From a clean windows box I > > Installed cygwin to c:/cygwin > Added c:/cygwin/bin to path > Installed MSys and MinGW in c:/msys and c:/mingw (did not add path) > Installed ghc to c:/ghc/ghc-6.2.1 > Unta

RE: problem building for cygwin

2004-09-16 Thread Beni Kavanagh
> > Has anyone else ran into this problem. Am I making a mistake? > > In the terminology of the build system, you're building with > host=i386-unknown-mingw32 and target=i386-unknown-cygwin32. Try > configuring with those options. > > Sounds like the compiler's Makefile should be checking the ho

RE: problem building for cygwin

2004-09-16 Thread Simon Marlow
On 16 September 2004 12:11, Beni Kavanagh wrote: >>> Has anyone else ran into this problem. Am I making a mistake? >> >> In the terminology of the build system, you're building with >> host=i386-unknown-mingw32 and target=i386-unknown-cygwin32. Try >> configuring with those options. >> >> Sound

RE: problem building for cygwin

2004-09-17 Thread Simon Marlow
On 16 September 2004 13:04, Simon Marlow wrote: > It looks like MingW comes with a libreadline.a these days. Readline > appears to build fine in GHC 6.2.2. I'll see if we can include it > with the 6.2.2 release... So I compiled up 6.2.2 on Windows with readline support (various patches to build

RE: problem building for cygwin

2004-09-17 Thread Simon Marlow
On 17 September 2004 14:31, Simon Marlow wrote: > On 16 September 2004 13:04, Simon Marlow wrote: > >> It looks like MingW comes with a libreadline.a these days. Readline >> appears to build fine in GHC 6.2.2. I'll see if we can include it >> with the 6.2.2 release... > > So I compiled up 6.2.