[parisc-linux] Re: still getting $$dyncall refs in shlibs
amodra@one.net.au
amodra@one.net.au
Fri, 25 May 2001 08:32:02 +0930
On Thu, May 24, 2001 at 03:59:30PM -0600, LaMont Jones wrote:
> > With the new toolchain, sipp still builds a libsipp.so.3.1 trips the
> > bug checker. Checking everything on the system doesn't find any bad
> > libs. Here is the build output for libsipp.so:
Too much can go wrong building shared libs just using ld. It's far
better to build using gcc -shared. In this case, the problem is that
the shlib needs to be built linked against libgcc to satisfy the
millicode reference.
Alan