cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: 7.0.11beta - missing case insensitive compares

From: Rich Gray <RichGray_at_PlusTechnologies.com>
Date: Tue, 1 Aug 2000 10:13:08 -0400

Curiously:

5K>nm libresolv.so | grep cmp
[52] | 0| 0|FILE |LOCL |0 |ABS |strcasecmp.c
[63] | 30656| 132|FUNC |GLOB |0 |11 |_rs_strcasecmp
[88] | 30656| 132|FUNC |WEAK |0 |11 |strcasecmp
[147] | 30800| 156|FUNC |WEAK |0 |11 |strncasecmp
[169] | 0| 0|NOTY |GLOB |0 |UNDEF |strncmp
[183] | 30800| 156|FUNC |GLOB |0 |11 |_rs_strncasecmp
5K>

I wonder why this was not detected?

I'll give the patch a shot.

Rich
> -----Original Message-----
> From: Rich Gray [mailto:RichGray_at_PlusTechnologies.com]
> Sent: Tuesday, August 01, 2000 9:32 AM
> To: 'curl_at_contactor.se'
> Subject: RE: 7.0.11beta - missing case insensitive compares
>
>
> On NCR MP-RAS:
>
> cc -o curl main.o hugehelp.o urlglob.o ../lib/.libs/libcurl.a
> -ldl -lnsl
> -lsocke
> t
> Undefined first referenced
> symbol in file
> stricmp main.o
> strnicmp main.o
> UX:ld: ERROR: curl: fatal error: Symbol referencing errors. No output
> written to
> curl
> *** Error code 1 (bu21)
>
>
> Gotta dig back and remember what we did for this on 6.5.2...
>
Received on 2000-08-01