Re: Questions about building from CVS

2003-07-23 Thread Igor Pechtchanski
On Wed, 23 Jul 2003, David Rothenberger wrote: > [snip] > First, how do you do the update from CVS? If I go into the src > directory (created from "cvs checkout winsup") and run "cvs update", > I get a whole bunch of other packages in addition to winsup, which > isn't right. If I run "cvs update

Re: Questions about building from CVS

2003-07-23 Thread Gerrit P. Haase
Hallo David, Am Mittwoch, 23. Juli 2003 um 19:52 schriebst du: [...] > Second, when I run make install (or your script), I find that it > produces many errors related to directories not existing in the > install directory. I generally have to create them by hand and then > re-run "make install"

Re: Questions about building from CVS (was Re: documentation on building the cygwin dll)

2003-07-23 Thread Max Bowsher
David Rothenberger wrote: >> Gerrit P. Haase writes: >> > Try this: >> > >> > #!/bin/bash >> >> Gerrit, >> >> Thanks for the script! I just started building the cygwin DLL from >> sources last week and this script sure does make it easier. >> >> I do have two questions for those that have do

Questions about building from CVS (was Re: documentation on building the cygwin dll)

2003-07-23 Thread David Rothenberger
Gerrit P. Haase writes: > Try this: > > #!/bin/bash Gerrit, Thanks for the script! I just started building the cygwin DLL from sources last week and this script sure does make it easier. I do have two questions for those that have done it successfully. First, how do you do the update from