This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ld: cannot find -lgfortranbegin
- From: Philippe Schaffnit <P dot Schaffnit at access dot rwth-aachen dot de>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: GFortran <fortran at gcc dot gnu dot org>
- Date: Wed, 26 Apr 2006 09:40:59 +0200
- Subject: Re: ld: cannot find -lgfortranbegin
- Organization: Access e.V.
- References: <444E399B.AEA7E9F@access.rwth-aachen.de> <444EC67F.8060806@verizon.net>
Hi!
Sorry about that, the third (or actually fourth) time turned out to be
better: I did get the 'libgfortranbegin'-s all right (I didn't even know
there was such a thing!), and everything is fine...
There is something fishy there, as I know for a fact that I'vedoing
*exactly* the same thing for months now as I'm using a script, but
chancs are that's only related to my local setup...
So, the whole thing didn't happen. Sorry about that...
Thanks!
Philippe
Jerry DeLisle wrote:
>
> Philippe Schaffnit wrote:
> > Hi!
> >
> > I am currently experiencing some difficulties with GFortran compiled
> > from the 'trunk' (as of yesterday and today also): namely it complains
> > at link time about a missing "-lgfortranbegin" (?).
> >
> > The very same things behaves itself with "4.1.1 20060425 (prerelease)".
> >
> > Did I do something wrong?
> >
> > Thanks!
> >
> > Philippe
> >
> >
> Need more information:
>
> gfortran -v
>
> Have you set LD_LIBRARY_PATH to point to where your libraries are installed?
>
> Jerry