This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
2009/11/6 fcostela <francisco.costela@gmail.com>:Hi all,
I am trying to compile a program that requires both LAPACK and Pardiso libraries on a Centos 4.5 x86_64 using gcc/gfortran. I am linking with the file libpardiso400_GNU430_IA64.so that was compiled with gcc/gfortran 4.3. I compiled LAPACK 3.2.1 using my current gfortran version 4.1.2 on my Centos (I could not update it to 4.2 or higher).
However, when I compiled I got this error: /root/pardisolib/libpardiso400_GNU430_IA64.so: undefined reference to `_gfortran_os_error'
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |