From xemacs-m  Sun May 18 21:10:30 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 VAA16621
	for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 21:10:28 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcqdk07621; Sun, 18 May 1997 22:10:28 -0400 (EDT)
Date: Sun, 18 May 1997 22:10:28 -0400 (EDT)
Message-Id: <QQcqdk07621.199705190210@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: Re: 20.3-b1: build fails on BSD/OS 2.0
In-Reply-To: <QQcqdj07400.199705190159@crystal.WonderWorks.COM>
References: <QQcqdi07048.199705190138@crystal.WonderWorks.COM>
	<m2aflsnsj6.fsf@altair.xemacs.org>
	<QQcqdj07400.199705190159@crystal.WonderWorks.COM>
X-Mailer: VM 6.32 under 20.2 XEmacs Lucid
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

OK, I got it to build.  Three things went wrong

1. -lSM/-lICE lossage.
2. -lc put at the beginning of the load library list instead at
   the end.
3. termcap.o was not put into objs list in Makefile, and was not
   compiled.  I tried linking with -ltercap and got errors.  I
   then added termcap.o to the list, and it was compiled and
   linked into temacs successfully.

