Here is the included "Make Reprot" as understood the term... ------------------------------------------------------------------------ ------------------------- $ make making all in crypto... make[1]: Entering directory `/export/users/akulkarni/dwnlods/openssl-0.9.8d/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 -bpowerpc64-linux -DB_ENDIAN -DTERMIO -O3 -Wall"'; \ echo ' #define PLATFORM "linux-ppc64"'; \ 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 -bpowerpc64-linux -DB_ENDIAN -DTERMIO -O3 -Wall -c -o cryptlib.o cryptlib.c gcc: `-b' must come at the start of the command line make[1]: *** [cryptlib.o] Error 1 make[1]: Leaving directory `/export/users/akulkarni/dwnlods/openssl-0.9.8d/crypto' make: *** [build_crypto] Error 1
------------------------------------------------------------------------ ---------------------------- When I try to execute the given command line with the said change it throws his error... ------------------------------------------------------------------------ --------------------------- gcc -bpowerpc64-linux -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DB_ENDIAN -DTERMIO -O3 -Wall -c -o cryptlib.o cryptlib.c gcc: couldn't run `powerpc64-linux-gcc-3.4.5': No such file or directory ------------------------------------------------------------------------ --------------------------- What do you advice I do in order to get this to compile... Regards, Atul. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
