Re: /usr/bin/ld: cannot find -ltcl

2003-06-11 Thread Mark Ferlatte
Lutz Kotoll said on Wed, Jun 11, 2003 at 10:45:39PM +0200: > That may be a workaround in this case, but generally: > > How do I get > /usr/include/tcl.h > and > /usr/lib/libtcl.{a,so*} > via a "Debian-official" method? > > Am I supposed to do an "alternative" or "diversion" (or whatev

Re: /usr/bin/ld: cannot find -ltcl

2003-06-11 Thread Lutz Kotoll
On Sun, 16 Mar 2003 16:16:58 -0800, Eric G. Miller wrote: > On Sun, Mar 16, 2003 at 06:23:24PM -0500, Patrick Wiseman wrote: > > Hi, all: > > > > I'm trying to compile a program - not mine, I'm not a C programmer - which > > wants tcl. At first, it couldn't find tcl.h, but I supplied the full pat

[FIXED] Re: /usr/bin/ld: cannot find -ltcl

2003-03-17 Thread Patrick Wiseman
On Sun, 16 Mar 2003 at 4:16pm, Eric G. Miller wrote: :On Sun, Mar 16, 2003 at 06:23:24PM -0500, Patrick Wiseman wrote: :> Hi, all: :> :> I'm trying to compile a program - not mine, I'm not a C programmer - which :> wants tcl. At first, it couldn't find tcl.h, but I supplied the full path :> (I k

Re: /usr/bin/ld: cannot find -ltcl

2003-03-16 Thread nate
Patrick Wiseman said: > Hi, all: > > I'm trying to compile a program - not mine, I'm not a C programmer - which > wants tcl. At first, it couldn't find tcl.h, but I supplied the full path > (I know, that's not really kosher) and it got past that error. Now, I get > the subject error. In context,