Hello again.
Khimenko Victor wrote:
to a global one (such as /usr/local/lib/). After my humble experience, this doesn't harm. (But don't blame me if it does for you.;-)
It will work for simple programs like "Hello, World!" (where libgcc is not needed anyway) just fine. But for more complex programs it'll create problems. libgcc.a is INTERNAL gcc library - [...]
So you mean that different versions of `libgcc.a' are not compatible enough even between egcs-1.1.1 and egcs-1.1.2 to make this work in a stable way?
Well, then the creator of the GPC binary distribution _must_ supply a matching `libgcc.a'.
Peter