Date: Mon, 06 Jul 1998 12:52:31 -0400 From: "Schuder, Rick" <rick_schuder@merck.com> To: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Cc: "'rick@cwave.net'" <rick@cwave.net> Subject: How to set an environment variable? Message-ID: <199807061729.KAA13973@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
When trying to install the latest eggdrop, it says that tcl is required. TCL 7.6p2 is installed on the system, but when trying to run ./configure in the eggdrop directory, it says: checking for tcl.h... not found I can't find Tcl on this system. Eggdrop now requires Tcl to compile. If you already have Tcl installed on this system, and I just wasn't looking in the right place for it, set the environment variables TCLLIB and TCLINC so I will know where to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h' (respectively). Then run 'configure' again. The file "tcl.h" exists on the system in /usr/local/include/tcl7.6.98 How do I set an environment variable TCLINC so that the configure script will find tcl.h ? Rick Schuder To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807061729.KAA13973>