Undefined symbols when attempting to use CoverStory with iPhone app: _vproc_transaction_end

Posted by dbarker on Stack Overflow See other posts from Stack Overflow or by dbarker
Published on 2010-03-16T20:10:07Z Indexed on 2010/03/16 20:11 UTC
Read the original article Hit count: 269

Filed under:
|
|
|

After following these steps to set up an iphone project with CoverStory, my build fails with two linker errors.

Undefined symbols:
  "_vproc_transaction_end", referenced from:
      _gcov_exit in libgcov.a(_gcov.o)
      _vproc_transaction_end$non_lazy_ptr in libgcov.a(_gcov.o)
     (maybe you meant: _vproc_transaction_end$non_lazy_ptr)
  "_vproc_transaction_begin", referenced from:
      ___gcov_init in libgcov.a(_gcov.o)
      _vproc_transaction_begin$non_lazy_ptr in libgcov.a(_gcov.o)
     (maybe you meant: _vproc_transaction_begin$non_lazy_ptr)
ld: symbol(s) not found
collect2: ld returned 1 exit status

The second error is similar to above, except for _vproc_transaction_begin. I'm using Xcode 3.2, GCC 4.2 on Snow Leopard. Any ideas what I'm missing?

© Stack Overflow or respective owner

Related posts about coverstory

Related posts about gcov