Subject: Re: Compiling hfsutils 2.0
To: Josh Hope <otaku@redneck.hick.com>
From: Armen Babikyan <armenb@moof.ai.mit.edu>
List: port-mac68k
Date: 05/05/1997 19:15:26
>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?
>
okay, chmod 444 libtcl*  i don't know is this is necessary, but sometime
programs complain about that stuff.
and the file name problem seems to occur. instead of "-ltcl7.6" in the
Makefile, change it to "-llibtcl76.a". this should solve the problem.
  - a