This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Cygwin, GNU make and VC++ ?


> From: Of Igor Pechtchanski
> >
> > Anyway, we're making progress in being able to compile with CL.EXE, but
> > we're having trouble with include files. We use the flag
> > '-I/home/user/dg/include' to point to the include directory, but it
> > can't find it.

/home/user/dg/include

makes no sense in Windows.  Use:

C:\home\user\dg\include

or

C:/home/user/dg/include

instead.

-Riss


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]