cygwin compile failure

2001-01-19 Thread bletner
Greetings - I'm attempting to compile ghc from cvs using the cygwin tools under NT. uname -a :CYGWIN_NT-4.0 BALPC 1.1.7(0.31/3/2) 2000-12-25 12:39 i686 unknown gcc -v:gcc version 2.95.2-6 19991024 (cygwin experimental) The output of make is attached. Any ideas? Brett Letner RBC Incorporated

Re: cygwin compile failure

2001-01-19 Thread Reuben Thomas
I'm attempting to compile ghc from cvs using the cygwin tools under NT. uname -a :CYGWIN_NT-4.0 BALPC 1.1.7(0.31/3/2) 2000-12-25 12:39 i686 unknown gcc -v:gcc version 2.95.2-6 19991024 (cygwin experimental) The output of make is attached. Any ideas? The build system doesn't know where to

RE: Re: cygwin compile failure

2001-01-19 Thread Reuben Thomas
This is an attempt to compile without ghc. You need to compile from HC files, then. I'm not sure if this works on Windows, but you can download the x86 HC files bundle and try... -- http://sc3d.org/rrt/ | plagiarism, n. the mind burgles ___

RE: Re: cygwin compile failure

2001-01-19 Thread bletner
Perhaps I am taking the wrong route... Initially I tried to compile with ghc version 4.08.1b. I've attached the output. It can't find the "posix" directory. Maybe "configure" didn't specify the correct options for my version of ghc? Brett Letner RBC Incorporated http://www.revbiz.com

RE: Re: cygwin compile failure

2001-01-19 Thread bletner
oops, forgot the attachment Brett Letner RBC Incorporated http://www.revbiz.com mailto:[EMAIL PROTECTED] (913) 385-5700 ext.320 Fax (913) 385-5701 -Original Message- From: rrt1001 [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 9:24 AM To: Brett Letner Cc: rrt1001;

RE: Re: cygwin compile failure

2001-01-19 Thread Reuben Thomas
Perhaps I am taking the wrong route... Initially I tried to compile with ghc version 4.08.1b. I've attached the output. It can't find the "posix" directory. Maybe "configure" didn't specify the correct options for my version of ghc? If you're doing this on Windows, you have to use

RE: Re: cygwin compile failure

2001-01-19 Thread bletner
This time I tried: ./configure --host=i386-unknown-mingw32 --enable-win32-dlls It's definitely getting closer, but not quite there. Make is attached. p.s. I found a "gotcha" for the build info: If you install cygwin somewhere other than the root directory (as suggested by the cygwin install)