* Sam Steingold wrote on Mon, Aug 10, 2009 at 11:10:14PM CEST: > On Mon, Aug 10, 2009 at 4:39 PM, Ralf Wildenhues wrote: > > * Sam Steingold wrote on Mon, Aug 10, 2009 at 10:23:50PM CEST: > >> <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/18253> > > > > Hmm, that doesn't tell which 'make' variant you're using, nor how you > > invoked configure, or whether this is mixing Cygwin and MinGW tools, > > or who added that -Ic:/ path, whether it was you or some part of the > > configure script. These information bits would help. > > this is a plain cygwin installation.
Then you should use /cygdrive/c/... style paths, not C:/... ones. Your compiler will understand the former (assuming you are using the "cross" compiler that creates pure w32 executables and comes with Cygwin). Cheers, Ralf
