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

Reply via email to