I am working with curl and a coldfire board ( MCF5272 ). I have compile successfully uclinux and use curl with OPENSSL. Now I am trying to use curl +wolfssl.
I have this error in curl compile. *CURL 7.47.0* *../lib/.libs/libcurl.a(libcurl_la-cyassl.o): In function `cyassl_connect_common':cyassl.c:(.text+0x4f4): undefined reference to `wolfTLSv1_1_client_method'cyassl.c:(.text+0x500): undefined reference to `wolfTLSv1_client_method'* This is my config line for curl ./configure --host=m68k-uclinux --prefix=/home/ubuntu/dos/user-curl --enable-manual=no --enable-rtsp=no --enable-ipv6=no --disable-libcurl-option --disable-mqtt --disable-gopher --disable-pop3 --disable-smtp --without-ssl --with-cyassl=/home/ubuntu/dos/user-wolf --disable-ares --disable-cookies --disable-crypto-auth --disable-ftp --disable-ftps --disable-imap --disable-imaps --disable-verbose --disable-telnet --disable-tftp --disable-dict --disable-pthreads --disable-threaded-resolver --disable-proxy --disable-unix-sockets --enable-hidden-symbols --without-librtmp --disable-verbose --disable-versioned-symbols --enable-shared=no --disable-file I am using *wolfSSL Release 4.5.0* Anyone have any suggestions for this issue? Thanks Julian Montes
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html