[Evolution] Bug in the wombat Makefile (current anoncvs) -- "-lresolv," is used instead of "-resolv"
- From: Miles Lane <miles megapathdsl net>
- To: Evolution <evolution ximian com>
- Subject: [Evolution] Bug in the wombat Makefile (current anoncvs) -- "-lresolv," is used instead of "-resolv"
- Date: 11 Aug 2001 13:00:52 -0700
Hi,
My build of evolution/wombat is failing due to the following:
evolution/wombat/Makefile:LDAP_LIBS = -Wl,-Bstatic /usr/lib/libldap.a
-L/usr/src/openldap-2.0.11/libraries -lsasl -lssl -lcrypto
/usr/lib/liblber.a -lresolv, -Wl,-Bdynamic
This should be:
evolution/wombat/Makefile:LDAP_LIBS = -Wl,-Bstatic /usr/lib/libldap.a
-L/usr/src/openldap-2.0.11/libraries -lsasl -lssl -lcrypto
/usr/lib/liblber.a -lresolv -Wl,-Bdynamic
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]