Alan Coopersmith wrote: > Don't the POSIX regex API's in libpcreposix clash with the POSIX > regex API's in libc? Is libpcreposix intended to be an interposer > over the libc versions? If a library linked to libpcreposix is > loaded into an application using the POSIX regex API's from libc > will it break?
Yes, this is a problem, unless the order in which libraries are passed to ld at link time is relevant to the order in which symbols are bound at run time. AFAIK that is not the case. --Stefan -- Stefan Teleman Sun Microsystems, Inc. Stefan.Teleman at Sun.COM
