Inglese
Hello:
I am trying to use mixed code with intel compilers (for MacOS). I had no problems to do this
using the Linux or Itanium2 (SGI) compilers, but as far as I know, I read in the Intel C++/Fortran for MacOS that the libraries used are some different
Well, I got to compile using the fortran driver (ifort)....I needed to use the -cxxlib-gcc option when compiling and the -lstdc++ library (C++ library)....All worked OK
Now, I want to compile with the c++ driver (icpc)...I needed to use the fortran