[gs-bugs] [Bug 691315] 'make so' fails with "ld: fatal: relocations remain against allocatable but non-writable sections"
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Wed May 19 23:43:29 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691315
--- Comment #4 from Hin-Tak Leung <hintak at ghostscript.com> 2010-05-19 23:43:28 UTC ---
Your gcc is not using GNU ld (from the -v), so your gld thing was using a
different linker than gcc uses.
Can you give the middle part of this patch (
bug 686865) http://bugs.ghostscript.com/attachment.cgi?id=469 a try? Just the
middle part - the other parts won't apply any more and irrelevant.
i.e. change in base/unix-dll.mak
-shared -Wl,-soname=
to
-Bdynamic -Wl,-so
?
we have some unreviewed/unincoporated patch from a knowledgeable SUN engineer
(bug 689490) - do you also want to give that a try and maybe update them if the
above doesn't work?
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list