Re: Problems building Cygwin CVS HEAD

2004-07-13 Thread Igor Pechtchanski
Apologies to all, this got sent to the wrong list by mistake. Please ignore. Igor On Tue, 13 Jul 2004, Igor Pechtchanski wrote: > Hi, > > I'm getting the following error building Cygwin CVS HEAD: > > c++ -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup > -L/usr/src/cygwin-cvs/build/i68

Problems building Cygwin CVS HEAD

2004-07-13 Thread Igor Pechtchanski
Hi, I'm getting the following error building Cygwin CVS HEAD: c++ -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup/cygwin -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-cvs/src/winsup/include -isystem /u

More "vague assertions" (RE: Problems building cygwin from source)

2003-11-05 Thread Hannu E K Nevalainen
> From: Christopher Faylor > Sent: Wednesday, November 05, 2003 2:50 PM > On Wed, Nov 05, 2003 at 12:36:46PM +0100, Hannu E K Nevalainen wrote: > >> From: Peter J. Stieber > >> I think I foolishly picked this up from some misinformation in > >> the mailing > >> list thread "Can't build cygwin fro

Re: Problems building cygwin from source

2003-11-05 Thread Christopher Faylor
On Wed, Nov 05, 2003 at 12:36:46PM +0100, Hannu E K Nevalainen wrote: >> From: Peter J. Stieber >> Sent: Wednesday, November 05, 2003 12:37 AM > > >> > ../src/configure --prefix=/usr/install --enable-debugging -v >> >^ >> > no 'winsup' >> >> Thanks Chris, >> >> I think I foolishly picked

RE: Problems building cygwin from source

2003-11-05 Thread Hannu E K Nevalainen
> From: Peter J. Stieber > Sent: Wednesday, November 05, 2003 12:37 AM > > ../src/configure --prefix=/usr/install --enable-debugging -v > >^ > > no 'winsup' > > Thanks Chris, > > I think I foolishly picked this up from some misinformation in the mailing > list thread "Can't build cygwin

Re: Problems building cygwin from source

2003-11-04 Thread Peter J. Stieber
> >I'm interested in building the cygwin DLL from the source, but I'm having > >problems. > > > >I've attached my cygcheck output. I tried the following sequence under my > >home directory... > > > >$ mkdir cygwin-src > >$ cd cygwin-src > >$ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src > >$ c

Re: Problems building cygwin from source

2003-11-04 Thread Christopher Faylor
On Tue, Nov 04, 2003 at 02:08:35PM -0800, Peter J. Stieber wrote: >I'm interested in building the cygwin DLL from the source, but I'm having >problems. > >I've attached my cygcheck output. I tried the following sequence under my >home directory... > >$ mkdir cygwin-src >$ cd cygwin-src >$ export CV

Problems building cygwin from source

2003-11-04 Thread Peter J. Stieber
I'm interested in building the cygwin DLL from the source, but I'm having problems. I've attached my cygcheck output. I tried the following sequence under my home directory... $ mkdir cygwin-src $ cd cygwin-src $ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/src $ cvs -z3 co winsup $ mkdir Build

Problems building cygwin

2002-10-04 Thread Stephen Reindl
Hi, I detected a problem compiling cygwin with gcc 3.2. gcc 3.2 always tries to put /usr/include/w32api/ to the system search path. Fix: Provide -mno-win32 to the make command line. I want to know if this is a new 'feature' of 3.2? In this cas I will provide a patch for buiding cygwin. Regards