Why I can't create a database using Berkeley DB

2005-07-20 Thread Manuel Tejada
Recently I installed Berkeley DB version 4.3. I copied The following example source from a tutorial somewhere which I saved as prueba_berkeley.c: - #include sys/types.h #include stdio.h #include db.h #define DATABASE access.db int main() { DB *dbp;

Re: Why I can't create a database using Berkeley DB

2005-07-20 Thread Larry Hall
Reformatting... At 01:18 AM 7/21/2005, you wrote: --- Larry Hall [EMAIL PROTECTED] escribió: ^ http://cygwin.com/acronyms/#PCYMTNQREAIYR At 10:27 PM 7/20/2005, you wrote: When I tried to compile prueba_berkeley.c I get the following: $ gcc -o