Problems compiling apps static for GLIBC_2.0 ?

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
PeterSieg
Posts: 363
Joined: Wed 04 May 2005, 16:06
Location: Germany, 37603
Contact:

Problems compiling apps static for GLIBC_2.0 ?

#1 Post by PeterSieg »

Hi. Maybe someone can help..

I want to compile some apps for N2200 linux for IBM 8363 ThinClients.
This is a Debian Woody sort of system without a gcc!
It runs from a 64MB CF Card..

If I compile a dynamic linked app, all the libs are also on the IBM box,
but I get the message from the dynamic linker, that the app requires
libc .. GLIBC_2.3 but did only found libc with GLIBC_2.0 ??

(That is it again, what I hate about linux! That 'versionities' thingy :( )

If I want to compile a static linked app, it seems that puppy 1.0.6 +
usr_devx.sfs is missing the required lib*.sa libraries for statically linking..?

If Puppy can't make it.. Is there a Live-CD out there, that is based on
Debian Woody!, that also has gcc setup inside the live-cd?

Thanks, PS
Have fun :)

menno
Posts: 80
Joined: Thu 03 Nov 2005, 23:21
Location: Bedum (Nederland)
Contact:

libc

#2 Post by menno »

Try

Code: Select all

find -name libc*
from top of the file system .
Its posseble you have libc-2.3.2.so if so make a softlink to libc-2.3 .

Post Reply