Re: [Xcircuit-dev] Compiling 3.4 under WinXP & Cygwin (again)
Brought to you by:
rtedwards
From: R. T. E. <ti...@mu...> - 2005-10-14 23:56:33
|
Dear James, > /opt/src/xcircuit-3.4.3/xcircuit.c:3017: undefined reference to > `_Tcl_CreateTimerHandler' > xcircuit.o: In function `popupprompt': > /opt/src/xcircuit-3.4.3/xcircuit.c:1137: undefined reference to > `_Tk_MapWindow' > xcircuit.o: In function `outputpopup': > /opt/src/xcircuit-3.4.3/xcircuit.c:1309: undefined reference to `_Tcl_Eval' > collect2: ld returned 1 exit status > make[2]: *** [lib/tcl/xcircuit.dll] Error 1 > make[2]: Leaving directory `/opt/src/xcircuit-3.4.3' > make[1]: *** [tcl] Error 2 > make[1]: Leaving directory `/opt/src/xcircuit-3.4.3' > make: *** [all-recursive] Error 2 Offhand, I'd say either it's a failure to clean up after a partial compile, meaning you need to do "make veryclean" and then "make"; if that doesn't work, try using "--with-tcl=/opt/lib" rather than "--with-tclincls" (ditto for tk), since it may be that it is pointing to different places for the include files and link libraries. Regards, Tim +--------------------------------+-------------------------------------+ | Dr. R. Timothy Edwards (Tim) | email: ti...@op... | | Open Circuit Design, Inc. | web: http://opencircuitdesign.com | | 22815 Timber Creek Lane | phone: (301) 528-9364 | | Clarksburg, MD 20871-4001 | cell: (240) 401-0616 | +--------------------------------+-------------------------------------+ |