Re: [tcljava-user] getting error while trying to configure tclblend
Brought to you by:
mdejong
From: Latha G. <la...@ai...> - 2010-04-19 06:57:08
|
Hi, Getting Run Time Error while make install tclblend # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x003f3d9a, pid=24267, tid=3086218944 # # JRE version: 6.0_20-b02 # Java VM: Java HotSpot(TM) Client VM (16.3-b01 mixed mode, sharing linux-x86 ) # Problematic frame: # C [libtcl8.5.so+0x98d9a] Tcl_FindCommand+0x2a # Can u please help Regards latha From: Latha Ganesan [mailto:la...@ai...] Sent: Monday, April 19, 2010 11:11 AM To: tcl...@li... Subject: [tcljava-user] getting error while trying to configure tclblend checking for GCC 4.1.0 optimizer bug... yes configure: error: This gcc release contains an optimizer bug that breaks Tcl Blend, please use another version of gcc Can u let me know what needs to be done to configure & install successfully It should be ok even if optimization is not enaled Regards Latha P.S. I tried to browse thru the archieve, but couldn't get a satisdactory resolution My system has the following gcc installed [root@INDATSRVR13 build_tclblend]# which gcc /usr/bin/gcc [root@INDATSRVR13 build_tclblend]# /usr/bin/gcc -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) [root@INDATSRVR13 build_tclblend]# |