Re: [openssl.org #1514] is openssl supported on scratchbox?

2007-05-20 Thread Andy Polyakov via RT
 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

Does nokia run on x86 processor? I think not. I had an opportunity to 
test scratchbox once and the way I remember it, uname says it's running 
on some kind of arm platform [yes, even being executed on x86 host], so 
that ./config should configure for linux-generic32 and *not* linux-elf. 
In other words, you seem to have mis-configured scratchbox target. This 
is not openssl issue and I'm dismissing the ticket. A.


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #1514] is openssl supported on scratchbox?

2007-03-23 Thread Khouloud MIDA via RT


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   openssl-dev@openssl.org
Automated List Manager   [EMAIL PROTECTED]