To: Chris Tate Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: DJGPP Under OS/2 Warp Date: Sun, 05 Feb 95 09:00:49 +0200 From: "Eli Zaretskii" >>It's not supposed to. The source would have #include in >>it. > > ... except that "#include " is nonportable. :-P Why not? Does the forward slash confuse you? If it does, then don't be worried: I have yet to see a C compiler which doesn't understand it, even if the host OS directory separator character is different. In fact, the *only* portable way to give pathnames in #include directives is with the forward slash.