Hi Daniel, Build of libcurl fails. How can a standalone application help?
I build openssl using their Configure. The only argument to openssl Configure is a compiler from the predefined list. Then I run configure script for libcurl with the arguments I provided earlier. I specify openssl location with'--with-ssl=/home/openssl/install/dir/ssl'. This should be enough. As a result : "ld: fatal: relocations remain against allocatable but non-writable sections". I receive this problem on Solaris10 on Intel with gcc compiler. The problem is not reproducible on Solaris SPARC (SunStudio compiler) or Linux (gcc compiler). Regards, Alona -----Original Message----- From: curl-library [mailto:[email protected]] On Behalf Of Daniel Stenberg Sent: April 22, 2014 8:49 AM To: libcurl development Subject: RE: failure to statically link libcurl-7.36.0 to openssl 1.0.0d libraries on Solaris 10 on Intel On Mon, 21 Apr 2014, Alona Rossen wrote: > Thank you for your response. Unfortunately, it does not work. Running > configure with the following command still results in the same error: Then can you first please show us how you link with this library at all? Like with a small stand-alone application? -- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
