Date: Wed, 17 Feb 1999 16:14:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: garry cc: djgpp AT delorie DOT com Subject: Re: i've just started using Djgpp and.... In-Reply-To: <919253994.5702.0.nnrp-08.c2defe10@news.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 17 Feb 1999, garry wrote: > and i've now come to use it with DJGPP...i found that it didn't like headers > like 'alloc.h' etc You shouldn't have used alloc.h in TC as well, as that header is non-standard. Use stdlib.h instead.