|
From: | Sigbert Klinke |
Subject: | Re: linking libstdc++ statically in a shared object under linux |
Date: | Thu, 27 Jan 2005 15:24:48 +0100 |
User-agent: | Mozilla Thunderbird 1.0 (X11/20041206) |
Hi,thanks, this worked nearly. The dependencies to libstdc++ and libgcc_s are gone, but on my test system I get with ldd:
/lib/libc.so.6: version `GLIBC_2.2.4' not found (required by ...) /lib/libc.so.6: version `GLIBC_2.3' not found (required by ...) libm.so.6 => /lib/libm.so.6 (0x400db000) libc.so.6 => /lib/libc.so.6 (0x400f9000)The testsystem is a SuSe Linux 7.1. The basic answer I found under Google was: update glibc. So I'am dead ?
Thanks Sigbert
[Prev in Thread] | Current Thread | [Next in Thread] |