linker problem with regex library
Hello, 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. Best regards, Oliver
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.
participants (2)
-
John Maddock
-
Oliver.Kowalke@infineon.com