Subject: Compiling hfsutils 2.0
To: None <port-mac68k@NetBSD.ORG>
From: Josh Hope <otaku@redneck.hick.com>
List: port-mac68k
Date: 05/05/1997 12:17:12
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...

Thanks in advance...

Josh