Hi, I am trying to build TCL (I know there are some TCL libs already there, they they do not work well when building BSD apps). I get most of the way thru the make process, then it stops with:
cc tclAppInit.o -L/Fatbrain/Incoming/tcl8.4a1/unix -ltcl8.4 -lc \
-o tclsh
/usr/bin/ld: can't locate file for: -lc
make: *** [tclsh] Error 1
What is it looking for? libm.a perhaps? Some other lib? If the thing it's looking for is already there, what's it called?