Peter Seebach writes: > I guess I built in the wrong order. cc gets signal 12 if I put in the > new libc. Do I need a newer kernel first? Always. New kernels typically have support for old syscalls, but new libc's will try to run syscalls that old kernels will not support. Perry