Jeff Squyres wrote:
> Can you try 7.1.2b13 instead?
>
> I just noticed that the nightly tarball is being built with Libtool
> 1.5.8, but the beta was built with Libtool 1.5.14.
I can report the same problem when compiling with the PGI compiler: a
fully-populated .a archive (about 600KB), but a minimal .so library that
just contains a few stubs and is unusable (about 4KB).
This is on 7.1.2b13.
The build completes without errors, up until the time the executables
are linked (it then dies because of all the missing functions that
should have been in the .so).
If I re-run configure with "--disable-shared", to use only the static
libraries, then it does work. Any ideas on how to get the shared
libraries to also correctly build with the PGI compiler?
Thanks!
Josh Lehan
Scyld Software
jlehan_at_[hidden]
|