From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Shaun Jackman" To: Subject: Compiling Insight (Cygwin host, arm target) Date: Mon, 31 Jul 2000 09:16:00 -0000 Message-id: <008301bffb0b$789b02e0$6801a8c0@shaunj> X-SW-Source: 2000-07/msg00132.html When compiling Insight I get the following link error: ./tclClock.o: In function `FormatClock': /src/gdb/insight-5.0/tcl/win/../generic/tclClock.c:283: undefined reference to `TclStrftime' Some information about my machine... ~~~ OS ~~~ Microsoft Windows 98 Second Edition 4.10.2222A ~~~ Cygwin ~~~ $ uname -r 1.1.2(0.21/3/2) ~~~ Compiler ~~~ Downloaded gcc-core-2.95.2.tar.bz2 & gcc-g++-2.95.2.tar.bz2 from ftp.freesoftware.com $ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs gcc version 2.95.2 19991024 (release-2) $ arm-elf-gcc -v Reading specs from /tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/specs gcc version 2.95.2 19991024 (release) Patched the x-compiler with ecos-gcc-2952.pat downloaded from sources.redhat.com tr -d '\r' < ecos-gcc-2952.pat | patch -p0 ~~~ Insight ~~~ Downloaded insight-5.0.tar.bz2 from ftp.freesoftware.com Patched with insight-tcl.pat downloaded from sources.redhat.com tr -d '\r' < insight-tcl.pat | patch -p0 Someone mentioned I might need a more recent snapshot (rather than a release version). Which snapshot is considered stable(ish)? Thanks, Shaun