Hi Andrea, I installed the Sun C compiler suite as you pointed out; however, after defining the path as suggested by the Sun C compiler instructions things still not working properly and I still getting the same compilation error. I also checked in /usr/sfw/bin for my gcc compiler and I see that it is there; however, it doesn't seem to be compiling via the -m64 option. This is so weird, whoever design these compilers should make the stuff work automatically if I am working in either 32 or 64 bit architecture. Ohhh well, this is the error (same) as my previous. Any other sugestions to get this going?
bash-3.00# make making all in crypto... ( echo "#ifndef MK1MF_BUILD"; \ echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \ echo ' #define CFLAGS "gcc -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int -DMD5_ASM"'; \ echo ' #define PLATFORM "solaris64-x86_64-gcc"'; \ echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \ 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 /download/openssl-0.9.8/crypto *** Error code 1 The following command caused the error: dir=crypto; target=all; if [ -d "$dir" ]; then ( cd $dir && echo "making $target in $dir..." && TOP= && unset TOP ${LIB+LIB} ${LIBS+LIBS} ${INCLUDE+INCLUDE} ${INCLUDES+INCLUDES} ${DIR+DIR} ${DIRS+DIRS} ${SRC+SRC} ${LIBSRC+LIBSRC} ${LIBOBJ+LIBOBJ} ${ALL+ALL} ${EXHEADER+EXHEADER} ${HEADER+HEADER} ${GENERAL+GENERAL} ${CFLAGS+CFLAGS} ${ASFLAGS+ASFLAGS} ${AFLAGS+AFLAGS} ${LDCMD+LDCMD} ${LDFLAGS+LDFLAGS} ${SHAREDCMD+SHAREDCMD} ${SHAREDFLAGS+SHAREDFLAGS} ${SHARED_LIB+SHARED_LIB} ${LIBEXTRAS+LIBEXTRAS} && make -e PLATFORM='solaris64-x86_64-gcc' PROCESSOR='' CC='gcc' CFLAG='-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int -DMD5_ASM' AS='gcc' ASFLAG='-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int -DMD5_ASM -c' AR='ar r' PERL='/usr/bin/perl' RANLIB='/usr/ccs/bin/ranlib' SDIRS='objects md2 md4 md5 sha hmac ripemd des aes rc2 rc4 idea bf cast bn ec rsa dsa ecdsa dh ecdh dso engine buffer bio stack lhash rand err evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui krb5 store pqueue' LIBRPATH='/usr/local/ssl/lib' INSTALL_PREFIX='' INSTALLTOP='/usr/local/ssl' OPENSSLDIR='/usr/local/ssl' MAKEDEPEND='$${TOP}/util/domd $${TOP} -MD gcc' DEPFLAG='-DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_GMP -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5' MAKEDEPPROG='gcc' SHARED_LDFLAGS='-m64 -shared -static-libgcc' KRB5_INCLUDES='' LIBKRB5='' EXE_EXT='' SHARED_LIBS='' SHLIB_EXT='.so.0.9.8' SHLIB_TARGET='solaris-shared' PEX_LIBS='' EX_LIBS='-lsocket -lnsl -ldl' CPUID_OBJ='x86_64cpuid.o' BN_ASM='x86_64-gcc.o' DES_ENC='des_enc.o fcrypt_b.o' AES_ASM_OBJ='aes_core.o aes_cbc.o' BF_ENC='bf_enc.o' CAST_ENC='c_enc.o' RC4_ENC='rc4-x86_64.o' RC5_ENC='rc5_enc.o' SHA1_ASM_OBJ='' MD5_ASM_OBJ='md5-x86_64.o' RMD160_ASM_OBJ='' THIS=${THIS:-build_crypto} MAKEFILE=Makefile MAKEOVERRIDES= TOP=.. DIR=$dir $target ) || exit 1; fi make: Fatal error: Command failed for target `build_crypto' Thanks Andrea and Sean for replying. ----------------------------------------------------------------------------------------------------------------------- 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] Famous people: Name | Nationality | Occupation | Date | Curiosity Authors > Fra Fra > Francis Scott Fitzgerald 1-10 Quotations of 79 Francis Scott Fitzgerald quotes bookmark email link cite American Writer and Author of The Great Gatsby. 1896-1940 Francis Scott Fitzgerald quotes Popularity: Francis Scott Fitzgerald popularity 6/10 Collect your favorite quotes in your online Quotations Book for FREE! Please Register! close I Like this quote I dislike this quote"The world only exists in your eyes. You can make it as big or as small as you want." sarahd42 Francis Scott Fitzgerald quotes Similar Quotes. Add to my book I Like this quote I dislike this quote"In the real dark night of the soul it is always three o' clock in the morning, day after day." no_echo Francis Scott Fitzgerald quotes Similar Quotes. Add to my book I Like this quote I dislike this quote"You don't write because you want to say something, you write because you have something to say." Francis Scott Fitzgerald quotes Similar Quotes. About: Writing quotes. Add to my book I Like this quote I dislike this quote"Whenever you feel like criticising anyone, just remember that all the people in this world haven't had the advantages that you've had." luca Francis Scott Fitzgerald quotes Similar Quotes. Add to my book I Like this quote I dislike this quote"Either you think or else others have to think for you and take power from you." Francis Scott Fitzgerald >>> [EMAIL PROTECTED] 09/02/05 9:50 AM >>> Hi, For the Sun C compiler suite; http://www.opensolaris.org/os/community/tools/sun_studio_tools/ (Check license terms though) The GCC for amd64 may be installed on your system in /usr/sfw, in the case you have installed Companion CD I believe. Else, you will have to install it from CD, or compile GCC yourself with the "-target x86_64" specified. I'm not sure about other distributions... Good luck, Andreas Lisandro Grullon wrote: >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] > > > > > -- ====================================================================== http://www.almroth.com | Phone/Fax: +44 (0)700 397 3283 http://www.blastwave.org - maintainer | [EMAIL PROTECTED] ====================================================================== ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]