Re: Randomly hang when compiling Cygwin on Cygwin on Wine

2016-03-15 Thread Qian Hong
On Mon, Nov 2, 2015 at 10:30 PM, Corinna Vinschen wrote: > I don't answer this question conclusively before consulting my lawyer. Me too, but my lawyer was much more slower, his name is Mr. Flash [1]. ;) > It *might* be possible. See fhandler_base_overlapped::close(), > fhandler_base_overlapped

Re: acl_perm_t not declared error while compiling cygwin

2016-01-07 Thread Corinna Vinschen
On Jan 7 10:52, David Lee wrote: > Hi all, > > while trying to compile cygwin from git master I got this error. Any > suggestions are appreciated. > > -- > > c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall > -Wstrict-aliasing -Wwrite-st

acl_perm_t not declared error while compiling cygwin

2016-01-06 Thread David Lee
Hi all, while trying to compile cygwin from git master I got this error. Any suggestions are appreciated. -- c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0

Re: Randomly hang when compiling Cygwin on Cygwin on Wine

2015-11-02 Thread Corinna Vinschen
On Nov 2 03:08, Qian Hong wrote: > Update: > > I have another case of hang: > > ?(1)-+-bash(1419290) > |-bash(1419318)---make(1423770)---sh(1423783)---sh(1423838) > |-mintty(1249269)---bash(1249277) > > |-mintty(47)---bash(55)---bash(1132827)---make(1139169)---sh(1139182)---make(

Re: Randomly hang when compiling Cygwin on Cygwin on Wine

2015-11-01 Thread Qian Hong
Update: I have another case of hang: ?(1)-+-bash(1419290) |-bash(1419318)---make(1423770)---sh(1423783)---sh(1423838) |-mintty(1249269)---bash(1249277) |-mintty(47)---bash(55)---bash(1132827)---make(1139169)---sh(1139182)---make(1139234)---sh(1206695)---sh(1206721)---make(1206764)

Randomly hang when compiling Cygwin on Cygwin on Wine

2015-10-28 Thread Qian Hong
Dear folks, I try to compile Cygwin on Cygwin on Wine in a loop, and found a random hang. Usually, it happens more than 1/10. The hang could happen in different processes, including `sh.exe`, `gcc.exe`, `as.exe`, etc, but the backtraces are all similar. Here is one example I get now: (1) `pstr

Re: Error compiling cygwin 2.0.2-1: conflicting if_nametoindex declarations

2015-05-22 Thread Takashi Yano
On Thu, 21 May 2015 22:12:24 - "James Johnston" wrote: > I'm trying to compile 32-bit Cygwin 2.0.2 from source on a clean > installation of Cygwin, but I'm running into a problem - it won't > compile due to this error: See: http://cygwin.com/ml/cygwin/2015-05/msg00303.html -- Takashi Yano

Error compiling cygwin 2.0.2-1: conflicting if_nametoindex declarations

2015-05-21 Thread James Johnston
Hi, I’m trying to compile 32-bit Cygwin 2.0.2 from source on a clean installation of Cygwin, but I’m running into a problem – it won’t compile due to this error: c++wrap -O2 -g -fno-rtti -fno-exceptions -fno-use-cxa-atexit -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin -fm

Re: Compiling cygwin-1.7.0-50 with undefined references

2009-07-06 Thread Christopher Faylor
On Mon, Jul 06, 2009 at 12:42:20PM +0200, Kaul, Martin wrote: >Hi, > >currently I try to compile cygwin-1.7.0-50. > >The make fails with the following error: > > >Making in mingwex... >make[4]: Entering directory >`/home/mkaul/toolchain/cygwin-1.7.0-50/i686-pc-cygwin/winsup/mingw/

Compiling cygwin-1.7.0-50 with undefined references

2009-07-06 Thread Kaul, Martin
Hi, currently I try to compile cygwin-1.7.0-50. The make fails with the following error: Making in mingwex... make[4]: Entering directory `/home/mkaul/toolchain/cygwin-1.7.0-50/i686-pc-cygwin/winsup/mingw/mingw ex' make[4]: Nothing to be done for `all'. make[4]: Leaving direct

Re: Trouble Compiling Cygwin GLUT Examples

2008-11-04 Thread André Bleau
John M Fernandes-Salling wrote: > > Hello, > > I'm running Cygwin on a Windows Vista computer, and I'm having trouble > compiling the > example GLUT c file "helloGlut.c" provided in the Cygwin OpenGL package. > > Using Cygwin, after navigating to the directory > "/cygdrive/c/cygwin/usr/sha

Re: Trouble Compiling Cygwin GLUT Examples

2008-11-03 Thread André Bleau
John M Fernandes-Salling wrote: > > Hello, > > I'm running Cygwin on a Windows Vista computer, and I'm having trouble > compiling the > example GLUT c file "helloGlut.c" provided in the Cygwin OpenGL package. > > Using Cygwin, after navigating to the directory > "/cygdrive/c/cygwin/usr/sha

Trouble Compiling Cygwin GLUT Examples

2008-11-02 Thread John M Fernandes-Salling
Hello, I'm running Cygwin on a Windows Vista computer, and I'm having trouble compiling the example GLUT c file "helloGlut.c" provided in the Cygwin OpenGL package. Using Cygwin, after navigating to the directory "/cygdrive/c/cygwin/usr/share/doc/opengl-1.1.0/GLUTExamples/Cygwin", I type "ma

Re: Compiling cygwin from cvs and undefined section reference to .gnu_debuglink in cygwin.sc line143 (there is no 143)

2008-06-02 Thread Brian Keener
Christopher Faylor wrote: > On Mon, Jun 02, 2008 at 06:40:27PM -0600, Eric Blake wrote: > >According to Brian Keener on 6/2/2008 6:16 PM: > >>Remembering I meant to check the FAQ for any extra instructions on > >>building a debug Cygwin I checked there but still didn't find any clue. > > > >I think

Re: Compiling cygwin from cvs and undefined section reference to .gnu_debuglink in cygwin.sc line143 (there is no 143)

2008-06-02 Thread Christopher Faylor
On Mon, Jun 02, 2008 at 06:40:27PM -0600, Eric Blake wrote: >According to Brian Keener on 6/2/2008 6:16 PM: >>Remembering I meant to check the FAQ for any extra instructions on >>building a debug Cygwin I checked there but still didn't find any clue. > >I think the difference is in the recent upgra

Re: Compiling cygwin from cvs and undefined section reference to .gnu_debuglink in cygwin.sc line143 (there is no 143)

2008-06-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Brian Keener on 6/2/2008 6:16 PM: | Remembering I meant to check the FAQ for any extra instructions on | building a debug Cygwin I checked there but still didn't find any clue. I think the difference is in the recent upgrade of binutils,

Re: Compiling cygwin from cvs and undefined section reference to .gnu_debuglink in cygwin.sc line143 (there is no 143)

2008-06-02 Thread Brian Keener
Remembering I meant to check the FAQ for any extra instructions on building a debug Cygwin I checked there but still didn't find any clue. I did though trying a few more options in google find this message from Corinna in the archive from Feb (http://cygwin.com/ml/cygwin/2008-02/msg00340.html)

Compiling cygwin from cvs and undefined section reference to .gnu_debuglink in cygwin.sc line143 (there is no 143)

2008-06-02 Thread Brian Keener
Hello all, I'm sure I'm probably missing some option but I was trying to do a fresh compile for a debug version of the cygwin1.dll and got the error mentioned in the subject. I tried do just a straight build and also looked at the changes for dllfixdbg which appears to be where the gnu_debugl

RE: Compiling Cygwin on Linux

2008-04-08 Thread Dave Korn
Robert Eckhoff wrote on 08 April 2008 17:41: > Below are the errors I received before I made their > associated changes. > Dave Korn wrote: >> Robert Eckhoff wrote on 05 April 2008 22:39: >> >> >>> directories. Winsup also had some source problems that I corrected. >>> >>> ~/cygwin-1.5.25-11/wi

Re: Compiling Cygwin on Linux

2008-04-08 Thread Robert Eckhoff
Below are the errors I received before I made their associated changes. Dave Korn wrote: Robert Eckhoff wrote on 05 April 2008 22:39: directories. Winsup also had some source problems that I corrected. ~/cygwin-1.5.25-11/winsup/cygwin/winsup.h:276 -extern bool wsock_started; +extern "C" boo

RE: Compiling Cygwin on Linux

2008-04-08 Thread Dave Korn
Robert Eckhoff wrote on 05 April 2008 22:39: > directories. Winsup also had some source problems that I corrected. > > ~/cygwin-1.5.25-11/winsup/cygwin/winsup.h:276 > -extern bool wsock_started; > +extern "C" bool wsock_started; > > ~/cygwin-1.5.25-11/winsup/cygwin/winsup.h:156 > -extern int __a

Re: Compiling Cygwin on Linux

2008-04-06 Thread Christopher Faylor
On Sun, Apr 06, 2008 at 12:18:16PM -0700, Brian Dessent wrote: >Chris Game wrote: >>>I can assure you that many of us cross compile Cygwin on Linux >>>regularly... >> >>Er, why? > >Because as I said it's significantly faster, and because the developers >tend to have Linux machines around anyway bec

Re: Compiling Cygwin on Linux

2008-04-06 Thread Brian Dessent
Chris Game wrote: > > I can assure you that many of us cross compile Cygwin on Linux > > regularly... > > Er, why? Because as I said it's significantly faster, and because the developers tend to have Linux machines around anyway because of work/preference/etc. Brian -- Unsubscribe info: h

Re: Compiling Cygwin on Linux

2008-04-06 Thread Chris Game
On Sat, 05 Apr 2008 00:29:06 -0700, Brian Dessent wrote: > I can assure you that many of us cross compile Cygwin on Linux > regularly... Er, why? -- Chris Game If at first you don't succeed, call it version 1.0 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem report

Re: Compiling Cygwin on Linux

2008-04-05 Thread Robert Eckhoff
Thanks again, I managed to get clean cygwin binaries hosted by x86_64-linux using the existing cygwin binaries (w/headers). Additional binaries, libiconv and w32api, needed to be installed into the sysroot directory to get compilation to work. Furthemore, w32api's libs and includes needed to be

Re: Compiling Cygwin on Linux

2008-04-05 Thread Robert Eckhoff
Hi Brian, Thank you for your help. I was waiting for someone to say, "what you're doing is silly, here's how you do it." I really wanted to bootstrap from scratch, hence the persistence. The amount of documentation on linux embedded systems kept my hope up for cygwin. Again, thanks

Re: Compiling Cygwin on Linux

2008-04-05 Thread Brian Dessent
Robert Eckhoff wrote: > /*rant > I've been trying to boot strap a cygwin/gcc system for essentially 3 > weeks now. I am _frustrated_. I have copied files around, linked > directories from gcc into cygwin, linked directories from cygwin into > gcc. I have copied include files from various pla

Re: Compiling Cygwin on Linux

2008-04-03 Thread Brian Dessent
Robert Eckhoff wrote: > ~/build_cygwin$ export CC=i686-pc-cygwin-gcc Don't set this. Leave CC set to the host, not target, compiler. > ~/build_cygwin$ ~/cygwin-1.5.25-11/configure > --prefix=/home/rpeckhoff/boot_system/ --host=i686-pc-cygwin > --build=x86_64-unknown-linux-gnu -v

Compiling Cygwin on Linux

2008-03-31 Thread Robert Eckhoff
Hi, I was wondering how one would compile cygwin-src on linux. I currently have a binutils and stage 1 gcc (a.la. "make all-gcc; make install-gcc") targeted for i686-pc-cygwin. I have tried the following ~/build_cygwin$ uname -a Linux gcc14 2.6.18-6-vserver-amd64 #1 SMP Sun Feb

Re: Problem compiling cygwin-1.5.24-2

2007-06-05 Thread Lewis Hyatt
Olivier Langlois wrote: Hi, I kinda isolated the weird file access problem. The corruption seems to come from the setup.exe program as if I download manually cygwin-1.5.24-2-src.tar.bz2, unzip and untar it manually, the permissions for all files are ok. Greetings, Olivier Langlois http://www.st

RE: Problem compiling cygwin-1.5.24-2

2007-06-05 Thread Olivier Langlois
Hi, I kinda isolated the weird file access problem. The corruption seems to come from the setup.exe program as if I download manually cygwin-1.5.24-2-src.tar.bz2, unzip and untar it manually, the permissions for all files are ok. Greetings, Olivier Langlois http://www.streamtheworld.com -- Uns

Problem compiling cygwin-1.5.24-2

2007-06-05 Thread Olivier Langlois
When I execute ./configure I get this error: configure: creating ./config.status config.status: error: cannot find input file: Makefile.in There seem to be some problems with the permissions since the file Makefile.in is there but if I do ls -la, I have these errors: $ ls -la ls: cannot access

Re: building a cross compiling cygwin gcc on linux

2005-08-06 Thread Joshua Daniel Franklin
On 8/4/05, Michael Richardson wrote: > Ironically, if you google for "cygwin cross compiler linux" > (including the quotes), you only get Christopher Faylor's post telling > everyone that you should google for that :-) I'm not sure why it's not higher on the search results, but Harold wrote a pret

Re: building a cross compiling cygwin gcc on linux

2005-08-05 Thread Michael Richardson
pgpRw5eSfFO9Y.pgp Description: PGP signature

building a cross compiling cygwin gcc on linux

2005-08-05 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- I was reading the various posts on cross compilating stuff. (I want to build *CYGWIN* stuff on Linux. I don't need MINGW32) I can certainly install the MINGW32 .deb package, but that doesn't give me the cygwin stuff that I want. Ironically, if you google for "

Re: Cross compiling cygwin...

2005-06-07 Thread Christopher Faylor
On Tue, Jun 07, 2005 at 04:34:43PM -0400, Craig A. Vanderborgh wrote: >Christopher Faylor wrote: >>On Tue, Jun 07, 2005 at 12:31:34PM -0700, Linda W wrote: >>>A working cross compiler? Perhaps that is part of the >>>non-straightforward problem. Have to build non-standard compiler and >>>whatever

Re: Cross compiling cygwin...

2005-06-07 Thread Brian Dessent
"Craig A. Vanderborgh" wrote: > I believe that this is a great example where it would be quite > appropriate for you to provide a more useful response than "go google > yourself". > > The details of exactly how a cross compiler should be configured for > Cygwin are quite important, yet they remai

Re: Cross compiling cygwin...

2005-06-07 Thread Craig A. Vanderborgh
Christopher Faylor wrote: On Tue, Jun 07, 2005 at 12:31:34PM -0700, Linda W wrote: A working cross compiler? Perhaps that is part of the non-straightforward problem. Have to build non-standard compiler and whatever other tools are that need to be created especially for such an environment.

Re: Cross compiling cygwin...

2005-06-07 Thread Christopher Faylor
On Tue, Jun 07, 2005 at 12:31:34PM -0700, Linda W wrote: >A working cross compiler? Perhaps that is part of the >non-straightforward problem. Have to build non-standard compiler and >whatever other tools are that need to be created especially for such an >environment. This is what I was referrin

Cross compiling cygwin...

2005-06-07 Thread Linda W
A working cross compiler? Perhaps that is part of the non-straightforward problem. Have to build non-standard compiler and whatever other tools are that need to be created especially for such an environment. This is what I was referring to when I said that I always seemed to be missing one tool

Compiling Cygwin on a Japanese Windows System

2004-05-21 Thread Joe Wigglesworth
Has anyone ever compiled Cygwin on a Japanese Windows machine? Does anyone know of a version of Cygwin, compiled on a Japanese machine, that is available for download? -Joe Joe Wigglesworth, P.Eng Senior Manager - Software Developer Tivoli On Demand Development IBM Toronto Lab B3/REW/8200/

Re: problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread Igor Pechtchanski
On Mon, 25 Aug 2003, Max Bowsher wrote: > peter garrone wrote: > > Hi, > > I am attempting to build cygwin from source. > > The make fails in i686-pc-cygwin/winsup/cygwin, error is > > make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by > `/lib/'. Stop. > ... > > To reach this

Re: problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread Max Bowsher
peter garrone wrote: > Hi, > I am attempting to build cygwin from source. > The make fails in i686-pc-cygwin/winsup/cygwin, error is > make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by `/lib/'. Stop. ... > To reach this, i did the following > 1) Untared cygwin-1.3.22-1-src.ta

problem compiling cygwin, make fails in winsup/cygwin

2003-08-25 Thread peter garrone
Hi, I am attempting to build cygwin from source. The make fails in i686-pc-cygwin/winsup/cygwin, error is make: *** No rule to make target `/usr/lib/w32api/Makefile', needed by `/lib/'. Stop. Before this point, the following messages were also emitted. Making each object: cc1(plus):warning: cha

Re: Problem compiling cygwin-1.3.18

2003-01-09 Thread Igor Pechtchanski
On Thu, 9 Jan 2003, Yann Crausaz wrote: > Hello, > I'm trying to compile cygwin-1.3.18/ (extracted from cygwin-1.3.18-1-src.tar.bz2) > : I've made a './configure', then a 'make', and I get the following error > : > configure: error: can not find install-sh or install.sh in .. ./.. > Here is a outp

Problem compiling cygwin-1.3.18

2003-01-09 Thread Yann Crausaz
Hello, I'm trying to compile cygwin-1.3.18/ (extracted from cygwin-1.3.18-1-src.tar.bz2) : I've made a './configure', then a 'make', and I get the following error : configure: error: can not find install-sh or install.sh in .. ./.. Here is a output sample for cygcheck -s : Cygwin DLL version in

Re: Problem Compiling Cygwin Source

2002-10-31 Thread Max Bowsher
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm trying to compile compile the cygwin source and I get the > following error: Diagnosis: http://cygwin.com/ml/cygwin/2002-10/msg01532.html Max. > c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin > -L/tmp/i686 > -pc-cygwin/wi

Problem Compiling Cygwin Source

2002-10-31 Thread abarto
I'm trying to compile compile the cygwin source and I get the following error: c++ -L/tmp/i686-pc-cygwin/winsup -L/tmp/i686-pc-cygwin/winsup/cygwin -L/tmp/i686 -pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-1.3.14-1/winsup/include -i system /usr/src/cygwin-1.3.14-1/winsup/cygwin/include -is

RE: Compiling cygwin

2002-04-20 Thread Robert Collins
Theres a bug in the cinstall directory which I will be resolving shortly. For now, you can ignore that directories failure. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.htm

Compiling cygwin

2002-04-20 Thread Dave Trollope
Hi, I'm tryong to compile cygwin for the first time and am getting the following errors on my system. I was hoping someone could explain the conflict here and why my system is failing when every other one in the world works. make[2]: Leaving directory `/usr/src/cygwin/obj/i686-pc-cygwin/winsup/b

RE: Error compiling cygwin-snapshot-20020409-1

2002-04-12 Thread Robert Collins
> -Original Message- > From: Steve Howe [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 12, 2002 8:37 PM > > Since I can't see any reason for the error, I assume that > the source > > has been locally modified or the header files are screwed up. > None of these. Why don't you try y

Re: Error compiling cygwin-snapshot-20020409-1

2002-04-12 Thread Christopher Faylor
On Fri, Apr 12, 2002 at 07:37:08AM -0300, Steve Howe wrote: >>Since I can't see any reason for the error, I assume that the source >>has been locally modified or the header files are screwed up. > >None of these. Why don't you try yourself ? I don't have to. I generated the snapshot. I rebuild

Re: Error compiling cygwin-snapshot-20020409-1

2002-04-12 Thread Steve Howe
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Thu, Apr 11, 2002 at 10:10:28AM +0200, Pavel Tsekov wrote: > >Wednesday, April 10, 2002, 11:44:44 PM, you wrote: > >> In file included from cygheap.cc:17: > >SH> fhandler.h: In method `sele

Re: Error compiling cygwin-snapshot-20020409-1

2002-04-11 Thread Christopher Faylor
On Thu, Apr 11, 2002 at 04:51:09PM +0200, Pavel Tsekov wrote: >CF> If you can't check the source, why are you responding? > >Because I'm mean... Touche'! LOL for 20 seconds! cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.htm

Re[2]: Error compiling cygwin-snapshot-20020409-1

2002-04-11 Thread Pavel Tsekov
Hello Christopher, Thursday, April 11, 2002, 4:37:27 PM, you wrote: CF> On Thu, Apr 11, 2002 at 10:10:28AM +0200, Pavel Tsekov wrote: >>Wednesday, April 10, 2002, 11:44:44 PM, you wrote: >>> In file included from cygheap.cc:17: >>SH> fhandler.h: In method `select_stuff::select_stuff()': >>SH> fh

Re: Error compiling cygwin-snapshot-20020409-1

2002-04-11 Thread Christopher Faylor
On Thu, Apr 11, 2002 at 10:10:28AM +0200, Pavel Tsekov wrote: >Wednesday, April 10, 2002, 11:44:44 PM, you wrote: >> In file included from cygheap.cc:17: >SH> fhandler.h: In method `select_stuff::select_stuff()': >SH> fhandler.h:1089: implicit declaration of function `int memset(...)' >SH> make: *

Re: Error compiling cygwin-snapshot-20020409-1

2002-04-11 Thread Pavel Tsekov
Hello Steve, Wednesday, April 10, 2002, 11:44:44 PM, you wrote: [snip] SH> In file included from cygheap.cc:17: SH> fhandler.h: In method `select_stuff::select_stuff()': SH> fhandler.h:1089: implicit declaration of function `int memset(...)' SH> make: *** [cygheap.o] Error 1 Obviously, this so

Error compiling cygwin-snapshot-20020409-1

2002-04-10 Thread Steve Howe
Hello all, The lastest snapshot fixes the previous INVALID_FILE_ATTRIBUTES issue but is not compilable either... I tried to compile the latest cygwin but got the following errors. Any clues? Best Regards, Howe howe@ANGLA ~/cygwin-snapshot-20020409-1/winsup/cygwin $ make g++ -c -

Error compiling cygwin-snapshot-20020409-1

2002-04-09 Thread Steve Howe
Hello all, The lastest snapshot fixes the INVALID_FILE_ATTRIBUTES issue but is not compilable either... any clues? Best Regards, Howe howe@ANGLA ~/cygwin-snapshot-20020409-1/winsup/cygwin $ make g++ -c -gstabs+ -O2 -MMD -fbuiltin ... assert.cc g++ -c -gstabs+ -O2 -MMD -fbuiltin ... auto

Re: Error compiling cygwin: path.h:89: `INVALID_FILE_ATTRIBUTES'

2002-04-09 Thread Christopher Faylor
On Tue, Apr 09, 2002 at 03:54:13PM -0300, Steve Howe wrote: >I've been trying to compile the latest cygwin, but I couldn't. I even tried >using the CVS version, but it didn't work too. >These is the error messages. Any clues ? Search the mailing list archives. cgf -- Unsubscribe info: http

Error compiling CYGWIN: path.h:89: `INVALID_FILE_ATTRIBUTES'

2002-04-09 Thread Steve Howe
I've been trying to compile the latest cygwin, but I couldn't. I even tried using the CVS version, but it didn't work too. These is the error messages. Any clues ? Best Regards, Steve Howe --- howe@ANGLA ~/cygwin-1.3.10-1/winsup/cygwin $ make g++ -c -gstabs+ -O2 -MMD

Error compiling CYGWIN: ath.h:89: `INVALID_FILE_ATTRIBUTES'

2002-04-06 Thread Steve Howe
I've been trying to compile the latest cygwin, but I couldn't. I even tried using the CVS version, but it didn't work too. These is the error messages. Any clues ? Best Regards, Steve Howe --- howe@ANGLA ~/cygwin-1.3.10-1/winsup/cygwin $ make g++ -c -gstabs+ -O2 -MM

Re: Compiling cygwin

2002-03-26 Thread Gerrit P. Haase
Hallo Peter, Am 2002-03-26 um 20:58 schriebst du: > I actually asked this same question 29 October 2001. If you use google > to search the cygwin.com website (enter "compiling cygwin1.dll > site:cygwin.com" into google's search term box), the first three > messages are from the thread that an

Re: Compiling cygwin

2002-03-26 Thread Peter Buckley
I actually asked this same question 29 October 2001. If you use google to search the cygwin.com website (enter "compiling cygwin1.dll site:cygwin.com" into google's search term box), the first three messages are from the thread that answered this question for me. You'll even see my name on one

Compiling cygwin

2002-03-26 Thread William Hubbard
I have installed the cygwin environment and source code and I want to compile cygwin1.dll so I can instrument the code to troubleshoot a problem I am having (which I believe is related to the com routines in cygwin). I am not very familiar with this environment. How do I compile the DLL? I'm