This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multiple libc's


Build / install your new libc with a non-standard prefix e.g. /opt
then recompile all utilites with link flags
"-Wl,-rpath=/new-libc-path" and
"-Wl,--dynamic-linker=/path-to-new/ld-linux.so.3"

On Mon, Nov 8, 2010 at 12:39 AM, Enrico Weigelt <weigelt@metux.de> wrote:
>
> Hi folks,
>
>
> I'd like to update an older system (still glibc-2.2.5) step by step
> using a recent libc. Therefore I'd like to build an toolchain/sysroot
> that uses different libc (file)names, so both can coexist peacefully
> in one system.
>
> Does anyone know how to do that ?

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]