Re: libpgtcl.so missing from pgaccess on FreeBSD4.0? - Mailing list pgsql-general

From Brook Milligan
Subject Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?
Date
Msg-id 200006151711.LAA16359@biology.nmsu.edu
Whole thread Raw
In response to Re: libpgtcl.so missing from pgaccess on FreeBSD4.0?  (Jim Mercer <jim@reptiles.org>)
List 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

pgsql-general by date:

Previous
From: "Robert Deme"
Date:
Subject:
Next
From: Jurgen Defurne
Date:
Subject: Re: Lock record