Re: Newbie Question: Tcl/tk undefined reference

2003-03-08 Thread Eric L T Tan
In fact, I got away with adding -ltcl -ltk to the gcc -o ... line in the Makefile. Somehow the ./configure didn't do this for me. Thanks anyways.. Eric On Sat, 8 Mar 2003, Andrew Markebo wrote: > Hi! > > Just a quick thought, throw us the command-line that gives the error > too.. And there are

Newbie Question: Tcl/tk undefined reference

2003-03-07 Thread Eric L T Tan
Hi all, I encountered a linking problem when trying to make Tim's program xcircuit(http://xcircuit.ece.jhu.edu/) that uses tcltk. The linker conplains that undefined reference to `_Tcl_NewObj' ...etc. I am sure I installed tcl/tk when installing Cygwin. In addition, doing "cygcheck -c" produ