This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems building shared libraries under Irix6
On Tue, Dec 16, 1997 at 05:19:34PM -0700, Jeffrey A Law wrote:
> Jim has a patch to move __register_frame and friends elsewhere so that
> they don't cause multiple symbol definitions. Assuming he thinks the patch
> is correct, he should apply it so this problem goes away.
It might be worth considering making libgcc a shared library on at
least ELF platforms. It would eliminate some of these problems,
though it would mean we'd have to be more careful with binary
compatibility and installation.
Just a thought...
r~