Re: [tcljava-user] building with gcc 4.1?
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2007-01-13 01:12:58
|
> It seems as though after I compile tcl, tclblend, and install jdk 1.5 on > a SuSE 10.1 box it has problems. During "package require java" I get a > hot spot error. The only thing that I can think of that is "special" > about SuSE 10.1 is that it uses gcc 4.1. There is a known bug in gcc 4.1.0 and newer that breaks Tcl Blend. The Tcl Blend 1.4.0 release should detect this bug in the configure script. Did you compile Tcl Blend 1.4.0 and did it detect the problem when configure was run? It may also be possible to work around this bug by removing -O2 from the compile command line but I have not tested that myself. Mo DeJong |