[Vortex] Vortex Library 1.1.5 / Build problems
"Robert M. Münch"
robert.muench at robertmuench.de
Sun Sep 12 14:51:42 CEST 2010
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA384
Hi, I'm just trying to build 1.1.5 and have some problems:
1. I downloaded and installed OpenSSL 1.0.0a and compiled it using MingW & MSYS on Windows. This works and creates two libraries:
- - libcrypto.a
- - libssl.a
2. I changed Makefile.win to point to the correct places.
# Flags to compile OPENSSL
# Uncomment the following lines, placing the libraries following the path
# schema provided to get support OpenSSL
export OPENSSL_FLAGS = -DENABLE_TLS_SUPPORT -I/develop/openssl/openssl-1.0.0a/include
export OPENSSL_LIBS = /develop/openssl/openssl-1.0.0a/libcrypto.a /develop/openssl/openssl-1.0.0a/libssl.a
As I have only these two static OpenSSL libs I used them. IMO shouldn't make any difference.
3. When compiling vortex I get a bunch of "undefined references" within OpenSLL at this line:
gcc.exe -mwindows -shared -Wl,--out-implib,libvortex-tls-1.1.dll.a --export-all-symbols vortex_tls.o -o libvortex-tls-1.1.dll -Wall -g -L"../../libaxl"/src -laxl -L"../src" -L"../../libaxl/src/" -laxl -lws2_32 -lvortex-1.1 /develop/openssl/openssl-1.0.0a/libcrypto.a /develop/openssl/openssl-1.0.0a/libssl.a
Creating library file: libvortex-tls-1.1.dll.a
d:/develop/openssl/openssl-1.0.0a/libssl.a(ssl_algs.o):ssl_algs.c:(.text+0x4): undefined reference to `EVP_des_cbc'
d:/develop/openssl/openssl-1.0.0a/libssl.a(ssl_algs.o):ssl_algs.c:(.text+0x11): undefined reference to `EVP_des_ede3_cbc'
I don't have a clue what the problem is here. Any idea?
- --
Robert M. Münch
Mobile: +49 177 245 2802
http://www.robertmuench.de
-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 10.0.2 (Build 13)
Charset: iso-8859-1
wsBVAwUBTIzM4nSQa/BbHGLwAQnZrQf/anaAaCum6fZ8Hg9y++ZYGfVkBalBSGq+
q3jelZAUAjX0t95+TBAbOsJGKSmlOV3iD7P4wQJj5y5T4ntccGc56O2QCEwIoznY
Dj6W4gw2q1CCJu2I/fZXbpoKb5VXdh1R2xobVAlRG89C96idBP3B0IMwCC2VW0WL
vXpvCILK9CVZtYXKfSrCmEQKvPkiIqcTq4eh/eyWqR6rm173mWBbQ40KuZSaOkQZ
R0pEDkKd2PtmePYaq6yKTitlktgDEefneWglfAwxUgppLeWpgErgFtTC1WOkU9JY
7u3nXntsMAqW9Jmzm/VL4ua5pE0qmEU77BLOJnIWfBImgRbeZeqdlg==
=KxQq
-----END PGP SIGNATURE-----
More information about the Vortex
mailing list