Ross Smith II wrote: > > 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.
Does 'c:\home' make any sense to cl? You may have to expand that. -- Chuck F ([EMAIL PROTECTED]) ([EMAIL PROTECTED]) Available for consulting/temporary embedded and systems. <http://cbfalconer.home.att.net> USE worldnet address! -- 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/