Re: documentation on building the cygwin dll

2003-07-24 Thread Carlo Florendo
- Original Message - From: "Igor Pechtchanski" > On Thu, 24 Jul 2003, Elfyn McBratney wrote: > > > On Thu, 24 Jul 2003, Carlo Florendo wrote: > > > > > Hello Sam, > > > > > > > From: "Robb, Sam" > > > > Don't know if this will help, but I've attached a makefile > > > > and script that I

Re: documentation on building the cygwin dll

2003-07-24 Thread Igor Pechtchanski
On Thu, 24 Jul 2003, Elfyn McBratney wrote: > On Thu, 24 Jul 2003, Carlo Florendo wrote: > > > Hello Sam, > > > > > From: "Robb, Sam" > > > Don't know if this will help, but I've attached a makefile > > > and script that I use to do a checkout and build of the Cygwin > > > DLL source from CVS. >

Re: documentation on building the cygwin dll

2003-07-24 Thread Gerrit P. Haase
Hallo Carlo, Am Donnerstag, 24. Juli 2003 um 06:21 schriebst du: [...] >> Reading the g++ manpage, it is completely legal to use >> -fmessage-length=0, so I need to ask which compiler are you using? > It's in cygcheck, but here it is anyway... > $ gcc --version > 2.95.3-5 This compiler seems

Re: documentation on building the cygwin dll

2003-07-24 Thread Elfyn McBratney
On Thu, 24 Jul 2003, Carlo Florendo wrote: > Hello Sam, > > > From: "Robb, Sam" > > Don't know if this will help, but I've attached a makefile > > and script that I use to do a checkout and build of the Cygwin > > DLL source from CVS. > > I was able to build the dll with your script. However,

Re: documentation on building the cygwin dll

2003-07-24 Thread Carlo Florendo
Hello Sam, > From: "Robb, Sam" > Don't know if this will help, but I've attached a makefile > and script that I use to do a checkout and build of the Cygwin > DLL source from CVS. I was able to build the dll with your script. However, how come the new-cygwin1.dll size is over 6 MB? Is this c

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
Hello Gerrit, > From: "Gerrit P. Haase" > you posted the log here: > > > Ok, here's another URL then: http://210.23.117.69/zxff/index.html > > Instead, sending the error message in the mail would be more useful: That's right. I knew it would be useful but I assumed that if one saw the entir

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

RE: documentation on building the cygwin dll

2003-07-23 Thread Robb, Sam
:20 AM > To: [EMAIL PROTECTED] > Subject: documentation on building the cygwin dll > > > Good Day! > > I've searched the net regarding building the cygwin dll and > found these. > > www.cygwin.com/ml/cygwin/2001-04/msg00709.html > www.cygwin.com/ml/cygwin/200

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

Re: documentation on building the cygwin dll

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:53:52PM +0200, Gerrit P. Haase wrote: >Hallo Christopher, > >Am Mittwoch, 23. Juli 2003 um 17:14 schriebst du: > >> On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: >>>Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: >>> >>>[...] >>> Could anyone poi

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Christopher, Am Mittwoch, 23. Juli 2003 um 17:14 schriebst du: > On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: >>Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: >> >>[...] >> >>> Could anyone point out where the documentation to build the cygwin dll is? >> >>I don't kno

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Carlo, you posted the log here: > Ok, here's another URL then: http://210.23.117.69/zxff/index.html Instead, sending the error message in the mail would be more useful: c++ -L/src/obj/i686-pc-cygwin/winsup -L/src/obj/i686-pc-cygwin/winsup/cygwin -L/src/obj/i686-pc-cygwin/winsup/w32api/li

Re: documentation on building the cygwin dll

2003-07-23 Thread Christopher Faylor
On Wed, Jul 23, 2003 at 05:10:43PM +0200, Gerrit P. Haase wrote: >Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: > >[...] > >> Could anyone point out where the documentation to build the cygwin dll is? > >I don't know, please write one! Perhaps you should read further in the thread to where the

Re: documentation on building the cygwin dll

2003-07-23 Thread Gerrit P. Haase
Hallo Carlo, Am Mittwoch, 23. Juli 2003 um 08:19 schriebst du: [...] > Could anyone point out where the documentation to build the cygwin dll is? I don't know, please write one! Try this: #!/bin/bash # modify these two settings to your needs: export src=/winsup/src export inst=/tmp/winsup

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
- Original Message - From: "Elfyn McBratney" > On Wed, 23 Jul 2003, Carlo Florendo wrote: > > > > > $ mkdir /install > > > > $ cvs checkout winsup > > > > $ mkdir obj > > > > $ cd obj > > > > $ ../src/configure --prefix=/install -v > configure.log 2>&1 > > > > $ make > > > > > > And after

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > > > $ mkdir /install > > > $ cvs checkout winsup > > > $ mkdir obj > > > $ cd obj > > > $ ../src/configure --prefix=/install -v > configure.log 2>&1 > > > $ make > > > > And after a `make install' in the build directory you will have your DLL > > (assum

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > From: "Elfyn McBratney" > > > > I got the latest sources from CVS (a whopping 30MB+ source). Of course, this > > > created a ./src directory. > > > > > > I then created a ./obj directory (in the same level as ./src) and went inside > > > it. I also

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > > I got the latest sources from CVS (a whopping 30MB+ source). Of course, this > > created a ./src directory. > > > > I then created a ./obj directory (in the same level as ./src) and went inside it. > > I also created a /install directory as mentioned > > in > > the

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > From: "Elfyn McBratney" > > > However, not one of them refers to info that shows how to build the cygwin dll. > > > > > > The faq contains an entry on how to build dlls but *not* how to build the cygwin > > > dll. > > > > Perhaps from the heading it's

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > From: "Elfyn McBratney" > > > Perhaps from the heading it's a bit mis-leading, but what your looking for is > > this . > > Hello Elfyn, > > After reading the FAQ, I did exactly what was mentioned there, namely: >

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > Perhaps from the heading it's a bit mis-leading, but what your looking for is > this . Hello Elfyn, After reading the FAQ, I did exactly what was mentioned there, namely: I got the latest sources from CVS (a whopping 30MB+ sourc

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > > However, not one of them refers to info that shows how to build the cygwin dll. > > > > The faq contains an entry on how to build dlls but *not* how to build the cygwin > > dll. > > Perhaps from the heading it's a bit mis-leading, but what your looking for is > this

Re: documentation on building the cygwin dll

2003-07-23 Thread Carlo Florendo
From: "Elfyn McBratney" > > However, not one of them refers to info that shows how to build the cygwin dll. > > > > The faq contains an entry on how to build dlls but *not* how to build the cygwin > > dll. > > Perhaps from the heading it's a bit mis-leading, but what your looking for is > this <

Re: documentation on building the cygwin dll

2003-07-23 Thread Elfyn McBratney
On Wed, 23 Jul 2003, Carlo Florendo wrote: > Good Day! > > I've searched the net regarding building the cygwin dll and found these. > > www.cygwin.com/ml/cygwin/2001-04/msg00709.html > www.cygwin.com/ml/cygwin/2001-04/msg00720.html > sources.redhat.com/ml/cygwin/2001-07/msg00816.html > sources.red

documentation on building the cygwin dll

2003-07-22 Thread Carlo Florendo
Good Day! I've searched the net regarding building the cygwin dll and found these. www.cygwin.com/ml/cygwin/2001-04/msg00709.html www.cygwin.com/ml/cygwin/2001-04/msg00720.html sources.redhat.com/ml/cygwin/2001-07/msg00816.html sources.redhat.com/ml/cygwin/2001-07/msg00817.html However, not one