Hello,

>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.

computer - /opt/elinks-0.12/bin>nm -D elinks | grep redraw_from_window
[78]    |    814944|     160|FUNC |GLOB |0    |9      |redraw_from_window

Thanks

Yannick

**********************************

[EMAIL PROTECTED] <[EMAIL PROTECTED]> writes:

> Here://www.mail-archive.com/[email protected]/msg06933.html">http://www.mail-archive.com/[email protected]/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





________________________________________________________________________
iFRANCE, exprimez-vous !
http://web.ifrance.com
_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to