Re: how to run "make check" (bug in FAQ)

2007-08-12 Thread zooko
Following-up to my own post: Thank you very much! "make check" is now running on my system. Unfortunately, it seems to hang and make no progress. The last line of output is: > running ./mingw-cygload.exe -cygwin C:/cygwin/oss/build/i686-pc- cygwin/winsup/cygwin/cygwin0.dll > ./mingw-cyg

Re: how to run "make check" (bug in FAQ)

2007-08-12 Thread zooko
On Aug 12, 2007, at 1:49 PM, Christopher Faylor wrote: I've modified the FAQ source to say: 'To check a cygwin1.dll, run "make check" in the build/i?86*cygwin/winsup directory created after running make above.' That is what you need to do. Thank you very much! "make check" is now running o

Re: how to run "make check" (bug in FAQ)

2007-08-12 Thread Christopher Faylor
On Sun, Aug 12, 2007 at 10:25:07AM -0600, zooko wrote: > Folks: > > In order to test a patch for cygwin that I wrote, I've been following the > directions to build cygwin myself, from http://cygwin.com/faq.html "How do I > build Cygwin on my own?". > > It worked to build, and then I wanted to run

how to run "make check" (bug in FAQ)

2007-08-12 Thread zooko
Folks: In order to test a patch for cygwin that I wrote, I've been following the directions to build cygwin myself, from http://cygwin.com/ faq.html "How do I build Cygwin on my own?". It worked to build, and then I wanted to run the tests, so followed these directions: > To check a cygw