[elinks-users] Re: problem to compile (rdynamic) and install (install-sh) Elinks
Kalle Olavi Niemitalo
kon at iki.fi
Tue Sep 12 01:21:37 MDT 2006
yannick.le-ny at ifrance.com <yannick.le-ny at ifrance.com> writes:
> Here:http://www.mail-archive.com/bug-gdb@gnu.org/msg06933.html
> I found that rdynamic is used by linux and -Wl,--export-dynamic by Sun Solaris.
That message is about using Sun C 5.9 with GNU ld, whereas you
wrote you're using gcc-3.4.2 with Sun ld 5.8-1.284. So the GNU
ld option --export-dynamic won't help here.
I don't see any similar option in the Solaris 10 documentation of ld:
http://docs.sun.com/app/docs/doc/816-5165/6mbb0m9jt?a=view
It is possible that the Sun ld puts all symbols to the dynamic
symbol table by default, and so does not need any such option.
"nm -D elinks | grep redraw_from_window" should reveal whether
this is the case.
http://docs.sun.com/app/docs/doc/816-5165/6mbb0m9nd?a=view
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://linuxfromscratch.org/pipermail/elinks-users/attachments/20060912/2aec63bc/attachment.bin
More information about the elinks-users
mailing list