Subject: Re: Compiling hfs-utils
To: Josh Hope <otaku@redneck.hick.com>
From: Colin Wood <ender@is.rice.edu>
List: port-mac68k
Date: 05/05/1997 02:41:13
> It's mainly a compiling error. I fixed that sbc error by changing the
> order of the libs in the Makefile (why that was causing this is
> unbeknownest to me). But I still have the compilation error. Here it is
> again, with that sbc error stuff cut out:
>
> 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 -ldl -o hfssh
> ld: -ltcl7.6: no match
> *** Error code 1
>
> Stop.
You need to either rename the tcl library (by default it's libtcl76.a, I
think, instead of the libtcl7.6.a being asked for above), or else you can
change the linker flag to ask for the appropriately named library.
Hope this helps.
Later.
--
Colin Wood ender@is.rice.edu
Consultant Rice University
Information Technology Services Houston, TX