This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


I have installed:
- db4.3 base package with docs
- libdb4.3 runtime and,
- libdb4.3-devel

You mean I need another library?

 --- Larry Hall
<lh-no-personal-replies-please@cygwin.com> escribió:

> At 10:27 PM 7/20/2005, you wrote:
> >When I tried to compile prueba_berkeley.c I get the
> >following:
> >
> >$ gcc -o prueba_berkeley prueba_berkeley.c
>
>/cygdrive/c/WINDOWS/TEMP/ccRirmsy.o:prueba_berkeley.c:(.text+0x45):
> >undefined reference to `_db_create'
>
>/cygdrive/c/WINDOWS/TEMP/ccRirmsy.o:prueba_berkeley.c:(.text+0x59):
> >undefined reference to `_db_strerror'
> >collect2: ld returned 1 exit status
> >
> >
> >As you see, it tells the db_create() anf
> db_strerror()
> >are not defined. Somebody can tell me how to define
> >them?
> 
> 
> You forgot the library.  Add '-ldb-4.3'.  That
> should help.
> 
> 
> --
> Larry Hall                             
> http://www.rfk.com
> RFK Partners, Inc.                      (508)
> 893-9779 - RFK Office
> 838 Washington Street                   (508)
> 893-9889 - FAX
> Holliston, MA 01746                     
> 
> 


Manuel TEJADA M.


	
	
		
___________________________________________________________ 
Do You Yahoo!? 
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]