Hi Users.

How I can compiling openssl in dev-c++ for Windows?

I tried with -lssl and -lcrypto in linker option (Project->Project
Options->Parameters->Linker), but it not  work.

Part of Compile log is:

"
C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0x40):bss_conn.c: undefined
reference to `conn...@12'
C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0xe4):bss_conn.c: undefined
reference to `setsock...@20'
C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0x192):bss_conn.c: undefined
reference to `ht...@4'
C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0x1bf):bss_conn.c: undefined
reference to `ht...@4'
C:/Dev-Cpp/lib/libcrypto.a(bss_conn.o)(.text+0x1d5):bss_conn.c: undefined
reference to `soc...@12'
...
"

I have installed the OpenSSL 0.9.8a package for Dev-C++

Thanks!!


gabriel

Reply via email to