help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/li


From: Bernd Strieder
Subject: Re: /lib/libgcc_s.so.1: version `GCC_3.3' not found (required by /usr/lib/libstdc++.so.6)
Date: Tue, 02 May 2006 11:03:39 +0200
User-agent: KNode/0.10.2

Suneeel@gmail.com wrote:

> solved the problem,
> copied libgcc_s.so.1 from /usr/local/lib to /lib replacing the old
> files

Overwriting something in /lib from /usr/local/lib is a very bad idea,
you will notice soon. You probably have not done everything required to
use the new gcc. See its docs.

In many cases using a new compiler does not include removing the old
compiler. Often it is necessary to carefully put the compiler and the
rest carefully together to get a running system without having to patch
each and every function. Usually the old compiler is kept for its job,
and the new one is used for new applications only.

Bernd Strieder



reply via email to

[Prev in Thread] Current Thread [Next in Thread]