The Makefile.am was hardcoded at one time, but that was fixed on 11/9:

[bc...@snowball cli2]$ git blame  Makefile.am | grep LIBTCL
dcff135c (Bryan Call 2009-11-09 23:01:11 +0000 66)   $(LIBTCL) \

The Makefile is generated with automake and autoconf.  You can do a gmake 
distclean and then autoreconf -i; ./configure; gmake -j to get a clean build.

-Bryan

On Dec 17, 2009, at 6:54 PM, John Scharber wrote:

> New here so not sure what the commit policy is, but the
> trunk/proxy/mgmt2/cli2/Makefile needs to have the hard-coded -ltcl changed
> to the configured variable $(LIBTCL) to compile on CentOS
> 
> /jms


Reply via email to