[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using cygpath for compiling and linking
From: |
Bob Friesenhahn |
Subject: |
Re: using cygpath for compiling and linking |
Date: |
Tue, 7 Aug 2012 22:42:24 -0500 (CDT) |
User-agent: |
Alpine 2.01 (GSO 1266 2009-07-14) |
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 (prog_LDADD)? I see that there is
e.g. .S.obj rule that does, but in my case .S.o rule applies that
doesn't.
I suggest seeing if MinGW's MSYS (originally derived from Cygwin)
might do better. It converts Unix style paths to Windows paths for
Windows native programs.
Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/