The DICOMParser in utilities requires ITKIO, but ITKIO isn't built until after utilities. I think stuff in utilities should not depend on ITK. The problem is that DICOMParser is accessing my old version of ITKIO that doesn't have definitions for the Dicom2 stuff, so linking is failing with undefined symbols. So, I think someone should move DICOMParser into Auxiliary. Stephen