Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!uunet!munnari.oz.au!goanna!giaea!s8415978 From: s8415978@giaea.gi.oz (simon shields) Newsgroups: comp.unix.questions Subject: ar/library creation/help Summary: do i have to break up all my modules before creating a library ? Keywords: ar -t lib ? Message-ID: <1697@giaea.gi.oz> Date: 9 May 91 05:59:20 GMT References: <470@mailgzrz.tu-berlin.de> <1991May7.202818.10562@ssd.kodak.com> Organization: Monash University College Gippsland, Churchill 3842, Victoria, AUSTRALIA. Lines: 21 I am setting up a library of fortran routines. I have a source file containing many modules (functions and subroutines). If I -> >fc -c source.f >ar rc lib.a source.o >ar t lib.a i get as output -> >source.o My Question is -> Is there some way of listing the modules in lib.a without actually breaking up source.f into its many modules, compiling them into object code and archiving them all ? Thanks in anticipation of a reply. Simon -- /------------------------------------------------------------------------\ | Simon P. Shields Email simon@giaea.oz.au or s8415978@giaea.oz.au | | M.U.C.G. Switchback Rd. Churchill 3842 Victoria Australia | \------------------------------------------------------------------------/