Hi everyone!

I have problems building openssl-1.0.0d on my iMac8,1 running Mac OS X
10.6.7 with Xcode 4.0 (it is the only Xcode installed on my machine).
Here is how I tried to build:
1. Downloaded source code from
http://www.openssl.org/source/openssl-1.0.0d.tar.gz
2. Unpacked it
3. Configured it using ./Configure darwin-i386-cc
4. Then build: make build

Build process went fine but I see a lot of warnings from ranlib:
----------
ar  r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o
cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o x86cpuid.o
/usr/bin/ranlib: file: ../libcrypto.a(ebcdic.o) has no symbols
/usr/bin/ranlib ../libcrypto.a || echo Never mind.
/usr/bin/ranlib: file: ../libcrypto.a(ebcdic.o) has no symbols
making all in crypto/objects...
----------

Thus I can't even run ./configure on openvpn with libcrypto.a and
libssl.a produced by previous step.

Any ideas how to fix these "has no symbols" errors?

-- 
Roman Busyghin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to