Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2005-11-07 12:24:54


> I get the linker error (see below) if I try to compile my test app.
> What is the problem?
>
> /usr/ccs/bin/ld: Invalid loader fixup in text space needed in output
> file for symbol "__gxx_personality_sj0" in input file
> "/opt/boost/lib/libboost_regex-gcc.

No idea, I did a quick google for this error message and it seems to be a
common error when people are building shared libraries, but with one of the
components not built with -fPIC. So for example if you tried to link a
static regex build into a shared lib. Does this sound familiar?

John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net