Hi Doug, > Compiling strlen() as returning an 32-bit |int| while linking to a strlen()... If new libraries do not preserve compatibility, they are broken anyway. As for the warnings, just use "-w" option to gcc and you'll be fine. Cheers, Igor