Hi,
Using Fedora Core 5.
For a C program, am getting a linker error :
undefined reference to __ctype_b (and to many other things).
A bit of googling tells me that its an issue with glibc versions. Am using a Third party library which i presume is compiled against an older version of glibc.
In glibc-2.4 (installed with FC5) __ctype_b are not used.
Whats the way out... Tried installing glibc-2.2.x but couldnt as other installed packages require glibc-2.4
Regards