Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Doug Wyatt" To: cygwin AT cygwin DOT com Date: Wed, 05 Feb 2003 16:49:59 -0600 MIME-Version: 1.0 Subject: Attempting to build Tk800.024 module for Perl5.8.0 Reply-to: dwyatt AT sunflower DOT com Message-ID: <3E4140B7.25440.12C6C981@localhost> Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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/