Hi, If this is not the appropriate forum for this question, I'm sure someone will let me know.
I'm trying to build the latest Tk module (800.024) for perl. My current setup includes tcltk 20030128-3, cygwin 1.3.19-1 and perl 5.8.0-1. The Tk module make terminates with the following: LD_RUN_PATH="/usr/lib" gcc -shared -s -L/usr/local/lib Event.o pTkCallback.o tclEvent.o tclNotify.o tclPlatEvent.o tclPlatNotfy.o tclPlatTime.o tclTimer.o tkWin32Dll.o -o ../blib/arch/auto/Tk/Event/Event.dll ../pTk/libpTk.a /usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE/libperl.dll.a -lm Event.o(.text+0x245):Event.c: undefined reference to `_win32_get_osfhandle' collect2: ld returned 1 exit status make[1]: *** [../blib/arch/auto/Tk/Event/Event.dll] Error 1 make: make[1]: Leaving directory `/c/user/daw/test/Tk800.024/Event' Other than one other reference in TkGlue.c, I can't find any other occurrence for `_win32_get_osfhandle' in this source or in the Tcltk 20030128-3, w32api-2.1-1 or cygwin-1.3.19-1 source. I haven't been able to figure out which version of Tcl/Tk the Cygwin source is based on, either. Does anyone have any ideas or pointers? Regards, Doug Wyatt -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/