Re: Using regex on OS/X

2005-09-27 Thread Paul Eggert
James Gallagher <[EMAIL PROTECTED]> writes: > On linux (RHEL3) I had to add strcase to the > modules/regex file under 'depends-on'. Thanks. I installed this: 2005-09-27 Paul Eggert <[EMAIL PROTECTED]> * modules/regex (Depends-on): Add strcase. --- modules/regex 25 Aug 2005 19:

Re: Using regex on OS/X

2005-09-27 Thread James Gallagher
Hi, Got the update... On linux (RHEL3) I had to add strcase to the modules/regex file under 'depends-on'. On Mac OS/X 10.3 I get: ld: Undefined symbols: _re_compile_fastmap _re_compile_pattern _re_match_2 _re_search_2 I can get these errors to go away by commenting out the AC_DEFINEs for th

Re: Using regex on OS/X

2005-09-23 Thread Paul Eggert
James Gallagher <[EMAIL PROTECTED]> writes: > Please let me know when the fix is in CVS or if you'd like me to > submit a patch. OK, I've installed this into both gnulib and coreutils. The long list is awkward 2005-09-23 Paul Eggert <[EMAIL PROTECTED]> * regex.m4 (gl_REGEX): If r

Re: Using regex on OS/X

2005-09-23 Thread James Gallagher
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

Re: Using regex on OS/X

2005-09-22 Thread Paul Eggert
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 o

Using regex on OS/X

2005-09-22 Thread James Gallagher
Hi, When I build on OS/X (either 10.3 or 10.4) I get the following warnings: 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: