<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 53: TclBlend Installation failing in Linux</title><link href="https://sourceforge.net/p/tcljava/bugs/53/" rel="alternate"/><link href="https://sourceforge.net/p/tcljava/bugs/53/feed.atom" rel="self"/><id>https://sourceforge.net/p/tcljava/bugs/53/</id><updated>2013-06-15T12:27:30.720000Z</updated><subtitle>Recent changes to 53: TclBlend Installation failing in Linux</subtitle><entry><title>#53 TclBlend Installation failing in Linux</title><link href="https://sourceforge.net/p/tcljava/bugs/53/?limit=50#b0ef" rel="alternate"/><published>2013-06-15T12:27:30.720000Z</published><updated>2013-06-15T12:27:30.720000Z</updated><author><name>elitepei</name><uri>https://sourceforge.net/u/elitepei/</uri></author><id>https://sourceforge.net97efe18ceb579faba196e752b8121515cdb4aed9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;i find that in configure file thire is a comment is "jre/bin/client must contain jvm.dll",&lt;/p&gt;
&lt;p&gt;if test -f $ac_java_jvm_dir/$F ; then&lt;br /&gt;
                # jre/bin/client must contain jvm.dll&lt;br /&gt;
                # jre/bin/server directory could also contain jvm.dll,&lt;br /&gt;
                # just assume the user wants to use the client JVM.&lt;br /&gt;
                DLL=jre/bin/client/jvm.dll&lt;br /&gt;
                if test -f $ac_java_jvm_dir/$DLL ; then&lt;/p&gt;
&lt;p&gt;# Generate error for unsupported JVM layout&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="k"&gt;if&lt;/span&gt; &lt;span class="n"&gt;test&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;x$ac_java_jvm_jni_lib_flags&amp;quot;&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;x&amp;quot;&lt;/span&gt; &lt;span class="p"&gt;;&lt;/span&gt; &lt;span class="n"&gt;then&lt;/span&gt;
    &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="p"&gt;{&lt;/span&gt; &lt;span class="n"&gt;echo&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;$as_me:$LINENO: error: Could not detect the location of the Java&lt;/span&gt;
        &lt;span class="n"&gt;shared&lt;/span&gt; &lt;span class="n"&gt;library&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt; &lt;span class="n"&gt;You&lt;/span&gt; &lt;span class="n"&gt;will&lt;/span&gt; &lt;span class="n"&gt;need&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;update&lt;/span&gt; &lt;span class="n"&gt;tcljava&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;m4&lt;/span&gt;
        &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;support&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;this&lt;/span&gt; &lt;span class="n"&gt;JVM&lt;/span&gt; &lt;span class="n"&gt;configuration&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="s"&gt;&amp;quot; &amp;gt;&amp;amp;5&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;echo "$as_me: error: Could not detect the location of the Java&lt;br /&gt;
            shared library. You will need to update tcljava.m4&lt;br /&gt;
            to add support for this JVM configuration." &amp;gt;&amp;2;}&lt;br /&gt;
   { (exit 1); exit 1; }; }&lt;br /&gt;
    fi&lt;/p&gt;
&lt;p&gt;Is it really a result of this file is missing jvm.dll&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#53 TclBlend Installation failing in Linux</title><link href="https://sourceforge.net/p/tcljava/bugs/53/?limit=50#fcbc" rel="alternate"/><published>2013-06-15T12:23:24.849000Z</published><updated>2013-06-15T12:23:24.849000Z</updated><author><name>elitepei</name><uri>https://sourceforge.net/u/elitepei/</uri></author><id>https://sourceforge.netac2206c46fa9462cd50d7507df951ce6aa38d35e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Hello, I have encountered an error like you, how did you solve&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>TclBlend Installation failing in Linux</title><link href="https://sourceforge.net/p/tcljava/bugs/53/" rel="alternate"/><published>2012-08-13T05:52:34Z</published><updated>2012-08-13T05:52:34Z</updated><author><name>SANTANU DEY</name><uri>https://sourceforge.net/u/acchiles1984/</uri></author><id>https://sourceforge.netfcc59190367fb93594314a720efb8d3623f53cf2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;TclBlend 1.4.1 installation in SUSE Linux Enterprise Server 10 (x86_64) is failing in the following configure step:&lt;br /&gt;
../tclBlend1.4.1/configure &lt;br /&gt;
--prefix=/home/santanu/tools/tclblend/opt/tclblend &lt;br /&gt;
--with-tcl=/home/santanu/tools/tclblend/tmp/tclblend/build_tcl &lt;br /&gt;
--with-thread=/home/santanu/toolstclblend/tmp/tclblend/build_thread &lt;br /&gt;
--with-jdk=/usr/java/jdk16&lt;/p&gt;
&lt;p&gt;The following error message is returned:&lt;br /&gt;
configure: error: Could not detect the location of the Java shared library. You will need to update tcljava.m4 to add support for this JVM configuration.&lt;/p&gt;
&lt;p&gt;Kindly help me with this issue. JDK1.6.13 is the java version.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>