strange linkage problems for BerkDB in Linux -
10-27-2005
, 11:40 AM
Hi,
I'm having problems linking to the Berkeley DB libraries using g++.
I've installed and 'make'd the 4.3 version to a specific directory, and
use the -L and -l flags when linking, but I still get "undefined
reference to .." message for all Db methods and classes (this happens
on a simple test file, and on the example files).
I'm running Redhat Linux (I think 9).
I'm wondering if there may be a problem in the way I compiled and
created the library. (I tried both with and without the '--enable-cxx'
flag on the dist/configure
Can someone please help me out ? |