PCRE warnings while building httpd trunk

2004-12-20 Thread Graham Leggett
Hi all, While building the latest trunk of httpd, I am getting these warnings at the end of the build: ld: warning multiple definitions of symbol _regcomp /Users/minfrin/src/apache/sandbox/rpm/httpd-2.1.3/srclib/pcre/.libs/libpcre.a(pcreposix.o) definition of _regcomp in section (__TEXT,__text) /

Re: PCRE warnings while building httpd trunk

2004-12-20 Thread Garrett Rooney
Graham Leggett wrote: Hi all, While building the latest trunk of httpd, I am getting these warnings at the end of the build: ld: warning multiple definitions of symbol _regcomp /Users/minfrin/src/apache/sandbox/rpm/httpd-2.1.3/srclib/pcre/.libs/libpcre.a(pcreposix.o) definition of _regcomp in secti

Re: PCRE warnings while building httpd trunk

2004-12-20 Thread NormW
Graham Leggett wrote: Hi all, While building the latest trunk of httpd, I am getting these warnings at the end of the build: ld: warning multiple definitions of symbol _regcomp /Users/minfrin/src/apache/sandbox/rpm/httpd-2.1.3/srclib/pcre/.libs/libpcre.a(pcreposix.o) definition of _regcomp in secti

Re: PCRE warnings while building httpd trunk

2004-12-21 Thread Sander Temme
On Dec 20, 2004, at 5:28 AM, Garrett Rooney wrote: I've seen those warnings when compiling numerous open source projects on Mac OS X, no idea what the underlying cause is though. The reason is that the MacOSX system libraries have regex functions which have the same names as the ones in PCRE. So,