[tcljava-user] Errors in building tcl 8.4.2 from source in Windows 2000
Brought to you by:
mdejong
From: Seena <sm...@en...> - 2004-10-22 10:39:56
|
Hello, I am trying to build TCL 8.4.2 from source in Windows 2000 and using msys enviornment for that.I run configure enabling threads by configure --enable-threads.Then i run make command and getting following errors.Have anyone seen this errors before ,if so would you please suggest what to do? Thanks, Seena windres -o tclsh.res.o --include "c:\msys\src\tcl8.4.4\generic" --include "." "tclsh.rc" gcc -O tclAppInit.o libtcl84.a \ tclsh.res.o -o tclsh84.exe -mconsole tclAppInit.o(.text+0x8c):tclAppInit.c: undefined reference to `_imp__Tcl_Main' tclAppInit.o(.text+0xc5):tclAppInit.c: undefined reference to `_imp__Tcl_Init' tclAppInit.o(.text+0xee):tclAppInit.c: undefined reference to `_imp__Tcl_AsyncCreate' tclAppInit.o(.text+0x103):tclAppInit.c: undefined reference to `_imp__Tcl_CreateExitHandler' tclAppInit.o(.text+0x116):tclAppInit.c: undefined reference to `_imp__Tcl_SetVar' tclAppInit.o(.text+0x142):tclAppInit.c: undefined reference to `_imp__Tcl_Free' tclAppInit.o(.text+0x167):tclAppInit.c: undefined reference to `_imp__Tcl_AsyncDelete' tclAppInit.o(.text+0x1e4):tclAppInit.c: undefined reference to `_imp__Tcl_Alloc' tclAppInit.o(.text+0x2e6):tclAppInit.c: undefined reference to `_imp__Tcl_Exit' tclAppInit.o(.text+0x308):tclAppInit.c: undefined reference to `_imp__Tcl_AsyncMark' make: *** [tclsh84.exe] Error 1 |