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, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucla-cs!ucla-se!boole!cwong From: cwong@boole.seas.ucla.edu (Chun Wong) Newsgroups: comp.lang.ada Subject: Meridian text_io problem Message-ID: <2706@lee.SEAS.UCLA.EDU> Date: 10 May 91 00:17:45 GMT Sender: news@SEAS.UCLA.EDU Organization: SEASnet, University of California, Los Angeles List-Id: Recently, I got hold of a fifth-handed copy of Meridian Ada (student version). I have been unsuccessful in compiling any program using text_io or ada_io. The error I keep getting is something like: missing library unit "text_io". I'm running Meridian Ada on an IBM XT, and I am new to the Ada language. I know that the program (less than 10 lines) is OK because it came with the package (SIMPLE.ADA). I created ADA.LIB in the directory I was compiling in using NEWLIB.BAT, but still, the same error. Below is a listing of C:\ADA\PACLIB: ERR.MSG ADA.INI ADA.LIB ADAPLIB.LIB DEBLIB.LIB SFPRT.LIB STARTUP.LIB ADALIB.AAR INTEL.CFG MLINK.EXE PAS2.EXE ADA REG.NUM The other executables are in C:\ADA\BIN. Is there anyone familiar with Meridian Ada who can help me? -cwong@boole.seas.ucla.edu