From xemacs-m  Thu Jun 12 07:39:28 1997
Received: from data.ctd.comsat.com (exim@data.ctd.comsat.com [134.133.40.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA27534
	for <xemacs-beta@xemacs.org>; Thu, 12 Jun 1997 07:39:27 -0500 (CDT)
Received: from neal by data.ctd.comsat.com with local (Exim 1.62 #1)
	id 0wc99z-0001a9-00; Thu, 12 Jun 1997 08:39:27 -0400
From: Neal Becker <neal@ctd.comsat.com>
To: xemacs-beta@xemacs.org
Subject: -lPW on hpux
X-Face: "$ryF/ne$oms9n}#TY|W5Ttjbp-6/u4j'7c:%-aq2IAf'&DjuvII4wvr:eU{h=GMPcVTP,p
 XgCPnk{Qu:7P=jH00Q?B(*bZ\7#x_&KD=%hU1VhP'`hy'PF01*tU9DAoK7QXTGzL%fe!lIj,0Ds,P:
 GV_YPd*4GO?ClJAPRa=iB\PuIQmM=Q>qo87lJh-N2PQL-2QaM>}LdWI<}
X-Emacs: 20.2 XEmacs Lucid without mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.82)
Content-Type: text/plain; charset=US-ASCII
Message-Id: <E0wc99z-0001a9-00@data.ctd.comsat.com>
Date: Thu, 12 Jun 1997 08:39:27 -0400

I just tried configuring b6 on hpux9.05.  It adds -lPW to link.  On
hpux9 (at least) -lPW has some undesirable crap in it (I've forgotten
what) and should be avoided.  AFAIK, it's only useful if you need
alloca.  You don't if you build with gcc.  But -lPW has some stuff
that overides stuff in libc.  If you really have to, you can say -lc
-lPW -lc.  But if all you want is alloca, there's better alternatives.

