Menu

#53 TclBlend Installation failing in Linux

open
nobody
None
5
2013-06-15
2012-08-13
SANTANU DEY
No

TclBlend 1.4.1 installation in SUSE Linux Enterprise Server 10 (x86_64) is failing in the following configure step:
../tclBlend1.4.1/configure
--prefix=/home/santanu/tools/tclblend/opt/tclblend
--with-tcl=/home/santanu/tools/tclblend/tmp/tclblend/build_tcl
--with-thread=/home/santanu/toolstclblend/tmp/tclblend/build_thread
--with-jdk=/usr/java/jdk16

The following error message is returned:
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.

Kindly help me with this issue. JDK1.6.13 is the java version.

Discussion

  • elitepei

    elitepei - 2013-06-15

    Hello, I have encountered an error like you, how did you solve

     
  • elitepei

    elitepei - 2013-06-15

    i find that in configure file thire is a comment is "jre/bin/client must contain jvm.dll",

    if test -f $ac_java_jvm_dir/$F ; then
    # jre/bin/client must contain jvm.dll
    # jre/bin/server directory could also contain jvm.dll,
    # just assume the user wants to use the client JVM.
    DLL=jre/bin/client/jvm.dll
    if test -f $ac_java_jvm_dir/$DLL ; then

    # Generate error for unsupported JVM layout

    if test "x$ac_java_jvm_jni_lib_flags" = "x" ; then
        { { echo "$as_me:$LINENO: 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." >&5
    

    echo "$as_me: 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." >&2;}
    { (exit 1); exit 1; }; }
    fi

    Is it really a result of this file is missing jvm.dll

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.