From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!attcan!uunet!crdgw1!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!usc!ucsd!ucbvax!JALCF.WPAFB.AF.MIL!STRIPET From: STRIPET@JALCF.WPAFB.AF.MIL ("Thomas H. Stripe 255-4472", 513) Newsgroups: comp.lang.ada Subject: HELP! Message-ID: <9008312022.AA29588@ajpo.sei.cmu.edu> Date: 31 Aug 90 20:21:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet List-Id: I am trying to reconstruct my Ada library into the installation family (Note: I am using ALSYS Ada compiler version 4.3) by the following: Ada.MEND (LIBRARY => RESTORE.LST, FAMILY => INSTALLATION) RESTORE.LST contains three file names: D:\ALSYS\PREDEF, D:\ALSYS\ALTERNAT, and D:\SOME_LIB. D:\SOME_LIB is the library I am trying to mend. The problem is that I get the following error: FAMILY_MANAGER: ERROR: The library D:\SOME_LIB does not belong to the same family (D:\ALSYS\INST_FAM) as D:\ALSYS\ALTERNAT (D:\ALSYS\INST_FAM) My question is this, Has anybody encountered this, and if so, do you know of a work-around? Thanks Tom