Subject: Re: Compiling hfsutils 2.0
To: Armen Babikyan <armenb@moof.ai.mit.edu>
From: Josh Hope <otaku@redneck.hick.com>
List: port-mac68k
Date: 05/05/1997 12:54:43
Here's a ll of libm* and libtcl* in /usr/bin. I included libm* as a
comparison. They look okay...
224 -r--r--r-- 1 bin bin 104470 Mar 17 01:31 /usr/lib/libm.a
184 -r--r--r-- 1 bin bin 93912 Mar 17 01:32 /usr/lib/libm.so.0.1
304 -r--r--r-- 1 bin bin 139716 Mar 17 01:32 /usr/lib/libm_p.a
256 -r--r--r-- 1 bin bin 117010 Mar 17 01:32 /usr/lib/libm_pic.a
544 -r-xr-xr-x 2 root wheel 264772 Nov 5 20:43 /usr/lib/libtcl.so.1.0*
560 -r-xr-xr-x 1 root wheel 272688 May 4 21:50 /usr/lib/libtcl76.a*
544 -r-xr-xr-x 2 root wheel 264772 Nov 5 20:43
/usr/lib/libtcl76.so.1.0*
I notice the premissions are different...could that have affected this at
all?
Thanks again!
Josh
On Mon, 5 May 1997, Armen Babikyan wrote:
> >I've tried all suggestions, but I still get the same error. The name if
> >the library *is* -ltcl7.6...I looked that up. Why isn't it finding the
> >lib?
> >
> >cd libhfs && make CC="gcc" COPTS="-g -O2" DEFINES=""
> >gcc -Llibhfs hfssh.o tclhfs.o crc.o binhex.o copyin.o copyout.o darray.o
> >dlist.o dstring.o glob.o suid.o
> > -lhfs -ltcl7.6 -lm -o hfssh
> >ld: -ltcl7.6: no match
> >*** Error code 1
> >
> >Stop.
> >
> >I *know* the lib's there, right in my /usr/lib dir with the -lm lib...
> >
>
> (nice email domain, btw :)
> anyway, be sure the lib is named tcl7.6, not tcl.7.6, or something else
> very similar. i've heard (and experienced) such minor discrepancies with
> the file name that have caused the problems...
> - a
>
>
>