"Gabor Z. Papp" <[EMAIL PROTECTED]> writes:

> * Hrvoje Niksic <[EMAIL PROTECTED]>:
>
> | > new configure script coming with wget 1.10 does not honour
> | > --with-ssl=/path/to/ssl because at linking conftest only
> | > -I/path/to/ssl/include used, and no -L/path/to/ssl/lib
> | 
> | That is not supposed to happen.  Can you post configure output and/or
> | the relevant part of config.log?
[...]
> Here you find everything: http://gzp.hu/tmp/wget-1.10/

According to config.log, it seems your SSL includes are not in
/pkg/include after all:

configure:25735: looking for SSL libraries in /pkg
configure:25742: checking for includes
configure:25756: /bin/sh ./libtool gcc -c  -O2 -Wall -Wno-implicit 
-I/pkg/include  conftest.c >&5
 gcc -c -O2 -Wall -Wno-implicit -I/pkg/include conftest.c  -fPIC -DPIC -o 
.libs/conftest.o
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
configure:25762: $? = 0
configure:25766: test -z 
                         || test ! -s conftest.err
configure:25769: $? = 0
configure:25772: test -s conftest.o
configure:25775: $? = 1
configure: failed program was:
| 
| #include <openssl/ssl.h>
| #include <openssl/x509.h>
| #include <openssl/err.h>
| #include <openssl/rand.h>
| #include <openssl/des.h>
| #include <openssl/md4.h>
| #include <openssl/md5.h>
| 
configure:25787: result: not found
configure:26031: error: failed to find OpenSSL libraries

Configure will try to link (and use -L$root/lib) only after includes
are shown to be found.

Reply via email to