: I recently upgraded to GCC 2.6.2 which requires the c library version
: 4.6.27. So I installed this, and it stuck libc.so.4.6.27 in my /lib
: directory. But libc.so.4.5.26 still exists there, and when I run gcc, it
: says 'using incompatible library 'lib/libc.so.4.5.26'. I mistakenly
: removed 4.5.26 and had big problems. So how do I tell gcc to recognize
: 4.6.27?, I must be missing a step. (I just used pkgtool to load both gcc
: and the new libc (and libg++, include, image, and extralib).) Anyway,
: any help would be appreciated.
I have the same problem but with 4.5.26. I run 4.4 now and have
installed all 4.5-files(I have copied all the files from a machine
with 4.5 from /lib). I have made the symlink libc.so.4 point to my new
library, but it still uses 4.4. Anyone?
--