This is the mail archive of the cygwin@cygwin.com 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]

OpenLDAP + gdbm?


I'm trying to compile OpenLDAP with LDBM support for libgdbm. I have the
latest Cygwin. I did:

LIBS=-lregex ./configure
make depend
make

Everything goes just fine until:

gcc -g -O2 -I../../include -I../../include
-L/home/Administrator/src/openldap-2.
0.18/libraries -o slapd main.o daemon.o connection.o search.o filter.o add.o
cha
rray.o attr.o entry.o config.o backend.o result.o operation.o dn.o compare.o
mod
ify.o delete.o modrdn.o ch_malloc.o value.o ava.o bind.o unbind.o abandon.o
filt
erentry.o phonetic.o acl.o str2filter.o aclparse.o init.o user.o repl.o
lock.o c
ontrols.o extended.o kerberos.o passwd.o schema.o schema_check.o
schema_init.o s
chema_prep.o schemaparse.o ad.o at.o mr.o syntax.o oc.o configinfo.o
starttls.o
index.o sets.o root_dse.o sasl.o module.o suffixalias.o mods.o version.o
libback
ends.a -lavl -lldbm -lldif -llutil -lldap_r -llber -lgdbm -lssl -lcrypto
-lcrypt
 -lregex
Warning: resolving _gdbm_errno by linking to __imp__gdbm_errno (auto-import)
nmth000000.o(.idata$4+0x0): undefined reference to `_nm__gdbm_errno'
collect2: ld returned 1 exit status

What's wrong? 
$ nm /usr/lib/libgdbm.a|grep gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
         U _gdbm_errno
00000010 D _gdbm_errno

So, gdbm_errno does exist, in the data segment. What am I doing wrong?

-- 
  Sami Tikka                          tel: +358 9 2520 5115
  Senior Software Engineer            fax: +358 9 2520 5015
  F-Secure Corporation                http://www.F-Secure.com/
           F-Secure: Securing the Mobile Enterprise

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.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]