Hi Ronnie, Ronnie Shipman wrote: > > > I have encountered a problem including makefiles. <SNIP> > > # Including this works > > include c:/RIS/Software/3G_Platform_2_5_make/makefile.test > > > > # Including this fails > > #include /cygdrive/c/RIS/Software/3G_Platform_2_5_make/makefile.test <SNIP> > > PATH='/usr/local/bin:/usr/bin:/bin:.:/cygdrive/c/ris/bin:/cygdrive/c/ti/bi > > n:/cygdrive/c/ti/c6000/cgtools/bin:/cygdrive/c/Tornado/host/x86-win32/bin: > > /cygdrive/c/gcc-2.95.2/bin:/cygdrive/c/mks/mkssi:/cygdrive/c/mks/mksnt:/cy > > gdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem: > > /cygdrive/c/oracle/ora81/bin:/cygdrive/c/Program > > Files/Oracle/jre/1.1.7/bin:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/c > > ygdrive/c/WINNT/System32/Wbem:/cygdrive/c/PROGRA~1/COMMON~1/Autodesk > > Shared/:/cygdrive/c/vslick/win' <SNIP> > > ROOTDIR=c:/mks <SNIP> > > GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. > > Built for Windows32 <SNIP>
You seem to be running a non-cygwin version of GNU make 3.79.1. The CygWin version says: GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i686-pc-cygwin ----------^^^^^^^^^^^^^^ That version will not know about /cygdrive/... Try the cygwin version. Regards, Johan Bezem CSK Software AG -- 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/