From xemacs-m  Tue Jul 29 02:20:51 1997
Received: from sol1.cybernet-ag.net (sol1.cybernet-ag.net [194.221.86.98])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA27982
	for <xemacs-beta@xemacs.org>; Tue, 29 Jul 1997 02:20:50 -0500 (CDT)
Received: from warp2.cybernet-ag.net (warp2 [194.221.86.117]) by sol1.cybernet-ag.net  with SMTP id JAA07437 for <xemacs-beta@xemacs.org>; Tue, 29 Jul 1997 09:18:57 +0200 (MET DST)
Received: by warp2.cybernet-ag.net with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63)
	id <01BC9C00.5ABA40A0@warp2.cybernet-ag.net>; Tue, 29 Jul 1997 09:18:19 +0200
Message-ID: <c=DE%a=_%p=CYBERNET%l=WARP2-970729071818Z-1033@warp2.cybernet-ag.net>
From: Axel Seibert <ASeibert@cybernet-ag.net>
To: "'xemacs-beta@xemacs.org'" <xemacs-beta@xemacs.org>
Subject: RE: Vienna: make-docfile fails under NEXTSTEP
Date: Tue, 29 Jul 1997 09:18:18 +0200
X-Mailer:  Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sorry, that I answer your email only now:
>
>Debugging code at this level is fairly difficult.  I only know brute
>force methods of doing it.
>
>One possibility is to munge the code around slightly to call
>something other than `../lib-src/make-docfile'.  Change the
>"make-docfile" line in the code above to read "make-docfile.sh", and
>put an executable shell script named "make-docfile.sh" in lib-src.
>It would look something like:
>
>#! /bin/sh
>
>echo make-docfile.sh called > /tmp/md.log
>echo $* >> /tmp/md.log
>echo calling real executable >> /tmp/md.log
>../lib-src/make-docfile $*
>echo make-docfile returned >> /tmp/md.log
>
>I'll try this in a couple of days.
>Thanx for the tip. 
>
>In another message you mention using Gcc 2.2.2, is that really
>correct?  You mean 2.7.2 right?
>
>No, I mean 2.2.2. I hace a gcc 2.7.2 lying around on my harddisk, but never
>really got to installing it. 2.2.2 is the one NeXT supplied with NEXTSTEP 3.2
>(3.2 was released several years ago!).
>
>Axel
>
>

