On 12/17/2009 07: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
Hmmm, looking at this a little bit, note that Makefile is a generated automake file. The "source" is Makefile.am, which has
traffic_shell_LDADD = \ $(top_builddir)/proxy/mgmt2/api2/remote/libmgmtapiremote.a \ $(LIBTCL) \ Did you make sureto run automake before ./configure && make, with % autoreconf -i Cheers! -- leif