From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.bugs Subject: Re: `print' does not print Date: Fri, 22 Mar 2002 11:41:41 +0100 Organization: Akustik Technologie Goettingen Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <15515.2661.133668.691007@jupiter.akutech-local.de> References: <200203202019.g2KKJfs4410490@jupiter.akutech-local.de> <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1016793739 4249 127.0.0.1 (22 Mar 2002 10:42:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2002 10:42:19 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16oMV0-00016Q-00 for ; Fri, 22 Mar 2002 11:42:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oMUz-0000eM-00; Fri, 22 Mar 2002 05:42:17 -0500 Original-Received: from mail.t-intra.de ([62.156.146.210]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16oMUR-0000ZT-00 for ; Fri, 22 Mar 2002 05:41:43 -0500 Original-Received: from jupiter.akutech-local.de ([217.84.235.236]) by mail.t-intra.de with Microsoft SMTPSVC(5.5.1877.507.50); Fri, 22 Mar 2002 11:41:41 +0100 Original-Received: (from ralf@localhost) by jupiter.akutech-local.de (8.11.1/8.11.1) id g2MAff12480162; Fri, 22 Mar 2002 11:41:41 +0100 (MET) Original-To: Eli Zaretskii In-Reply-To: <2593-Fri22Mar2002121734+0200-eliz@is.elta.co.il> Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:51 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:51 * Eli Zaretskii | Can you please step with a debugger through the code of Fprint, and | see what happens there? Fprint does what it is supposed to do, but the fwrite() calls in there return 0 (should be 1 at that point) with errno = Bad File number. I inserted an fprintf() right at the start of main(), and the output shows up in temacs while dumping emacs, but not in the dumped emacs. Then I took the BFI approach and compiled emacs with cc (Mips 7.30) instead of gcc 2.95.3, and it works. Grmbl. % ./src/emacs-cc -batch -no-site-file -l src/foo STDOUT hello world STDERR hello world "21.2.1" So this does not seem to be a pure emacs problem, but also gcc is involved. As I said in another message, compiling 21.1 with gcc works. R' _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs