CppUnit の拡張ライブラリをコンパイルしようとしています。
しかし、リンク中に次のエラーが表示されます。
DatabaseAssert.cp:(.text+0x782): undefined reference to 'CppUnit::DatabaseAssert::getDBConnection(DBAdapter*)'
含まれているヘッダー ファイルには次の定義があります。
static oracle::occi::Connection* getDBConnection(DBAdapter *dbAdapter);
それでもundefined reference
エラーが発生する理由の手がかりはありますか?