On Thursday 24 April 2003 09:42 pm, David Scriven wrote: > --- "Neal D. Becker" <nbecker@xxxxxxx> wrote: > > I just downloaded an eval version of intel icc > > > compiler. I get a link error, > > which looks like maybe caused by libc version > > problem. Anyone else tried > > this? > > > > Here is my error: > > opt/intel/compiler70/ia32/lib/libcprts.a(xlocinfo.o)(.text+0x29): > > In function > > > > `_Getctyptab': > > : undefined reference to `__ctype_b' > > /opt/intel/compiler70/ia32/lib/libcprts.a(xlocinfo.o)(.text+0x41): > > In function > > > > `_Getctyptab': > > : undefined reference to `__ctype_b' > > /opt/intel/compiler70/ia32/lib/libcprts.a(xlocinfo.o)(.text+0x66): > > In function > > > > `_Getctyptab': > > : undefined reference to `__ctype_b' > > Make sure that you're not linking in something > that was compiled with an old version > of the compiler. Do you have any old libraries or > previously compiled programs that you are > linking in? > No, I made sure to clean old objs. I checked their website, they say the do not support RH9 yet.