Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-26 Thread Peter Eisentraut
Larry Rosenman writes: The output doesn't show the --with-includes directive directories ANYWHERE in the make output :-( Fixed -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-26 Thread Peter Eisentraut
Larry Rosenman writes: Fixed nope. Still dies in the same place in the same way. The configure input I gave was: ./configure --prefix=/home/ler/pg-test --enable-syslog \ --with-CXX --with-perl --enable-multibyte --enable-cassert \ --with-openssl \

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-26 Thread Larry Rosenman
* Peter Eisentraut [EMAIL PROTECTED] [001126 14:30]: Larry Rosenman writes: Fixed nope. Still dies in the same place in the same way. The configure input I gave was: ./configure --prefix=/home/ler/pg-test --enable-syslog \ --with-CXX --with-perl --enable-multibyte

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-26 Thread Larry Rosenman
* Peter Eisentraut [EMAIL PROTECTED] [001126 12:16]: Larry Rosenman writes: The output doesn't show the --with-includes directive directories ANYWHERE in the make output :-( Fixed nope. Still dies in the same place in the same way. The configure input I gave was: ./configure

[HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-25 Thread Larry Rosenman
Trying to compile current sources using: ./configure --prefix=/home/ler/pg-test --enable-syslog \ --with-CXX --with-perl --enable-multibyte --enable-cassert \ --with-openssl --with-tcl \ --with-tclconfig=/usr/local/lib/tcl8.3 \

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-25 Thread Peter Eisentraut
Larry Rosenman writes: libpgtcl.h:19: tcl.h: No such file or directory How do you suggest going about finding the tcl.h file? it's in /usr/local/include/tcl8.3/ ... This will be a problem with TCL as installed by FreeBSD PORTS... (maybe configure ought to look for it, or have a

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-25 Thread Larry Rosenman
* Peter Eisentraut [EMAIL PROTECTED] [001125 18:26]: Larry Rosenman writes: libpgtcl.h:19: tcl.h: No such file or directory How do you suggest going about finding the tcl.h file? it's in /usr/local/include/tcl8.3/ ... This will be a problem with TCL as installed by FreeBSD

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-25 Thread Larry Rosenman
* Larry Rosenman [EMAIL PROTECTED] [001125 18:40]: * Larry Rosenman [EMAIL PROTECTED] [001125 18:34]: CONFIGURE_TCL= --with-tcl --with-tclconfig="${LOCALBASE}/lib/tcl8.3 ${LOCALBASE }/lib/tk8.3" Works. This is, umm, messy at best. Err, I lied, Marc adds the /usr/local/include/tcl8.3

Re: [HACKERS] tcl/FreeBSD 4.2-STABLE, multiple TCL versions installed

2000-11-25 Thread Larry Rosenman
* Larry Rosenman [EMAIL PROTECTED] [001125 18:54]: Works. This is, umm, messy at best. Err, I lied, Marc adds the /usr/local/include/tcl8.3 and tk8.3 dirs to the --with-includes configure option. Still messy. and it breaks now on 7.1devel sources... Here is what I issued