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
#x27;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, it looks so: > > > > # make > > gcc tcldtk.o -ltts -ltts_us -ltcl -shared -o tcldtk.so > &

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

2003-03-17 Thread Patrick Wiseman
upplied the full path :> (I know, that's not really kosher) and it got past that error. Now, I get :> the subject error. In context, it looks so: :> :> # make :> gcc tcldtk.o -ltts -ltts_us -ltcl -shared -o tcldtk.so :> /usr/bin/ld: cannot find -ltcl :> collect2: ld re

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

2003-03-16 Thread nate
et > the subject error. In context, it looks so: > > # make > gcc tcldtk.o -ltts -ltts_us -ltcl -shared -o tcldtk.so > /usr/bin/ld: cannot find -ltcl > collect2: ld returned 1 exit status > make: *** [tcldtk.so] Error 1 > > I have /usr/lib/tcl8.0, 8.0jp, 8.2, 8.3

/usr/bin/ld: cannot find -ltcl

2003-03-16 Thread Patrick Wiseman
ooks so: # make gcc tcldtk.o -ltts -ltts_us -ltcl -shared -o tcldtk.so /usr/bin/ld: cannot find -ltcl collect2: ld returned 1 exit status make: *** [tcldtk.so] Error 1 I have /usr/lib/tcl8.0, 8.0jp, 8.2, 8.3 and tclX8.0.4. Maybe that's the problem? Any suggestions? Pat