From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP <--> Linux portability Date: 14 Oct 2000 17:06:58 GMT Organization: University of Lulea, Sweden Lines: 20 Message-ID: <8sa3ri$9kk$1@news.luth.se> References: <971522982 DOT 631595 AT shelley DOT paradise DOT net DOT nz> X-Trace: news.luth.se 971543218 9876 130.240.16.18 (14 Oct 2000 17:06:58 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Edmund Horner wrote: : 2. Backslash-newlines, which i use occassionally for the more complicated : #defines, aren't recognised by cpp, apparently because of the CRLF problem. : Is there a simple way I can get around this? I'd like to be able to compile : the same sources that I edit with RHIDE in dos. "info dtou". : 3. Lots of functions I use often in DJGPP, usually in connection with files, : simply don't exist in the linux library. (But I can get around this by : using more complicated things like fstat().) Still, the question remains... "info libc" and look at the functions you use. If it says "ANSI" or "POSIX" under Portability, there's a very high probability (at least 99%) of the function existing in Linux. Right, MartinS