Xref: utzoo comp.sources.wanted:3752 comp.lang.c:8692 comp.lang.fortran:582 Path: utzoo!mnetor!uunet!husc6!rutgers!mtunx!whuts!homxb!hropus!jgy From: jgy@hropus.UUCP (John Young) Newsgroups: comp.sources.wanted,comp.lang.c,comp.lang.fortran Subject: Re: FORTRAN, C Symbol Table Builders Wanted Message-ID: <96@hropus.UUCP> Date: 28 Mar 88 17:36:17 GMT References: <214@censun1.uunet> Organization: Bell Labs, Holmdel, NJ Lines: 13 Keywords: FORTRAN C Symbol Paul Butterfield writes: > I am interested in anyone's suggestions for public domain > software to parse FORTRAN source code and construct a symbol > table with full data type information. I am also looking for > a similar capability for C. > > Please send mail to me personally at uunet!censun1!nrlgrx. I will > summarize the results in a future posting. > It's not in the public domain but you may have it already. Try compiling the code with maximal debug information (i.e. -g on cc, -? on f77) and using nm(1).