From owner-freebsd-questions Sun Aug 8 13:13:30 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ns.clientlogic.com (ns.clientlogic.com [207.51.66.75]) by hub.freebsd.org (Postfix) with ESMTP id 6D65214EC1 for ; Sun, 8 Aug 1999 13:13:23 -0700 (PDT) (envelope-from ChrisMic@clientlogic.com) Received: by site0s1 with Internet Mail Service (5.5.2448.0) id ; Sun, 8 Aug 1999 16:11:22 -0400 Message-ID: <6C37EE640B78D2118D2F00A0C90FCB4401105B69@site2s1> From: Christopher Michaels To: 'David Vondrasek' , freebsd-questions@FreeBSD.ORG Subject: RE: Tcl HELP Date: Sun, 8 Aug 1999 16:13:45 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Depends on the shell, if it's csh or tcsh, just type setenv TCLINC /path/goes/here -Chris > -----Original Message----- > From: David Vondrasek [SMTP:david@davidv.net] > Sent: Sunday, August 08, 1999 11:41 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Tcl HELP > > [ Please reply via email also, I just subscribed to the list and not sure > I'll get any immediate replies] > > > Trying to compile a program and it can't find Tcl, I have it installed but > It can't find it. > Can some one tell me what I need to do to get it to see the Tcl ? > > FreeBSD 3.2 - Release > > ---- error from ./configure --- > > checking for libtcl... found in /usr/local/lib/libtcl76.so.1 > 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. > > Read the README file if you don't know what Tcl is or how to get > it and install it. > > ------ > Files on system. from locate > > david@ns1:/home/david/eggdrop1.3.9 : locate tcl.h > /usr/local/include/expect_tcl.h > /usr/local/include/otcl.h > /usr/local/include/tcl7.5/generic/tcl.h > /usr/local/include/tcl7.5/tcl.h > /usr/local/include/tcl7.6/generic/tcl.h > /usr/local/include/tcl7.6/tcl.h > /usr/local/include/tcl8.0/generic/tcl.h > /usr/local/include/tcl8.0/tcl.h > /usr/local/include/tcl8.1/generic/tcl.h > /usr/local/include/tcl8.1/tcl.h > > david@ns1:/home/david/eggdrop1.3.9 : locate libtcl.a > **no found ** > > david@ns1:/home/david/eggdrop1.3.9 : locate libtcl.so > /usr/compat/linux/usr/i486-linuxaout/lib/libtcl.so.3 > /usr/compat/linux/usr/i486-linuxaout/lib/libtcl.so.3.1 > /usr/compat/linux/usr/lib/libtcl.so > > How do I " set the environment variables TCLLIB and TCLINC " > please ? > > Thanks > > Dave > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message