Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-18 Thread Igor Pechtchanski
; > > > > To: <[EMAIL PROTECTED]> > > > > > Sent: Tuesday, August 16, 2005 12:11 PM > > > > > Subject: Re: May g++ output windows-style paths instead of > > > > > cygwin-style one? > > > > > > > > > > > ---

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-18 Thread Angel Tsankov
- Original Message - From: "Igor Pechtchanski" <[EMAIL PROTECTED]> To: "Angel Tsankov" <[EMAIL PROTECTED]> Cc: Sent: Thursday, August 18, 2005 6:05 PM Subject: Re: May g++ output windows-style paths instead of cygwin-style one? On Thu, 18 Aug 2005,

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-18 Thread Igor Pechtchanski
ay, August 16, 2005 12:11 PM > > > Subject: Re: May g++ output windows-style paths instead of cygwin-style > > > one? > > > > > > > - Original Message - > > > > From: "Brian Dessent" <[EMAIL PROTECTED]> > > > >

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-18 Thread Angel Tsankov
On Tue, 16 Aug 2005, Angel Tsankov wrote: - Original Message - From: "Angel Tsankov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 16, 2005 12:11 PM Subject: Re: May g++ output windows-style paths instead of cygwin-style one? > - Orig

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Shankar Unni
Brian Dessent wrote: Angel Tsankov wrote: Is there any way I can force the cygwin build of g++ to output folders using windows style (e.g. c:\folder\file) instead of cygwin style (/cygdrive/c/folder/file) when writing dependency files (-MM option)? No, there's no way to do that. Actually,

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Igor Pechtchanski
On Tue, 16 Aug 2005, Christopher Faylor wrote: > On Tue, Aug 16, 2005 at 10:29:17AM -0400, Igor Pechtchanski wrote: > >This particular problem must've been fixed by some other patch. > >Nonetheless, now that the make maintainer is aware that there is a bug, > >he'll likely look into releasing the

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Christopher Faylor
On Tue, Aug 16, 2005 at 10:29:17AM -0400, Igor Pechtchanski wrote: >This particular problem must've been fixed by some other patch. >Nonetheless, now that the make maintainer is aware that there is a bug, >he'll likely look into releasing the updated version of make at some >point. Since he's a vo

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Igor Pechtchanski
On Tue, 16 Aug 2005, Angel Tsankov wrote: > - Original Message - > From: "Angel Tsankov" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, August 16, 2005 12:11 PM > Subject: Re: May g++ output windows-style paths instead of cygwin-st

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Angel Tsankov
- Original Message - From: "Angel Tsankov" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 16, 2005 12:11 PM Subject: Re: May g++ output windows-style paths instead of cygwin-style one? - Original Message - From: "Brian Dessent" <[EMAIL PROTECTE

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Brian Dessent
Angel Tsankov wrote: > Well, how do I document the bug? Start here: > > Problem reports: http://cygwin.com/problems.html Post a concise explanation of what happens, what was expected to happen, and what did not happen. Include a simple testcase if possible. Brian -- Unsubscribe info:

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Angel Tsankov
- Original Message - From: "Brian Dessent" <[EMAIL PROTECTED]> To: "cygwin mailing list" Sent: Tuesday, August 16, 2005 12:00 PM Subject: Re: May g++ output windows-style paths instead of cygwin-style one? Angel Tsankov wrote: Is there any way I can f

Re: May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Brian Dessent
Angel Tsankov wrote: > Is there any way I can force the cygwin build of g++ to output folders > using windows style (e.g. c:\folder\file) instead of cygwin style > (/cygdrive/c/folder/file) when writing dependency files (-MM option)? No, there's no way to do that. You could probably come up with

May g++ output windows-style paths instead of cygwin-style one?

2005-08-16 Thread Angel Tsankov
Is there any way I can force the cygwin build of g++ to output folders using windows style (e.g. c:\folder\file) instead of cygwin style (/cygdrive/c/folder/file) when writing dependency files (-MM option)? I have this problem, 'cause I use a windows build of make 3.81beta3 and it does not rec