Kalpesh U. Patel <[EMAIL PROTECTED]>:
> I am getting errors when I run make, can someone tell me why and how to fix it.
> (running on aix)
> gcc -I. -I../include -O3 -DAIX -DB_ENDIAN -c cryptlib.c
> In file included from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/inclu
> de/sys/wait.h:53,
> from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/inclu
> de/stdlib.h:227,
> from cryptlib.h:62,
> from cryptlib.c:61:
> /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/2.95.2/include/sys/signal.h:580: s
> ys/m_signal.h: A file or directory in the path name does not exist.
Looks like a broken compiler installation. Apparently you won't even
be able to compile "hello world" if you include <stdlib.h> in it.
Maybe <sys/m_signal.h> exists somewhere, but the directory is missing
in your include path.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]