[EMAIL PROTECTED]:
> Target: aix-gcc
> making all in crypto...
> gcc -I. -I../include -DTHREADS -O3 -DAIX -DB_ENDIAN -c mem.c
> mem.c:74: `malloc' undeclared here (not in a function)
> mem.c:75: `free' undeclared here (not in a function)
> mem.c:76: `malloc' undeclared here (not in a function)
> mem.c:77: `realloc' undeclared here (not in a function)
> mem.c:78: `free' undeclared here (not in a function)
> make: 1254-004 The error code from the last command is 1.
mem.c includes <stdlib.h>, which should declare malloc et al.
What does the malloc manual page say about header files?
What is in stdlib.h, and in which header file is malloc?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]