Andrea, can you point me in the right direction where to find the compiler to supportamd64. thanks.
----------------------------------------------------------------------------------------------------------------------- Lisandro Grullon New York City College of Technology Division of Continuing Education Director of Network Operations Lisandro Office: 1718-552-1178 Lisandro E-mail: [EMAIL PROTECTED] "Unix is user-friendly. It's just very selective about who its friends are." >>> [EMAIL PROTECTED] 09/01/05 2:48 AM >>> Lisandro Grullon wrote: >Hi there, > >I am having some issues compiling openssl 0.9.8. Bellow I am pasting the >output of the errors. I apreciate your help. I am running Solaris 10 x86 >opteron. > > > <snip> >echo '#endif' ) >buildinf.h >gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN >-DHAVE_DLFCN_H -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int -DMD5_ASM -c >cryptlib.c >cc1: sorry, unimplemented: 64-bit mode not compiled in >*** Error code 1 >make: Fatal error: Command failed for target `cryptlib.o' >Current working directory /export/download/openssl-0.9.8/crypto >*** Error code 1 > > Well, the message is clear, gcc does not support the 64-bit target in this case. You could try to compile it with Sun's C compiler, it has full support for amd64 target, or alternatively you find a gcc distribution that has support for amd64 compiled in. The Sun C compiler is free for use in open-source projects, such as opensolaris, so you might be eligble for free download. /Andreas ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]