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
On Mon, 6 Aug 2012, Eric Blake wrote:
What _specific_ feature are you using from 1.12 that wasn't present in
1.11? Or put another way, either your configure.ac works equally well
with both versions (so you don't care which version), or there's
something you do with 1.12 that doesn't work with 1
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