Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Compiling Webpine (alpine-2.00) on FreeBSD

2 views
Skip to first unread message

bnewbold

unread,
Sep 26, 2009, 2:31:08 PM9/26/09
to
Finding the tcl libraries was somewhat arduous, here's the configure I
used after installing tcl8.4 and related packages (in addition to the
default tcl8.5) on FreeBSD 7.2:

$ 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

Sp...@controlq.com

unread,
Oct 16, 2009, 12:34:25 PM10/16/09
to

On Sat, 26 Sep 2009, bnewbold wrote:

> 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 ...

0 new messages