Re: compile error in randfile.c on Solaris 10 Opteron

2006-02-24 Thread William A. Rowe, Jr.
Tinnerello, Richard wrote: Hello, I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with: ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips make depend is OK, but make gets this compile error:

RE: compile error in randfile.c on Solaris 10 Opteron

2006-01-20 Thread Tinnerello, Richard
: compile error in randfile.c on Solaris 10 Opteron That looks like your system headers are corrupt. Try running this command: gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit

compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Tinnerello, Richard
Title: compile error in randfile.c on Solaris 10 Opteron Hello, I'm having trouble building 0.9.7i on a Solaris 10 on x86 (Opteron) machine. I configured manually with: ./Configure solaris-x86-gcc --prefix=/sci/openssl-0.9.7i no-idea no-rc5 no-mdc2 fiips make depend is OK, but make gets

Re: compile error in randfile.c on Solaris 10 Opteron

2006-01-19 Thread Kyle Hamilton
That looks like your system headers are corrupt. Try running this command: gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_RC5 -DOPENSSL_NO_MDC2 -fomit-frame-pointer -mcpu=i486 -Wall -DL_ENDIAN