I have a program called CVIPtools. It works fine on 7.3, but 7.3 is giving me trouble booting my WINXP, so I decided to switch to RH9 instead.
The thing is, whenever I try to compile some of my C codes on RH9, it keeps giving me errors such as
undefined reference to 'errno'
undefined reference to '__ctype_b'
undefined reference to '_xstat'
I'm guessing that it's not linking properly to errno.h or ctype.h. I ran a search for errno.h and ctype.h and took note of the path. I added the complete path #include </path/whatever.h>, compiled, and got the same errors. O_o
Okay, now, I looked for solutions online, but none of them worked so far. I thought updating my glibc to 2.3.2-27.etcetera would fix this problem. It didn't. And then I came across a thread saying that compiling works fine with glibc-2.3.2-5... Problem is, this glibc only comes with the RH9 CDs that are purchased, not downloaded.
I tried looking for it on rpmfind.net and other rpm sites, but couldn't find any.
So, does anybody have a solution to my problem as to how I can compile correctly?
If not, does anyone know where I can get the glibc-2.3.2-5 as well as the glibc-common packages?
Thanks much!
