Re: [tcljava-user] tcl 8.4.2 build from source errors
Brought to you by:
mdejong
|
From: Mo D. <md...@un...> - 2003-04-22 00:53:11
|
On Mon, 21 Apr 2003 17:46:16 -0400 "Patnaik, Anjela" <APa...@ci...> wrote: > 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' That is really strange. I just downloaded the src for 8.4.2 and built with the mingw dist and it worked just fine for me. I also built the source under Linux with a cross compiler, and it works fine there too. Could you try to remove the .a files and then run make again? Other than that, I could only suggest a reboot before attempting it again. I am running win98 on my machine, is this a problem that only shows up under NT based systems? Has anyone been able to build under NT based windows system? Mo |