Undefined symbols when attempting to use CoverStory with iPhone app: _vproc_transaction_end
- by dbarker
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?