From: fabio@joplin.colorado.edu (Fabio Somenzi)
Subject: Using gcc to port from Unix to NT 4.0
22 Jan 1997 01:27:25 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199701220329.UAA04439.cygnus.gnu-win32@joplin.colorado.edu>
References: <199701212142.VAA27309@irwell.zetnet.co.uk>
Reply-To: Fabio@Colorado.EDU
Original-To: "Andrew Mitchell" <a.mitchell@zetnet.co.uk>
Original-CC: gnu-win32@cygnus.com
In-Reply-To: <199701212142.VAA27309@irwell.zetnet.co.uk>
Original-Sender: owner-gnu-win32@cygnus.com

>>>>> "AM" == Andrew Mitchell <a.mitchell@zetnet.co.uk> writes:

 AM> What haven't I got? Surely malloc.h is available.

Not necessarily. I had an application that included malloc.h.
I realized that it wasn't really using it (lucky me) and just got
around the problem by removing the "include".

The standard declarations for malloc and friends are in stdlib.h.
malloc.h normally defines extensions that are system-dependent.
I believe that's the reason why malloc.h is not found in gnu-win32.

Fabio

-- 
Fabio Somenzi          | Phone: 303-492-3466
University of Colorado | Fax:   303-492-2758
ECE Dept.              | Email: Fabio@Colorado.EDU
Boulder CO 80309-0425  | WWW:   http://vlsi.colorado.edu/~fabio
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
