Re: configure/make not finding malloc.h
Re: configure/make not finding malloc.h
- Subject: Re: configure/make not finding malloc.h
- From: Peter O'Gorman <email@hidden>
- Date: Wed, 1 Aug 2007 00:59:16 -0500
On Aug 1, 2007, at 12:07 AM, Draichis wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just viewed this post now. Confirming my theory, apparently
you're doing this:
#include <malloc.h>
It would be wise to attempt to use:
#include <malloc/malloc.h>
If this doesn't work, kindly report back.
It will find the file, but /usr/include/malloc/malloc.h does not have
a declaration for malloc(3), or its friends realloc, calloc and free.
Anyway, this discussion would probably be better suited to the unix-
porting list.
Peter
--
Peter O'Gorman
http://pogma.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden