Page 1 of 4 123 ... LastLast
Results 1 to 10 of 33

Thread: Intel C++ Compiler, installation failed

  1. #1
    Join Date
    May 2006
    Beans
    6

    Intel C++ Compiler, installation failed

    Hi,

    I was trying to install Intel C++ Compiler 9.0, but it displayes me Installation failed at the end...

    I have login to root account, i have unpack tar file with icc, i have run ./install.sh

    i have type 1, i have type 1 and i have type my license number.

    Later i got this:

    Code:
    Checking RPM version ...
    
    Checking Dependencies ...
    Checking Kernel and glibc dependencies ...
    
    install_cc.sh can't identify your machine type, glibc, or kernel.
    
    This product is supported for use with the following combinations   :
    
        Machine Type                Kernel  glibc
    
    1.  IA-32/EM64T                 2.4.x   2.2.5
        IA-32/EM64T                 2.4.x   2.2.4
        IA-32/EM64T                 2.4.x   2.2.93
        IA-32/EM64T                 2.4.x   2.3.2
        IA-32/EM64T                 2.6.x   2.3.x
        IA-32/EM64T                 2.6.x   2.4.x
    
    x.  Exit
    
    If you would you like to perform an unsupported install of this product, enter the number corresponding to the platform most similar to yours. Otherwise, enter "x" to exit   :
    I'm typing 1 to continue. Btw: My PC is 32bit Intel Centrino 1.6MHz and my operating system is the latest kubuntu beta 2, and uname -r = 2.6.15-23-386

    After that i'm typing the Typical Install (i have try also Custom Install but this also don't work)

    Later i'm asked for agree the license terms and conditions.

    Later i'm choosing the installation paths (i'm choosing the defaults)

    Instantly after that...

    Code:
    --------------------------------------------------------------------------------
    Substitute Headers for Intel(R) C++ Compiler for 32-bit applications, Version 9.0
    Installing...
    Installation successful.
    --------------------------------------------------------------------------------
    
    --------------------------------------------------------------------------------
    Intel(R) C++ Compiler for 32-bit applications, Version 9.0
    Installing...
    Installation failed.
    --------------------------------------------------------------------------------
    Btw:I don't see any log files in the unpacked folder.

    Could anyone help me?

    Greets&Thanks
    Peter_K

  2. #2
    Join Date
    Nov 2005
    Beans
    301
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Intel C++ Compiler, installation failed

    I believe that IA-32 refers to the Intel Itanium 32 bit processor, and EM64T refers to Intel's 64 bit processor. So in either case, I would assume that your processor isn't supported. Did they have a version that matched your processor?

  3. #3
    Join Date
    Aug 2005
    Beans
    13
    Distro
    Edgy Eft Testing

    Re: Intel C++ Compiler, installation failed

    Quote Originally Posted by cgjones
    I believe that IA-32 refers to the Intel Itanium 32 bit processor, and EM64T refers to Intel's 64 bit processor. So in either case, I would assume that your processor isn't supported. Did they have a version that matched your processor?
    IA-32 is another name for the x86 architecture.
    Last edited by Virak; May 21st, 2006 at 03:19 AM.

  4. #4
    Join Date
    Nov 2005
    Beans
    301
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: Intel C++ Compiler, installation failed

    Quote Originally Posted by Virak
    IA-32 is another name for the x86 architecture.
    Dang, I must of been thinking of the IA-64.

  5. #5
    Join Date
    May 2006
    Beans
    6

    Re: Intel C++ Compiler, installation failed

    ok, ok, so who can help me?

  6. #6
    Join Date
    Jul 2005
    Beans
    1,535
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Intel C++ Compiler, installation failed

    Maybe the user interface is bad. Have you tried entering 5 instead of 1? I am thinking that you have the following setup:
    Code:
     Machine Type         Kernel       glibc
      IA-32/EM64T          2.6.x         2.3.x
    which would correspond to number 5 is the menu enumeration continued.
    When I invented the Web, I didn't have to ask anyone's permission.
    ~Tim Berners-Lee on Net Neutrality
    -------------------------------------
    Visit the Ubuntu Programming IRC-channel at #ubuntu-programming (chat.freenode.net).

  7. #7
    Join Date
    May 2006
    Beans
    6

    Re: Intel C++ Compiler, installation failed

    Unfortunately options 5 & 6 dont work Install.sh is saying me instantly "Incorrect option"

  8. #8
    Join Date
    Jul 2005
    Beans
    1,535
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Intel C++ Compiler, installation failed

    Have you installed the build-essential package? I think intel's compiler depends on some of that stuff.
    When I invented the Web, I didn't have to ask anyone's permission.
    ~Tim Berners-Lee on Net Neutrality
    -------------------------------------
    Visit the Ubuntu Programming IRC-channel at #ubuntu-programming (chat.freenode.net).

  9. #9
    Join Date
    May 2006
    Beans
    6

    exactly the same problem

    Hi,

    I am afraid that I have to join your club.
    I was not able to install intel compilers on my ubuntu 6.0.6 LTS box.
    If I follow this post http://ubuntuforums.org/showthread.php?t=89571
    I finish in the same point as mentioned above.
    There is another post http://www.ubuntuforums.org/archive/.../t-149579.html.
    The result is more or less the same ./make9 the script suggested finishes with unexpected end.

    Any idea how to install it?


    Alin

  10. #10
    Join Date
    May 2006
    Beans
    6

    Re: Intel C++ Compiler, installation failed

    Hi

    first i suppose that you have the *.lic files.
    i have created /opt/intel/licenses and I have copied the *.lic files there.

    then

    Code:
    tar xvf l_cc_c_9.0.031.tar.gz
    went to
    Code:
    cd l_cc_c_9.0.031
    then
    Code:
    sudo alien -k intel-icc9-9.0-031.i386.rpm
    sudo alien -k intel-iidb9-9.0-036.i386.rpm
    sudo alien -k intel-isubh9-9.0-031.i386.rpm
    the instalation bit
    Code:
    sudo dpkg -i intel-*.deb
    now we are alomst done with C\C++, and idb

    now C/C++

    in /opt/intel/cc/9.0/bin
    I edited icc icpc and iccvars.sh
    be sure that INTEL_LICENSE_FILE points to /opt/intel/licenses (remove the <INSTALLDIR>/licenses bit)
    a license part in my case looks like

    Code:
    if [ -z "${INTEL_LICENSE_FILE}" ]
    then
            INTEL_LICENSE_FILE="/opt/intel/licenses:${HOME}/intel/licenses"; export INTEL_LICENSE_FILE
    else
            INTEL_LICENSE_FILE="${INTEL_LICENSE_FILE}:/opt/intel/licenses:${HOME}/intel/licenses"; export INTEL_LICENSE_FILE
    fi
    for the rest I have replaced <INSTALLDIR> with /opt/intel/cc/9.0

    now the debugger
    Code:
    cd /opt/intel/idb/9.0/bin
    I changed idbvars.sh to look like
    Code:
    #! /bin/sh
    
    if [ -z "${PATH}" ]
    then
        PATH="/opt/intel/idb/9.0/bin"; export PATH
    else
        PATH="/opt/intel/idb/9.0/bin:$PATH"; export PATH
    fi
    
    if [ -z "${MANPATH}" ]
    then
        MANPATH="/opt/intel/idb/9.0/man":$(manpath); export MANPATH
    else
        MANPATH="/opt/intel/idb/9.0/man:${MANPATH}"; export MANPATH
    fi
    the idb should look like
    Code:
    #!/bin/bash
    #
    # Script to run the correct installed idb executable, depending on the
    # platform.  This allows the user to simply type "idb" at command line
    # regardless of platform.
    #
    
    MACHINE=`uname -m`
    DIR=`dirname ${0}`
    
    # If the machine is not Itanium(R), then it must be a variation on the 32 bit
    # machine.
    #
    if [[ ${MACHINE} == "ia64" ]]; then
            IDB=${DIR}/eidb
    else
        if [[ ${MACHINE} == "x86_64" && -e ${DIR}/idb-e ]]; then
            IDB=${DIR}/idb-e
        else
            if [[ ${MACHINE} == "i686" ]]; then
                export IDB_SAVE_LD_LIBRARY_PATH=${LD_LIBRARY_PATH}
                export IDB_SAVE_DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}
                export IDB_SAVE_DYLD_FRAMEWORK_PATH=${DYLD_FRAMEWORK_PATH}
                export IDB_SAVE_DYLD_ROOT_PATH=${DYLD_ROOT_PATH}
                export IDB_SAVE_DYLD_FALLBACK_LIBRARY_PATH=${DYLD_FALLBACK_LIBRARY_PATH}
                export IDB_SAVE_DYLD_FALLBACK_FRAMEWORK_PATH=${DYLD_FALLBACK_FRAMEWORK_PATH}
                export IDB_SAVE_DYLD_PATHS_ROOT=${DYLD_PATHS_ROOT}
                export IDB_SAVE_DYLD_IMAGE_SUFFIX=${DYLD_IMAGE_SUFFIX}
                export IDB_SAVE_DYLD_INSERT_LIBARIES=${DYLD_INSERT_LIBARIES}
            fi
            IDB=${DIR}/iidb
        fi
    fi
    
    if [[ -e ${IDB} ]]; then
        exec ${IDB} "$@"
    else
        echo "Unable to find idb (${IDB})"
    fi
    probably the most important bit is

    Code:
    sudo ln -s /usr/lib/libXft.so.2 /usr/lib/libXft.so.1
    for fortran compiler
    the idea is more or less the same
    Code:
    tar xvf  l_fc_c_9.0.032.tar.gz
    cd l_fc_c_9.0.032
    sudo alien -k intel-ifort9-9.0-032.i386.rpm
    sudo dpkg -i intel-*.deb
    now you should have the fortran installed in /opt/intel/fc/9.0

    i have changed ifortvars.sh like that
    the INTEL_LICENSE_FILE part to look like

    Code:
    if [ -z "$INTEL_LICENSE_FILE" ]
    then
     INTEL_LICENSE_FILE="/opt/intel/licenses";
    else
     INTEL_LICENSE_FILE="$INTEL_LICENSE_FILE:/opt/intel/licenses";
    fi
    export INTEL_LICENSE_FILE;
    in the rest of the file I have changed <INSTALLDIR> to /opt/intel/fc/9.0

    I did the same with ifort file.

    last bit

    in my home directory I added this lines to .bashrc
    Code:
    #intel stuff
    source /opt/intel/cc/9.0/bin/iccvars.sh
    source /opt/intel/fc/9.0/bin/ifortvars.sh
    source /opt/intel/idb/9.0/bin/idbvars.sh
    Hope that helps,

    Alin

Page 1 of 4 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •