Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!bu.edu!m2c!umvlsi!umaecs!gomatam From: gomatam@ecs.umass.edu Newsgroups: comp.unix.questions Subject: Archiving ucode object files Message-ID: <13160.2803307b@ecs.umass.edu> Date: 10 Apr 91 15:34:18 GMT Lines: 31 I have the foll problem with archive ar: I have a bunch of files compiled under the foll: f77 -O3 *.f this is for a MIPS fortran compiler running on DEC 5000 this produces a bunch of .u files (NOT the usual .o) supposedly, these are "ucode" optimized for speed, etc I need to link these files with other fortran source code; the problem is creating a library of these files using ar I get an error "*.u is not in archive format" The man page for "uld" has no info: although there is info on dealing with the "nonoptimized" .o files so my problem is :"How do i archive a set of files produced under the above compiler option to create a library ?" I tried looking at the manuals, but I'm new to this, and I couldn't find one specifically for this: even suggestions for what to consult will help me a lot thanks Badri