[tcljava-user] tcl 8.4.2 build from source errors
Brought to you by:
mdejong
|
From: Patnaik, A. <APa...@ci...> - 2003-04-21 21:49:21
|
Hello, I am trying to build tcl 8.4.2 from source and using the msys environment under Win2k. I run configure enabling threads and shared libs: configure --enable-shared --enable-threads --prefix=/c/tcl842 --exec-prefix=/c/tcl842 Then, I run make and get these errors. Mo or someone, have you seen these before?? Thanks... windres -o tclsh.res.o --include "./../generic" --include "." "tclsh.rc" gcc -O -DTCL_DBGX= tclAppInit.o libtcl84.a \ tclsh.res.o -o tclsh84.exe -mconsole tclAppInit.o(.text+0x84):tclAppInit.c: undefined reference to `_imp__Tcl_Main' tclAppInit.o(.text+0xbd):tclAppInit.c: undefined reference to `_imp__Tcl_Init'tclAppInit.o(.text+0xe6):tclAppInit.c: undefined reference to `_imp__Tcl_AsyncCreate' tclAppInit.o(.text+0xfe):tclAppInit.c: undefined reference to `_imp__Tcl_SetVar' tclAppInit.o(.text+0x178):tclAppInit.c: undefined reference to `_imp__Tcl_Alloc' tclAppInit.o(.text+0x27a):tclAppInit.c: undefined reference to `_imp__Tcl_Exit' tclAppInit.o(.text+0x29c):tclAppInit.c: undefined reference to `_imp__Tcl_AsyncMark' make: *** [tclsh84.exe] Error 1 |