This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: undefined symbol: __bb_init_func


I built a shared lib and an executable, using -fprofile-arcs. When I try to
execute, I get:


./TestUWP2 -m 100 -e 1
./TestUWP2: relocation error: ./libdvb.so: undefined symbol: __bb_init_func

This is supposed to be in libgcc.a. Maybe it's not there (configure problem),
or your link isn't finding it for some reason.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]