![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I'm new (to this group, linux, and bdb), and I encountered this error below when doing a 'make' (to PRIX s/w, if ever heard of). [nico@199-47 src]$ make g++ -g -c prix_construct_sequences.cc -I. -I/home/nico/prix/h -I/home/nico/bdb/include g++ -g -o prix_construct_sequences prix_construct_sequences.o -I/home/nico/prix/h g++ -g -c prix_indexer.cc -I. -I/home/nico/prix/h -I/home/nico/bdb/include g++ -g -c helper.cc -I. -I/home/nico/prix/h -I/home/nico/bdb/include g++ -g -c subsequence.cc -I. -I/home/nico/prix/h -I/home/nico/bdb/include g++ -g -c post_process.cc -I. -I/home/nico/prix/h -I/home/nico/bdb/include g++ -g -o prix_indexer prix_indexer.o helper.o subsequence.o post_process.o -I/home/nico/prix/h -L/home/nico/bdb/lib -I/home/nico/bdb/include -lm -lstdc++ -ldb -ldb_cxx -lpthread /usr/bin/ld: cannot find -ldb_cxx collect2: ld returned 1 exit status make: *** [indexer] Error 1 Anyone know what does that mean? The author of PRIX says that I didn't install BDB with C++ support, but even after I uninstalled & reconfigured BDB with "../dist/configure --enable-cxx", I still encountered the same problem. |
![]() |
| Thread Tools | |
| Display Modes | |
| |