On 2009/10/03, at 16:42, Fredrik Pettai wrote:
On Oct 3, 2009, at 3:15 AM, OBATA Akio wrote:On Sat, 03 Oct 2009 06:52:52 +0900, Fredrik Pettai <pettai%nordu.net@localhost> wrote:On Sep 29, 2009, at 2:01 PM, Fredrik Pettai wrote: Could it be the problem that configure puts in -L/usr/lib before -L/usr/pkg/lib in the test, and how could one fix/reverse that the bestway?How about adding following line to Makefile? CONFIGURE_ARGS+= --with-ssl=${SSLBASE}That only appends, and ends in the same error.
Hmm, I can't reproduce. $ uname -vDarwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC
Not -L/usr/lib in LDFLAGS. configure:14229: checking for SHA256 and SHA512 configure:14232: checking for SHA256_Init in -lcryptoconfigure:14267: gcc -o conftest -Wwrite-strings -W -Wall -O2 -g - pipe -O2 -I/us r/pkg/include -no-cpp-precomp -isystem /usr/include -I/usr/pkg/ include -I/usr/pk g/include -L/usr/pkg/lib -L/usr/pkg/lib conftest.c -lcrypto - lcrypto >&5
configure:14274: $? = 0 configure:14295: result: yes -- "Of course I love NetBSD":-) OBATA Akio / obache%NetBSD.org@localhost