Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?

From: Brook Milligan <brook(at)biology(dot)nmsu(dot)edu>
To: jim(at)reptiles(dot)org
Cc: lampe(at)durawebs(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?
Date: 2000-06-15 17:11:25
Message-ID: 200006151711.LAA16359@biology.nmsu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

you then need to add the following to your ./configure run:

--with-tcl \
--with-tclconfig=/usr/local/lib/tcl8.3 \
--with-tkconfig=/usr/local/lib/tk8.3 \
--with-includes=/usr/local/include/tcl8.3:/usr/local/include/tk8.3 \

now, for some reason, the --with-includes did not work as expected.

Arguments are SPACE separated lists, so instead try:

--with-includes="/usr/local/include/tcl8.3 /usr/local/include/tk8.3" \

Works for me with NetBSD.

Cheers,
Brook

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jurgen Defurne 2000-06-15 18:08:50 Re: Lock record
Previous Message Robert Deme 2000-06-15 17:11:23