Re: using cygpath for compiling and linking

2012-08-08 Thread Baurzhan Ismagulov
Hello Bob, On Tue, Aug 07, 2012 at 10:42:24PM -0500, Bob Friesenhahn wrote: > >I've tried to use a Windows compiler (WindRiver Diab) with automake > >under cygwin. The compiler gets cygwin-style paths (/cygdrive/c/...) on > >its command line and fails. How can I make automake use cygpath for > >co

Re: using cygpath for compiling and linking

2012-08-07 Thread Bob Friesenhahn
On Tue, 7 Aug 2012, Baurzhan Ismagulov wrote: I've tried to use a Windows compiler (WindRiver Diab) with automake under cygwin. The compiler gets cygwin-style paths (/cygdrive/c/...) on its command line and fails. How can I make automake use cygpath for compilation (prog_SOURCES) and linking (pr

using cygpath for compiling and linking

2012-08-07 Thread Baurzhan Ismagulov
Hello, I've tried to use a Windows compiler (WindRiver Diab) with automake under cygwin. The compiler gets cygwin-style paths (/cygdrive/c/...) on its command line and fails. How can I make automake use cygpath for compilation (prog_SOURCES) and linking (prog_LDADD)? I see that there is e.g. .S.ob