Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

intel c++ studio xe 2011 on ubuntu

rohitsinghbhadana
1,333 Views
Hello,
I am new to Intel c++ compiler and just downloaded the free version(does it matter)provided of it for linux(Intel C++ Studio XE 2011 for Linux). I tried installing it on my PC which runs on a ubuntu 10.10. During installation,after checking the pre-requisites it showed following result.
Step no.1 of 6 | Options > Missing Optional Pre-requisite(s)
____________________________________________________________________________________
___________________________________________________________________________
Missing optional pre-requisites
-- Intel C++ Composer XE 2011 for linux *: unsupported OS.
-- Intel Inspector XE 2011:unsupported OS.
-- Intel Vtune Amplifier XE 2011:unsupported OS
________________________________________________________________________________-
Now my question is this product not supported by ubuntu. if yes then is there a way around?
What other Linux distributions are supported by it.Please help!!!
Thanks
RSB
0 Kudos
26 Replies
rohitsinghbhadana
231 Views
hi bustaf,
this is the result of gcc -v command, as you asked:
root@Machine-RQ530AA-ACJ-SG2080IL-FD440:~# gcc -v
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
(2)
Also I tried everyway I could but still cannot install this ia32-libs package. I don't understand ,my OS is a 32 bit one so why do I use an extra library package to run 32bit softwares.
0 Kudos
mecej4
Honored Contributor III
231 Views
If you have still not read Ron Green's post on installing Intel compilers on Ubuntu, please do so. It is well-written, up-to-date, and covers your questions. As is stated there, and as Bustaf told you in his inimitable Byzantine style, you do not need the ia32-libs package since you are NOT running a 64-bit Ubuntu.

Start compiling!

0 Kudos
rohitsinghbhadana
231 Views
Hi
Ok Good. It is solved. Let me just sum up so others noobs like me get helped.
The query was resolved in the first replies each by mecej4,bustaf and TimP (i was being moron), it doesn't matter if you are on maveric (ubuntu 10.10) just go ahead with installation following the instructions provided at link
(thanks mecej4 & jennifer)
and ignore the unsuported os warning.
It will work like charm.
Thanks again everybody for help.
Regards
RSB
0 Kudos
aazue
New Contributor I
231 Views
Hi
With that show gcc -v
You have installed operating system ubuntu version 32 bits
mecej4 answer true you can not install package ia32-libs under 32 bit
operating system..
you computer could hosting the 64 bits versions ubuntu more appropriate with your processor.
Wait , when i have time i made an test to last version Intel compiler (64) with an old Prescott 64 that i have.
The processor that you have is equivalent two Prescott
probably cat /proc/cpuinfo could showing (0.1.2.3)
four pseudo cores ...

I have allredy use compiler INTEL version 64 (11...) with Prescott It work perfectly....

Happy years to all..
Regards

load this file pdf is well for understand all the types Intel # .

http://www.google.fr/url?sa=t&source=web&cd=3&ved=0CDYQFjAC&url=http%3A%2F%2Fwww.intel.com%2FAssets%2FPDF%2Fappnote%2F241618.pdf&rct=j&q=genuine%20Intel%20processor%20for%20collection&ei=i88eTaPoJcaV8QOIm-msBQ&usg=AFQjCNGBKgKQFOybEl51fXP-DJhdLinEzg&cad=rja
0 Kudos
aazue
New Contributor I
231 Views
(Wait , when i have time i made an test to last version Intel compiler (64) with an old Prescott 64 that i have.)

Hi
Install packages Intel compiler and tools OK Prescott Machine...
Files that i have download:

Intel C++ Composer XE 2011 for Linux (2 Packages possible this one is without Fortran)
Product for x86-64bit development
l_ccompxe_intel64_2011.1.107.tgz (is compiler)
(680/750 Ko/s) 652 MB

Redistributable Libraries 143 KB
l_ccompxe_2011.1.107_redist.tgz (is runtime)

Intel C++ Studio XE for Linux*
c_studio_xe_2011_intel64.tgz (is tool utility packages
(680/750 Ko/s) 845 MB


***Compiler***
Missing optional pre-requisite
-- No compatible Java* Runtime Environment (JRE) found
--------------------------------------------------------------------------------
1. Skip missing optional pre-requisites [default] (just enter with 1 default)
2. Show the detailed info about issue(s)
3. Re-check the pre-requisites

Step no: 5 of 6 | Installation
--------------------------------------------------------------------------------
Each component will be installed individually. If you cancel the installation,
components that have been completely installed will remain on your system. This
installation may take several minutes, depending on your system and the options
you selected.
--------------------------------------------------------------------------------
Installing Intel C++ Compiler XE 12.0 Update 1 for Linux*
(for applications running on Intel 64) component... done
--------------------------------------------------------------------------------
Installing Intel Debugger 12.0 Update 1 for Linux*
(for applications running on Intel 64) component... done
--------------------------------------------------------------------------------
Installing Intel Math Kernel Library 10.3 Update 1 for Linux*
(for applications running on Intel 64) component... done
--------------------------------------------------------------------------------
Installing Intel Integrated Performance Primitives 7.0 Update 1 for Linux*
(for applications running on Intel 64) component... done
--------------------------------------------------------------------------------
Installing Intel Threading Building Blocks 3.0 Update 4 core files and
examples for Linux* component... done
--------------------------------------------------------------------------------



***Runtime:****

Do you agree to be bound by the terms and conditions of this license agreement?
'accept' to continue, 'reject' to return to the main menu : accept

Install location: [/opt/intel/composerxe-2011.1.107]
This program will install the software
in this location: /opt/intel/composerxe-2011.1.107

Previous contents will be overwritten.

Continue with the installation? (yes / no) [ default = yes ]: yes

Proceeding with installation program install.sh ...
Installation program install.sh completed.


***Tools utility***
Missing optional pre-requisite
-- Intel Inspector XE 2011: unsupported OS
-- Intel VTune Amplifier XE 2011: unsupported OS
--------------------------------------------------------------------------------
1. Skip missing optional pre-requisites [default]
2. Show the detailed info about issue(s)
3. Re-check the pre-requisites

h. Help
b. Back to the previous menu
q. Quit
--------------------------------------------------------------------------------
Please type a selection or press "Enter" to accept default choice [1]:


Thank you for installing and using the
Intel C++ Studio XE 2011 for Linux*

Support services start when you install or activate your product, so please
create your Subscription Service support account now to take full advantage of
your product purchase. This support account provides access to free product
updates, interactive issue management, technical support, sample code, and
documentation.

To create your support account, visit
https://registrationcenter.intel.com/RegCenter/registerexpress.aspx?clientsn=XXX
X-XXXXXX

To get started using Intel VTune Amplifier XE 2011:
- Add the product bin64 (or bin32) directory (located in
/opt/intel/vtune_amplifier_xe_2011) to
your PATH environment variable.
To start the graphical user interface: amplxe-gui
To use the command-line interface: amplxe-cl
- To view a table of getting started documents:
/opt/intel/vtune_amplifier_xe_2011/
documentation/en/documentation_amplifier.htm.
To get started using Intel Inspector XE 2011:
- Add the product bin64 (or bin32) directory (located in
/opt/intel/inspector_xe_2011) to
your PATH environment variable.
To start the graphical user interface: inspxe-gui
To use the command-line interface: inspxe-cl
- To view a table of getting started documents:
/opt/intel/inspector_xe_2011/
documentation/en/documentation_inspector_xe.htm.
To get started using Intel C++ Composer XE 2011:
- Set the environment variables for a terminal window using one of the
following (replace "intel64" with "ia32" if you are using a 32-bit
platform).
For csh/tcsh:
$ source /opt/intel/bin/compilervars.csh intel64
For bash:
$ source /opt/intel/bin/compilervars.sh intel64
To invoke the installed compilers:
For C++: icpc
For C: icc
To get help, append the -help option or precede with the man command.
- To view a table of getting started documents:
/opt/intel/composerxe-2011/Documentation/
en_US/documentation_c.htm.

To view movies and additional training, visit
http://www.intel.com/software/products.


Remark:
when you install last package (Intel C Studio XE 2011 for Linux*)
same compiler is part of package and is reinstalled one more time ??? strange..... or 32 is added ???

find / -name amplxe-cl -print
/opt/intel/vtune_amplifier_xe_2011/bin64/amplxe-cl
/opt/intel/vtune_amplifier_xe_2011/bin32/amplxe-cl


I have use Debian 5 but I have the last GNU compiler is build without wrapper, probably my lib
more recent that you having Ubuntu , it could be working same perfectly with that you having default.


Remark:
If your choice to install Ubuntu 64
aptitude search ia32
i ia32-libs - ia32 shared libraries for use on amd64 and ia64 systems
Required installed before you install Intel packages 64

Remark:
I have only blackbox graphic is desktop to this Debian not Gnome
debian:/opt/intel/bin# /opt/intel/vtune_amplifier_xe_2011/bin64/amplxe-gui
Graphic(amplxe-gui) tested started and is working perfectly without problem

Regards

0 Kudos
JLuna5
New Contributor I
231 Views
hi, if don't run good how you want, you can to install wine and install is as if you be executed in windows...
0 Kudos
Reply