[Coldstuff] Errors upon making Genesis.

Jonathan Walker coldstuff@cold.org
Sun, 3 Feb 2002 11:15:49 -0600


Hello, when I try to make genesis under Mandrake 8.1, it gives me undefined references to various dbm_ statements. They appear in the ndbm.h header file. These errors appear during the linking process - they appear in lookup.o. I've checked and I DO have the ndbm.h file in the /usr/include/db1/ directory. I'm not entirely sure what else is wrong. It's the only problem that I'm having with it. :(

I can't copy the errors, since piping it doesn't seem to work. 
So I typed this up for you. 

lookup.o: In function 'get_name':
/home/coldc/Genesis-1.1.10-STABLE/src/lookup.c:363: undefined reference to 'dbm_fetch'

collect2: ld returned 1 exit status
make[1]: *** [coldcc] Error 1

Your help would be very very very appreciated!!

- J. Walker