[Peeweelinux] Linking against older glibc

Mark Meade [email protected]
Thu, 7 Mar 2002 11:00:25 -0500


Hi Carlos,

There are "compatibility packages" available that allow you to do this without removing
existing libraries on your machine.

Maybe http://mail.adis.on.ca/pipermail/peeweelinux-devel/2002-February/000164.html will
help.

The other alternative is to statically link your applications, removing the dependencies
on shared libraries.  This, or course, makes your applications much larger.

Mark

Carlos Mateo wrote:

> What is the easiest way to compile and link against the libraries installed in the
> embedded system? (provided I don't want to downgrade the libraries in my development
machine).