Hi Troy,
* Troy Telford wrote on Thu, May 05, 2005 at 06:13:50PM CEST:
> OK, more details.
Better, much better.
> Since I don't know all the workings of building LAM just yet, you'll have
> to bear with me.
No no, you're doing fine.
> After running configure, one of the things it appears to generate are a
> few 'libtool' scripts scattered around the source tree.
>
> After running into a few problems where the compiler is telling me I need
> to compile with -fPIC, (but PGI uses both -fpic and -fPIC; so whatever).
> I looked at the actual 'pgcc' invocation. libtool isn't invoking pgcc
> with -fPIC.
You mean: at link time it isn't. Right?
> I've spent a few spare minutes trying to find where the root cause of the
> problem is, but this patch will have to suffice for now.
This patch is ok as a hint.
What I now need (I work on Libtool rather than on LAM):
The output of
./libtool --version
a copy of the command line plus error message of the failure (both the
line starting with something like "libtool --mode=link.." as well as
what libtool generates), so that I can check that we have a test which
exposes this failure.
Thank you, and regards,
Ralf
|