The signature of test programs is: int itkFooTest (int, char *[]) Several folks have been checking in tests that do not conform to this signature. This results in unresolved references on some platforms. NOTE: (int, char **) is not the same! Bill