This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gnu ld problems with Intel Fortran Compiler
- From: "sreenath.ramaswamy" <sreenath dot ramaswamy at tatainfotech dot com>
- To: help-gcc at gnu dot org
- Date: Mon, 28 Jan 2002 11:04:00 +0530 (IST)
- Subject: Re: gnu ld problems with Intel Fortran Compiler
On Fri, 25 Jan 2002, Toon Moene wrote:
> "sreenath.ramaswamy" wrote:
>
> > We are trying to compile and run a quantum chemical computation
> > package called 'GAMESS' written in Fortran77 on Linux64 on IA64. We are
> > facing the following problem during the linking stage:-
> >
> > ld: ../gamess.00.x: short data segment overflowed (0x81a110 >= 0x400000)
>
> You're better off asking this question to the company that sold / gave
> you the Linux/ia64 distribution. They know how they build the stuff and
> which versions for gcc and binutils (of which ld is part) they used.
>
> See if they have a public web page and a bug reporting system.
Hi,
This package is right now not officially expected to run on IA64.
We are trying to do it. The original compiler they had used is g77 but
since g77 2.96 seemed to be buggy due to which the program wasn't working
properly with double precision data, we decided to try out efc(Intel
Fortran Comiler), eventhough there is the choice of g77 3.0.3
latest release. That is when the problem came. So the package distributors
won't be able to help us.... The version of binutils used is 2.10.91.
TIA,
rgds,
Sreenath