mwilson@max.arc.nasa.gov (Michael A. Wilson) (02/20/91)
Having created a library from some fortran object files, I cannot
convice ar to insert a symbolic definition table:
"ar -tvs file.a" lists the contents, and says that its making the
table. But it ain't there...
Machine = 4D/240; OS = IRIS 3.3.2; FORTRAN = 3.3
thanks for any and all suggestions,
mike
--
-------------------------------------------------------------------------------
Mike Wilson, MS 239-4 mwilson@max.arc.nasa.gov
NASA Ames Research Center (415) 604-5759 day
Moffett Field, CA 94035 (415) 444-5631 eveolson@anchor.esd.sgi.com (Dave Olson) (02/20/91)
In <1991Feb20.011810.16828@news.arc.nasa.gov> mwilson@max.arc.nasa.gov (Michael A. Wilson) writes: | Having created a library from some fortran object files, I cannot | convice ar to insert a symbolic definition table: | "ar -tvs file.a" lists the contents, and says that its making the | table. But it ain't there... | | Machine = 4D/240; OS = IRIS 3.3.2; FORTRAN = 3.3 Yes, it is there. It just isn't the old BSD/V7 ranlib style as a seperate file. -- Dave Olson Life would be so much easier if we could just look at the source code.