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]

Re: Error linking with libgfortran version (pardiso and lapack libs)


Dennis Wassel wrote:
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'

Why would anyone label any object code with IA64 if it is meant for x86_64? This can only compound the confusion. The targets are totally incompatible.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]