[ADMIN] installation of 7.1.2 with tcl/tk

2001-06-04 Thread Jie Liang
Hi, all, I need your help. If I config without tcl, compile seems fine. However, when I config with tcl/tk, I always got some error, similar case occurs when I tried to install it via ports. my OS is FreeBSD4.3 and postgresql-7.1.2, any idea?? I couldn't find tcl.h I got following when

Re: [ADMIN] installation of 7.1.2 with tcl/tk

2001-06-04 Thread Tom Lane
Jie Liang [EMAIL PROTECTED] writes: ./configure --with-perl --with-tcl --with-tk --with-CXX --with-setproctitle --with-tclconfig=/usr/local/lib/tcl8.3/ --with-tkconfig=/usr/local/lib/tk8.3/ Looks like you need --with-includes (and probably --with-libs, as well). tclConfig.sh does not give any

Re: [ADMIN] installation of 7.1.2 with tcl/tk

2001-06-04 Thread Jie Liang
yes, I solved it. thanks anyway. Jie LIANG St. Bernard Software 10350 Science Center Drive Suite 100, San Diego, CA 92121 Office:(858)320-4873 [EMAIL PROTECTED] www.stbernard.com www.ipinc.com On Mon, 4 Jun 2001, Tom Lane wrote: Jie Liang [EMAIL PROTECTED] writes: ./configure --with-perl