bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using regex on OS/X


From: James Gallagher
Subject: Re: Using regex on OS/X
Date: Fri, 23 Sep 2005 10:01:56 -0600

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 <address@hidden> 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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-gnulib


--
James Gallagher                jgallagher at opendap.org
OPeNDAP, Inc                   406.723.8663





reply via email to

[Prev in Thread] Current Thread [Next in Thread]