I have been trying to compile glibc 2.3.2 but have not been able to do it yet. Tried the native compiler and the crosscompiler but no go yet. Does anyone have a cross compiler than can do it?
What I am trying to do is compile glibc 2.3.2 or later with --prefix=/usr/local/compat so it can be installed to an allternate location without replacing the one that pdaXrom uses (glibc 2.2.3) so not to break any of the existing apps.
With this other set of glibc under the compat directory, I want to test if I can run Debian and/or OZ packages directly on pdaXrom without using chroot. Running the app like OpenOffice might then be possible by specifying the compat directory in LD_LIBRARY_PATH inside a shell script that launches the app. If that works then many more apps will be available for pdaXrom and if there are further dependencies on other libraries, then they can be compiled against glibc 2.3.x and placed under the compat directory as well.
Not sure if this is going to work or not because glibc 2.3.x just won't compile for me