This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Error linking with libgfortran version (pardiso and lapack libs)
2009/11/6 Tim Prince <n8tm@aol.com>:
>> 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.
Good point.
They offer both an "INTEL, 64-bit" and an "AMD, 64-bit" version, named
"GNU430_IA64" and "GNU430_AMD_IA64" respectively. The naming scheme
for x86 being IA32, I guess this is just a matter of an
incorrect/confusing naming scheme.
Silly question: Would a library targetted at IA-64 (as in Itanium)
even link on an x86_64 machine?