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!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!dev!vrdxhq!waltp From: waltp@vrdxhq.verdix.com (Walt Penney) Newsgroups: comp.lang.ada Subject: Ada requiring C library Keywords: Ada C library Verdix Message-ID: <37026@vrdxhq.verdix.com> Date: 8 Aug 90 22:00:47 GMT Organization: Verdix Corporation, Chantilly, VA List-Id: This is in response to the question posted on 1 Aug 90 by Ken Anderson. Mr. Anderson was using version 5.41 of the Verdix Ada compiler (VADS). When attempting a new recompilation after not using VADS for some time, he encountered an error message stating that a number of C library entry points were undefined (running on a Sun 3 host). VADS compiles Ada by generating calls to the C library for operating system functions. Apparently the C library had been removed from the Adapath since the last compile. Adding -lc to the end of the a.ld command will force the inclusion of the C library. Verdix is now shipping version 6.o of VADS. This is several revs later than 5.41, and I would urge you and antone else working with an older version to upgrade to the current rev of VADS. Finally, the place to report VADS problems via E-mail is report@verdix.com. This will insure a swift response through our standard Verdix support channels. Walt Penney Director, Product Support Verdix