www.delorie.com/archives/browse.cgi | search |
Date: | Thu, 4 Nov 1999 09:11:20 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Gecko23 <gk_2345 AT my-deja DOT com>, Joe Heafner <heafnerj AT interpath DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: can't find DJGPP header files in MingW32 |
In-Reply-To: | <7vprq4$5g2$1@nnrp1.deja.com> |
Message-ID: | <Pine.SUN.3.91.991104091052.9537O-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Wed, 3 Nov 1999, Gecko23 wrote: > > I recently wrote some software that uses sys/param.h and in.h with > DJGPP. I > > Use the ones from DJGPP. IMHO, this is bad advice. One shouldn't use a header from another compiler, since the headers are private to the library implementation. A better way would be to rewrite the program so that it doesn't use non-standard headers. In particular, sys/param.h should not be used by anything but legacy Unix software. Every symbol it defines has a modern and portable replacement.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |