This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Glibc Versioned Symbols
- From: "Browder, Tom" <Tom dot Browder at fwb dot srs dot com>
- To: "Bob Proulx" <bob at proulx dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Tue, 11 Jul 2006 07:54:50 -0500
- Subject: RE: Glibc Versioned Symbols
> -----Original Message-----
> From: Bob Proulx [mailto:bob@proulx.com]
> Sent: Monday, July 10, 2006 7:52 PM
> To: Browder, Tom; gcc-help@gcc.gnu.org
> Subject: Re: Glibc Versioned Symbols
...
> Given the following copy the newer glibc parts to that location.
>
> ./mylib/ld-linux.so.2
> ./mylib/libc.so.6
> ./mylibexec/myprog
...
> You should pick the right version with respect to tls, nptl, etc.
...
> Hope that helps,
Bob, thanks a heap! That helps a lot.
-Tom