tech-toolchain archive

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

Re: gcc-4.5: cups build problem



On Sun, Aug 14, 2011 at 07:03:28PM +0200, Thomas Klausner wrote:
> Are we missing a -fPIC in the base system or am I misunderstanding the
> error message?

Basically, the code should be linked with something like -lgcc_s
-lgcc_eh -lgcc. All symbols should be found in libgcc_s, so the latter
two are supposed to be nops.

Joerg


Home | Main Index | Thread Index | Old Index