On Thu, Feb 24, 2011, Ben Roberts wrote:
> matrix.c(2): catastrophic error: could not open source file "malloc.h"
> #include <malloc.h>
malloc.h is way, way obsolete, I think. malloc is required to be in
<stdlib.h>, according to the POSIX standard.
I think anything in Amber that refers to <malloc.h> should be eliminated in
favor of <stdlib.h>.
....dac
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Feb 24 2011 - 11:30:04 PST