I swaped this and now I get alot more stuff missing..
5.Work:pro_j/libcurl_exsamples> make
gcc https.c -lcurl -lcrypto -lssl -lrtmp -lz -lm -o https.exe
/SDK/local/newlib/lib/libssl.a(s3_clnt.o): In function `ssl3_check_cert_and_algorithm':
s3_clnt.c:(.text+0x17c): undefined reference to `X509_certificate_type'
/SDK/local/newlib/lib/libssl.a(s3_enc.o): In function `ssl3_change_cipher_state':
s3_enc.c:(.text+0x974): undefined reference to `COMP_CTX_free'
s3_enc.c:(.text+0x98c): undefined reference to `COMP_CTX_new'
s3_enc.c:(.text+0xa68): undefined reference to `COMP_CTX_free'
s3_enc.c:(.text+0xa80): undefined reference to `COMP_CTX_new'
/SDK/local/newlib/lib/libssl.a(s3_pkt.o): In function `ssl3_do_compress':
s3_pkt.c:(.text+0x400): undefined reference to `COMP_compress_block'
/SDK/local/newlib/lib/libssl.a(s3_pkt.o): In function `ssl3_do_uncompress':
s3_pkt.c:(.text+0x460): undefined reference to `COMP_expand_block'
/SDK/local/newlib/lib/libssl.a(s3_pkt.o): In function `do_ssl3_write':
s3_pkt.c:(.text+0x958): undefined reference to `COMP_compress_block'
/SDK/local/newlib/lib/libssl.a(s3_pkt.o): In function `ssl3_read_bytes':
s3_pkt.c:(.text+0x1530): undefined reference to `COMP_expand_block'
/SDK/local/newlib/lib/libssl.a(t1_enc.o): In function `tls1_change_cipher_state':
t1_enc.c:(.text+0x1568): undefined reference to `COMP_CTX_free'
t1_enc.c:(.text+0x1580): undefined reference to `COMP_CTX_new'
t1_enc.c:(.text+0x171c): undefined reference to `COMP_CTX_free'
t1_enc.c:(.text+0x1734): undefined reference to `COMP_CTX_new'
/SDK/local/newlib/lib/libssl.a(ssl_lib.o): In function `SSL_CTX_load_verify_locations':
ssl_lib.c:(.text+0xd20): undefined reference to `X509_STORE_load_locations'
/SDK/local/newlib/lib/libssl.a(ssl_lib.o): In function `SSL_CTX_set_default_verify_paths':
ssl_lib.c:(.text+0xd44): undefined reference to `X509_STORE_set_default_paths'
/SDK/local/newlib/lib/libssl.a(ssl_lib.o): In function `ssl_clear_cipher_ctx':
ssl_lib.c:(.text+0xfec): undefined reference to `COMP_CTX_free'
ssl_lib.c:(.text+0x1004): undefined reference to `COMP_CTX_free'
/SDK/local/newlib/lib/libssl.a(ssl_lib.o): In function `SSL_set_rfd':
ssl_lib.c:(.text+0x45d4): undefined reference to `BIO_s_socket'
/SDK/local/newlib/lib/libssl.a(ssl_lib.o): In function `SSL_set_wfd':