Yes, that does fix the problem.
Please let me know when the fix is in CVS or if you'd like me to submit
a patch.
Thanks.
On Sep 22, 2005, at 11:16 PM, Paul Eggert wrote:
James Gallagher <[EMAIL PROTECTED]> writes:
g++ -I./GNU -g -O2 -o getdap getdap.o -Wl,-bind_at_load
./.libs/libdap.a -L/usr/local/lib /usr/local/lib/libcurl.dylib -lssl
-lcrypto /usr/local/lib/libxml2.dylib -ldl -lz /usr/lib/libiconv.dylib
-lm -lpthread
ld: warning multiple definitions of symbol _regcomp
./.libs/libdap.a(regex.o) definition of _regcomp in section
(__TEXT,__text)
/usr/lib/libdl.dylib(regcomp.So) definition of _regcomp
Does it fix things if you put
#define regcomp rpl_regcomp
into config.h, and similarly for regexec and regfree? If so, we
should probably modify regex.m4 to do that.
_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib
--
James Gallagher jgallagher at opendap.org
OPeNDAP, Inc 406.723.8663
_______________________________________________
bug-gnulib mailing list
bug-gnulib@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnulib