Hello openssl team,

I've got a problem building openssl

I used the commands

./Configure shared debug
make

and get an error

gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include  -DBN_DEBUG
-DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM
-ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations
-Werror   -c -o bn_ctx.o bn_ctx.c
bn_ctx.c: In function ‘ctxdbg’:
bn_ctx.c:161:29: error: cast from pointer to integer of different size
[-Werror=pointer-to-int-cast]
cc1: all warnings being treated as errors
make[2]: *** [bn_ctx.o] Ошибка 1
make[2]: Leaving directory
`/home/beldmit/hobby/crypto/openssl-1.0.1i/crypto/bn'
make[1]: *** [subdirs] Ошибка 1
make[1]: Leaving directory
`/home/beldmit/hobby/crypto/openssl-1.0.1i/crypto'
make: *** [build_crypto] Ошибка 1

system version is

beldmit@manul$ uname -a
Linux manul 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u3 x86_64 GNU/Linux

gcc version is
beldmit@manul$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.7/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.7.2-5'
--with-bugurl=file:///usr/share/doc/gcc-4.7/README.Bugs
--enable-languages=c,c++,go,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.7 --enable-shared --enable-linker-build-id
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.7
--libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--enable-gnu-unique-object --enable-plugin --enable-objc-gc
--with-arch-32=i586 --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.7.2 (Debian 4.7.2-5)

Thank you

-- 
SY, Dmitry Belyavsky

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to