Re: 2.0.48 build on MacOS X 10.3 ?

2003-11-21 Thread Justin Erenkrantz
--On Thursday, November 20, 2003 2:36 PM +0100 Henri Gomez [EMAIL PROTECTED] wrote: Did someone succeed to build 2.0.48 on MacOS X 10.3 (Jaguar) ? ... ld: warning multiple definitions of symbol _regcomp /Users/hgo/httpd-2.0.48/srclib/pcre/.libs/libpcre.al(pcreposix.lo) definition of _regcomp

2.0.48 build on MacOS X 10.3 ?

2003-11-20 Thread Henri Gomez
Did someone succeed to build 2.0.48 on MacOS X 10.3 (Jaguar) ? I does : ./configure make ... /Users/hgo/httpd-2.0.48/srclib/apr/libtool --silent --mode=compile gcc -g -O2-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DAP_HAVE_DESIGNATED_INITIALIZER -I/Users/hgo/httpd-2.0.48

Re: 2.0.48 build on MacOS X 10.3 ?

2003-11-20 Thread Jim Jagielski
Henri Gomez wrote: /Users/hgo/httpd-2.0.48/srclib/pcre/libpcre.la /Users/hgo/httpd-2.0.48/srclib/apr-util/libaprutil-0.la /Users/hgo/httpd-2.0.48/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /Users/hgo/httpd-2.0.48/srclib/apr/libapr-0.la -lresolv ld: warning multiple definitions of

Re: 2.0.48 build on MacOS X 10.3 ?

2003-11-20 Thread Henri Gomez
Jim Jagielski a écrit : Henri Gomez wrote: /Users/hgo/httpd-2.0.48/srclib/pcre/libpcre.la /Users/hgo/httpd-2.0.48/srclib/apr-util/libaprutil-0.la /Users/hgo/httpd-2.0.48/srclib/apr-util/xml/expat/lib/libexpat.la -liconv /Users/hgo/httpd-2.0.48/srclib/apr/libapr-0.la -lresolv ld: warning

Re: 2.0.48 build on MacOS X 10.3 ?

2003-11-20 Thread Jim Jagielski
Henri Gomez wrote: These are (should be) non-fatal... What gcc are you using ('gcc_select')? stock gcc 3.3 which came with devtools Did you confirm that 'httpd' isn't, in fact, created? -- === Jim

Re: 2.0.48 build on MacOS X 10.3 ?

2003-11-20 Thread Henri Gomez
Jim Jagielski a écrit : Henri Gomez wrote: These are (should be) non-fatal... What gcc are you using ('gcc_select')? stock gcc 3.3 which came with devtools Did you confirm that 'httpd' isn't, in fact, created? No it's created and installed in /usr/local/apache2, but wonder about this error

Re: 2.0.48 build on MacOS X 10.3 ?

2003-11-20 Thread Henri Gomez
Jim Jagielski a écrit : Henri Gomez wrote: These are (should be) non-fatal... What gcc are you using ('gcc_select')? stock gcc 3.3 which came with devtools Did you confirm that 'httpd' isn't, in fact, created? What's the 'recommanded' configure options for OS/X ? Thanks