Re: problem with openssl-0.9.6c on AIX3.2 (fwd)

2002-04-22 Thread Nir Goldman
Here you go: uname -m 12345C00 uname -r 2 uname -s AIX uname -v 3 xlc can't recognize the MAXMEM option because it doesn't exist for this version of the compiler. I had assumed that I would be able to build the code anyway. I looked at the man page for xlc and there didn't seem to be

Re: problem with openssl-0.9.6c on AIX3.2, revisited

2002-04-22 Thread Nir Goldman
I apologize for the plethora of emails I'm sending out. I reinstalled the /usr/include directory and got rid of the stdio.h errors I was getting, and finally dso_dlfcn.c was able to compile. However, I still can't complete the build. Here's a list of the currents errors: making all in

Re: problem with openssl-0.9.6c on AIX3.2 (fwd)

2002-04-22 Thread Nir Goldman
avoid compiling dso_dlfcn.c? Thank you, Nir Goldman cc -I.. -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -O -DAIX -DB_ENDIAN -qmaxmem=16384 -c dso_dlfcn.c 1506-173: (W) Option MAXMEM is not valid. Enter xlc for list of valid options. /usr/include/stdio.h, line 280.17: 1506-046 (S

problem with openssl-0.9.6c on AIX3.2 (fwd)

2002-04-21 Thread Nir Goldman
I tried installing openssl-0.9.6c and got the same errors as before. Cazn anyone help? It would be much appreciated. A sample of the errors are listed below. Thanks, Nir Goldman making all in crypto/bn... . cc -I.. -I../../include -DNO_ASM -O -DAIX -DB_ENDIAN -c bn_div.c

problem with openssl-0.9.5 on AIX3.2

2002-04-20 Thread Nir Goldman
constant is not valid. . . make: 1254-004 The error code from the last command is 1. Make Quitting. make: 1254-004 The error code from the last command is 1. Make Quitting. make: 1254-004 The error code from the last command is 1. Make Quitting. Can anyone help? Thanks, Nir