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 Lines: 18 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