From xemacs-m  Sun May 18 20:59:50 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 UAA16533
	for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 20:59:48 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcqdj07400; Sun, 18 May 1997 21:59:49 -0400 (EDT)
Date: Sun, 18 May 1997 21:59:49 -0400 (EDT)
Message-Id: <QQcqdj07400.199705190159@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: <m2aflsnsj6.fsf@altair.xemacs.org>
References: <QQcqdi07048.199705190138@crystal.WonderWorks.COM>
	<m2aflsnsj6.fsf@altair.xemacs.org>
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

Steven L Baur writes:
 > > ... and linked
 > > again and then got a long, ululating howl from ld related to what
 > > look like ...
 > 
 > The link line is royally hosed.
 > 
 > > -lc   `gcc2 -print-libgcc-file-name`  -lpng -lz -ljpeg -lcompface
 > > -lXpm -lXau -lXext -lXt -lX11  -lICE -lSM -lipc -lkvm -lm      
 > > -lcurses -ltermcap -lutil -lcompat   
 > 
 > -lc is first?  That must be a mistake.  Look how early -lm is too.
 > Those should both be at the very end.

Yes, I was just about to send amessage related to that.  Moving -lc
cleared up almost all of it.  Adding termcap.o to the objects list
cuased it to be compiled and this got rid of the howls related to
tputs() and friends being missing.  The beast is dumping itself
now.

