Alexander Hansen wrote:
[]
> You're not supposed to have a malloc.h on OS X.  Find it and move it out 
> of the way.

This formulation is perhaps a little too terse and could lead to 
misunderstandings. There are lots of malloc.h on OSX, like

/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/sys/malloc.h
/usr/include/malloc/malloc.h
/usr/include/objc/malloc.h
/usr/include/sys/malloc.h

They are just "out of the way", that is they aren't found by a simple 
"#include <malloc.h>".

Only those directly in /usr/include or (more likely) /usr/local/include 
should be removed.

-- 
Martin


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to