Date: Fri, 7 Mar 1997 17:51:18 -0500 Message-Id: <199703072251.RAA07246@delorie.com> From: DJ Delorie To: Jerzy DOT Witkowski AT ii DOT uni DOT wroc DOT pl CC: djgpp AT delorie DOT com In-reply-to: (Jerzy DOT Witkowski AT ii DOT uni DOT wroc DOT pl) Subject: Re: libgmp > Also in file `gmp.h' (after installation) you should edit line > 167, adding `|| defined (__dj_include_stdio_h_)' at the end. This is not a very good idea. Please use this instead, to detect whether you're using djgpp: || defined (__DJGPP__)