Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!fcom.cc.utah.edu!crum From: crum@fcom.utah.edu (Gary Crum) Newsgroups: comp.unix.aix Subject: xlc -qxref=full Message-ID: Date: 5 Feb 91 18:03:12 GMT Sender: crum@fcom.cc.utah.edu (Gary Crum) Distribution: comp Organization: University of Utah Lines: 13 Has anyone else tried the AIX 3.1 compiler cross-referencing facility? I tried xlc -qxref=full, and the output is quite interesting, but in the file table section, the pathnames to many include files were incorrect -- It seems that the cross-referencing system composed paths naively using the directory where the source file resided instead of properly using the include file path and rules by which the C preprocessor finds include files that are included by include files. Just wondering. I got farther with xlc -qxref than with the separate cxref program, at least. Cross-referencing tools are a big help for getting to know large software systems. Gary