From xemacs-m  Mon Feb  3 07:29:46 1997
Received: from uni-kl.de (news.uni-kl.de [131.246.136.51])
	by xemacs.org (8.8.5/8.8.5) with SMTP id HAA18627
	for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 07:29:45 -0600 (CST)
Received: from uklirb.informatik.uni-kl.de by news.uni-kl.de id ab08645;
          3 Feb 97 14:29 MET
Received: from cochlea.e-technik.uni-kl.de by uklirb.informatik.uni-kl.de
          id aa20797; 3 Feb 97 14:22 MET
Date: Mon, 3 Feb 1997 14:22:20 +0100 (MEZ)
Message-Id: <199702031322.OAA03295@rhrk.uni-kl.de>
From: Marcus Thiessel <thiessel@rhrk.uni-kl.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: 20.0xxx on HP-UX09.05 

Hi there!


Back from vacation I tried to catch up with the last releases of
XE-20.0b9x and XEmacs-20.0 on HP-UX 09.05. Unfortunately I ran into
some trouble during compilation. The error turned out to be a problem
with HP's make. Replacing make with GNU Make fixed this.  

Error appears as:

[...]
       cd lib-src && make all  \
                CC='gcc' CFLAGS='-O5' MAKE='make'
        cd lwlib && make all  \
                CC='gcc' CFLAGS='-O5' MAKE='make'
        cd dynodump && make all  \
                CC='gcc' CFLAGS='-O5' MAKE='make'
        cd src && make all  \
                CC='gcc' CFLAGS='-O5' MAKE='make'
        cd ../lwlib && make 
Make:  Don't know how to make .y.  Stop.
*** Error code 1

Stop.

[...]


--Marcus

