Date: Thu, 9 Jun 1994 13:12:16 -0400 (EDT) From: Chris Tate To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Thanks! - help on GNU Make/MS C++ Thanks to everyone who responded. The problem was indeed that the single backslash (\) character was being treated as an escape by GNU Make, and so wasn't getting passed on to the MS C++ compiler. Double-backslashing the appropriate places fixed the problem. 'Course, GCC thinks that object files are called '.o', whereas the default in the DOS world seems to be '.obj'.... :-) Anyway, thanks again. It's a lot easier to get multi-directory make procedures working with GNU Make than it is with NMAKE - 'vpath' is your friend, in a big way! -- Chris Tate fixer AT faxcsl DOT dcrt DOT nih DOT gov