ld: common symbols not allowed with MH_DYLIB output format
TestFactoryRegistry.lo definition of common _ZZN7CppUnit23TestFactoryRegistryList11getInstanceEvE4list (size 12)
/usr/bin/libtool: internal link edit command failed
Anybody can help?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At some point during the make process, i get this error:
g++ -dynamiclib -flat_namespace -undefined suppress -o .libs/libcppunit-1.9.11.0.0.dylib AdditionalMessage.lo Asserter.lo BeOsDynamicLibraryManager.lo BriefTestProgressListener.lo CompilerOutputter.lo DefaultProtector.lo DynamicLibraryManager.lo DynamicLibraryManagerException.lo Exception.lo Message.lo RepeatedTest.lo PlugInManager.lo PlugInParameters.lo Protector.lo ProtectorChain.lo SourceLine.lo StringTools.lo SynchronizedObject.lo Test.lo TestAssert.lo TestCase.lo TestCaseDecorator.lo TestComposite.lo TestDecorator.lo TestFactoryRegistry.lo TestFailure.lo TestLeaf.lo TestNamer.lo TestPath.lo TestPlugInDefaultImpl.lo TestResult.lo TestResultCollector.lo TestRunner.lo TestSetUp.lo TestSuccessListener.lo TestSuite.lo TestSuiteBuilderContext.lo TextOutputter.lo TextTestProgressListener.lo TextTestResult.lo TextTestRunner.lo TypeInfoHelper.lo UnixDynamicLibraryManager.lo XmlDocument.lo XmlElement.lo XmlOutputter.lo XmlOutputterHook.lo Win32DynamicLibraryManager.lo -lc -install_name /usr/local/lib/libcppunit-1.9.11.dylib -compatibility_version 12 -current_version 12.0
ld: common symbols not allowed with MH_DYLIB output format
TestFactoryRegistry.lo definition of common _ZZN7CppUnit23TestFactoryRegistryList11getInstanceEvE4list (size 12)
/usr/bin/libtool: internal link edit command failed
Anybody can help?