Hi,
Trying to do the about gives me the errors:
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/
libisam.a(osctype.o): In function `ldctypearr':
osctype.c:(.text+0x129): undefined reference to `__ctype_b'
osctype.c:(.text+0x1c3): undefined reference to `__ctype_tolower'
osctype.c:(.text+0x1ea): undefined reference to `__ctype_toupper'
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/
libisam.a(glsutill.o): In function `_gl_skip_whitespace':
glsutils.c:(.text+0xe0c): undefined reference to `__ctype_b'
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/
libisam.a(glsutill.o): In function `_gl_get_int':
glsutils.c:(.text+0xf0c): undefined reference to `__ctype_b'
glsutils.c:(.text+0xf71): undefined reference to `__ctype_b'
glsutils.c:(.text+0xfcc): undefined reference to `__ctype_b'
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/
libisam.a(glsutill.o): In function `_gl_get_dbl':
glsutils.c:(.text+0x103f): undefined reference to `__ctype_b'
/usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/
libisam.a(glsutill.o):glsutils.c:(.text+0x10a9): more undefined
references to `__ctype_b' follow
collect2: ld returned 1 exit status
Can anyone give me some guidance for how to get around this?
Thanks
Q