--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Sat Jun  5 21:44:14 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA18855; Sat, 5 Jun 1993 21:44:14 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 7877; Sat, 05 Jun 93 21:44:52 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.2197.Jun.05.21:44:51.-0400>
--*           for asbugs@watson; Sat, 05 Jun 93 21:44:52 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Sat, 05 Jun 93 21:44:50 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <14492-0@bernina.ethz.ch>; Sun, 6 Jun 1993 03:44:45 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA01477; Sun, 6 Jun 93 03:44:38 +0200
--* Date: Sun, 6 Jun 93 03:44:36 +0200
--* Message-Id: <9306060144.AA21620@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA21620; Sun, 6 Jun 93 03:44:36 +0200
--* To: asbugs@watson.ibm.com
--* Subject: undefined symbols
--* Cc: bronstein

--@ Fixed  by: JMS Thu Oct 14 15:12:43 1993
--@ Tested by: empty.as
--@ Summary:   empty files compile and run fine


When I have an empty program, I get the following errors:

ru7.inf.ethz.ch380  Philip > asharp -Fx empty.as
ld: Undefined symbol
   _printString
   _printNewLine

The same happens for any program which does not include
"aslib.as" (assert UseBasic does not help).

Why does it need those symbols?

Philip

 
