Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Unable to find libcxa

ram_sim
Beginner
345 Views

Hi,

I am using ifort 10.0.023 with open suse. I am unable to find the libcxa.a file under ..../intel.../lib.

Does any know under which folder it will exist?

I am under the impression that it is supplied with the intel fortran compiler CD. Where else will I be able to find it?

Thanks in advance for any help.

Ram

0 Kudos
3 Replies
Steven_L_Intel1
Employee
345 Views
The Intel compilers no longer use nor provide libcxa, and link to the gcc libraries instead.
0 Kudos
ram_sim
Beginner
345 Views

Hi,

Thanks for your reply. How do I find the gcc lib directory?

Thanks in advance for your help.

Ram

0 Kudos
Steven_L_Intel1
Employee
345 Views
It depends on where gcc is installed on your system. Why not use "ifort" to link?
0 Kudos
Reply