[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: Link errors on Win32 Release



Looks like str2access (and access2str) got stuck between #ifdef LDAP_DEBUG. Probably should be moved outside of the #if clause.
-----Original Message-----
From: owner-openldap-devel@OpenLDAP.org [mailto:owner-openldap-devel@OpenLDAP.org]On Behalf Of Joe Sabu
Sent: Thursday, November 04, 1999 9:40 AM
To: openldap-devel@OpenLDAP.org
Subject: Link errors on Win32 Release

I have downloaded the OpenLDAP 2.0-alpha build. While trying to build the build.dsw, I get link errors on many of the projects. This happens only with the Win32Release config. With the Win32 Debug config, everything is fine. For e.g., ldbmtest.dsw reports:
 
libslapd.lib(config.obj) : error LNK2001: unresolved external symbol _str2access
..\..\..\Release/ldbmtest.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
 
Any ideas?
 
Thanks
Joe Sabu