On Mon, 15 Nov 1999, Michael Mason wrote: > Dirk-Willem van Gulik wrote: > > > > > libxerces-c1_0.so: undefined reference to `wcscasecmp' > > > libxerces-c1_0.so: undefined reference to `wcsncasecmp' > > > > > I ran into the same on Free/Net/Open - BSD (i) and SCO here. I guess we > > might have to add some wrapper code for these. > > Ah, yes. Jon McDowell who's been doing some ICU (needed for XML4C) > porting to FreeBSD (from the original IBM source) had this problem > initially. I'll bend his ear about it. I'd prefer a situation where for these cases we have an ap_wnstrcmp() etc (i.e. an ap(ache)_ or xerces_ prefix) which get's mapped to either a native call with a simple #define, or a, perhaps not so optinal, conditionally compiled version.
This to keep namespaces clean. Dw
