i'm building openssl-0.9.8d on a KUBUNTO OS and under scratchbox 0.9.8.8 to be
able to export it on the pda nokia  770

when i run [sbox-SDK_ARMEL: ~/openssl-0.9.8d] > ./config -t   i have:

Operating system: i686-whatever-linux2
Configuring for linux-elf
/scratchbox/tools/bin/perl ./Configure linux-elf -mcpu=pentium

what i have done to install openssl is to run

tar -zxvf openssl-0.9.8d.tar.gz
./config shared no-asm --prefix=/usr/local --openssldir=/usr/local/ssl
make

but i get the following error with make:
[sbox-SDK_ARMEL: ~/openssl-0.9.8d] > make
making all in crypto...
make[1]: Entering directory `/home/khouloud/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_DL
echo '  #define PLATFORM "linux-elf"'; \
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_DLFC
                                                                                
            ib.c
cryptlib.c:1: error: bad value (pentium) for -mcpu= switch
make[1]: *** [cryptlib.o] Error 1
make[1]: Leaving directory `/home/khouloud/openssl-0.9.8d/crypto'
make: *** [build_crypto] Error 1

i would be very grateful if you can help me.
thank you,
khouloud





----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to