From xemacs-m  Sat May 24 16:06:00 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA28094
	for <xemacs-beta@xemacs.org>; Sat, 24 May 1997 16:05:57 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcqyu13553; Sat, 24 May 1997 17:05:57 -0400 (EDT)
Date: Sat, 24 May 1997 17:05:57 -0400 (EDT)
Message-Id: <QQcqyu13553.199705242105@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: 20.3-b2 build fails on BSD/OS 2.0
X-Mailer: VM 6.32 under 20.3 XEmacs Lucid (beta2)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Same general problems as last time.

1. -lICE and -lSM were found and used this time but they were in
   the wrong place in the link line.  I moved them between -lXt
   and -lX11 and the unresovled references went away.
2. termcap.o was missing from the objs list.  I added it and the
   tgetent and tputs references were resolved.
3. gcc was called with -nostdlib but there was no -lc on the link
   line.  Can't bowl without a lane, can't link without the C
   library.

After fixing these problems, the build succeeded.

