This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: undefined symbol: __bb_init_func
- From: Dale Johannesen <dalej at apple dot com>
- To: "Neal D. Becker" <nbecker at hns dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 28 Aug 2003 10:02:16 -0700
- Subject: 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.