From owner-freebsd-questions Mon Jul 6 10:30:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14037 for freebsd-questions-outgoing; Mon, 6 Jul 1998 10:30:06 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mgw2.merck.com (mgw2.merck.com [155.91.4.103]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA13973 for ; Mon, 6 Jul 1998 10:29:58 -0700 (PDT) (envelope-from rick_schuder@merck.com) Message-Id: <199807061729.KAA13973@hub.freebsd.org> Date: Mon, 06 Jul 1998 12:52:31 -0400 From: "Schuder, Rick" Subject: How to set an environment variable? To: "'freebsd-questions@freebsd.org'" Cc: "'rick@cwave.net'" MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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