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=2.6 required=5.0 tests=BAYES_20,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!homxb!whuts!mtune!rutgers!ukma!uunet!mcvax!enea!sommar From: sommar@enea.UUCP Newsgroups: comp.lang.ada Subject: Standardized library managers Message-ID: <2429@enea.UUCP> Date: Fri, 30-Oct-87 19:22:12 EST Article-I.D.: enea.2429 Posted: Fri Oct 30 19:22:12 1987 Date-Received: Tue, 3-Nov-87 02:19:29 EST Reply-To: sommar@enea.UUCP(Erland Sommarskog) Followup-To: comp.lang.ada Organization: ENEA DATA Svenska AB, Sweden List-Id: Having just posted a set of Ada files to comp.sources.misc I have been thinking of Ada library managers. The language itself is very standardized, but how about the libraries? If I post a C source (God forbid!) I can easliy provide a make-file and everyone who gets the posting and is sitting on a Unix system just have to run the make-file to bring the pieces together in the right order. But for Ada I can't do that. There are many Ada systems available for Unix and as far as I know their library managers can work very differently. So I have to state the compilation order in the READ ME file. Now, my program is quite small, yet there are seven files. Ada modules tend to be fairly small. Wouldn't be nice to be able provide a compilation file that would run on any machine, on any OS, with any Ada system? -- Erland Sommarskog ENEA Data, Stockholm sommar@enea.UUCP It could have been worse; it could have been Pepsi.