Re: [LIP] Linking custom ld-linux.so.2 for a shared library.
powell molleti <powellm79-/[email protected]>
| Newsgroups | gmane.user-groups.linux.india.programmers |
|---|---|
| Message-ID | <[email protected]> |
thats right, when building shared libraries or while building an executable link editor (/usr/bin/ld) will be used. For non archive executables at runtime to resolve run time dependencies dynamic linker will be used /lib/ld-2.3.2.so Well there is a symbolic link to /lib/ld-2.3.2.so typically ld-linux.so.2 which u can use to point to your old dynamic linker. If you want to replace /lib/ld-2.3.2.so you can do with the help of archived file utils. I hope this helps. Powell. --- Arun Sharma <[email protected]> wrote: > On Sun, Jun 13, 2004 at 10:42:54PM -0700, KDLinux > wrote: > > > > This is fine for building a binary(executable). I > want > > similar option while building a shared library. > > There is no such thing as a dynamic linker for a > shared library. It > always uses the dynamic linker used by the > executable it's linking to. > > -Arun > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 > JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's > Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center > in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf > Priority Code NWMGYKND > _______________________________________________ > linux-india-programmers mailing list > linux-india-programmers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org > https://lists.sourceforge.net/lists/listinfo/linux-india-programmers > __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND