On 08/09/11 04:39, Bob Tracy wrote: > No idea how it got missed, but simple "hello world" C programs wouldn't > compile due to a missing "libgcc_s.so --> libgcc_s.so.1" symlink. If > "ldconfig" is responsible for creating that symlink, then "ldconfig" is > broken. "libc-bin" on my system is version 2.11.2-13. I'm guessing > some kind of multi-arch transition issue.
Indeed. You need to update libc and gcc. I woud try running: apt-get install build-essential You will probably get a whole lot of warnings, including being told to run: apt-get -f install after that run apt-get upgrade That should upgrade the toolchain. Make sure that you have libc6.1, libc-bin, etc., at version 2.13-18, gcc-4.4 at 4.4.6-10, binutils at 2.21.53.20110823-3. Cheers Michael. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

