S
Scott
I'm trying to run cppunit on my system under Mac OS X 10.3.3 with
Xcode, and I'm getting the following error when I try to run the
program:
ZeroLink: unknown symbol '__ZN7CppUnit8TestCase3runEPNS_10TestResultE'
prog has exited due to signal 6 (SIGABRT).
Any idea why I would be seeing this? The program compiles with no
problems, it just looks like it can't find a method it needs. I've
set up a TestSuite with one registered test class as described in the
cppunit docs.
Thanks for your help,
Scott
Xcode, and I'm getting the following error when I try to run the
program:
ZeroLink: unknown symbol '__ZN7CppUnit8TestCase3runEPNS_10TestResultE'
prog has exited due to signal 6 (SIGABRT).
Any idea why I would be seeing this? The program compiles with no
problems, it just looks like it can't find a method it needs. I've
set up a TestSuite with one registered test class as described in the
cppunit docs.
Thanks for your help,
Scott