> From: Paul Smith <[email protected]> > Date: Mon, 11 Aug 2014 21:45:53 -0400 > Cc: [email protected] > > Given this, it seems likely that one or more of the paths in OBJS > contains a drive specifier such as C:, which the Cygwin port of make > will interpret as an extra colon. > > Remember that Cygwin is a UNIX environment. You cannot use any Windows > pathname facilities in Cygwin; they will not be recognized.
Actually, the Cygwin build of Make does recognize file names with drive letters, even though Cygwin generally frowns on using such file names. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
