$ LDFLAGS='-L/usr/local/lib' ./configure --with-lib-path=/usr/local/
lib,/usr/local/lib/tcl8.4/ --with-include-path=/usr/local/include/
tcl8.4/ --with-tcl-lib=tcl8.4 | less
This gave the desired:
checking for library containing Tcl_Eval... -ltcl84
checking tcl.h usability... yes
checking tcl.h presence... yes
checking for tcl.h... yes
I haven't finished compiling/configuring yet but i'll update if I have
further tricks
-bryan
> Date: Sat, 26 Sep 2009 11:31:08 -0700 (PDT)
> From: bnewbold <bnew...@gmail.com>
> Newsgroups: comp.mail.pine
> Subject: Compiling Webpine (alpine-2.00) on FreeBSD
Odd, Alpine 2.0 compiled out of the box on my 7.2 R and 5.3 systems, but
then again, I use Tcl/Tk regularly ...