all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ralf Fassel <ralfixx@gmx.de>
Cc: Eli Zaretskii <eliz@is.elta.co.il>, rms@gnu.org, bug-gnu-emacs@gnu.org
Subject: Re: `print' does not print
Date: Tue, 26 Mar 2002 18:30:32 +0100	[thread overview]
Message-ID: <15520.45112.118124.712072@jupiter.akutech-local.de> (raw)
In-Reply-To: <3CA088F8.E7D1EC5D@sgi.com>

* David Kaelbling
| > Great, so it seems that the SGI-specific patch in unexelf.c is
| > unnecessary and even dangerous, and should be taken out.
| 
| It wouldn't surprise me, but is that really what Ralf said?

I wasn't quite sure about that statement either.  I could not
reproduce the problems the `.got' statements were meant to solve, but
I'm not sure that this means that they might go away.  They might help
in a different environment (which I obviously not have, since emacs
works at my site w/o those statements).

What I have found is that you need an upgraded IRIX version (at least
6.5.10 it seems) to make these `.got' statements work with gcc
compilation.

I also found that cc compilation seems to works in any case (21.1 and
21.2, contrary to the comments in 21.2 unexelf.c that require the
`.got' sections).

| I'm probably confused,

AOL :-)

Summary:
========
`prints' means:
       emacs -batch -no-site-file -eval '(print emacs-version)'
    prints the version number on both IRIX version.

`does not print' means:
    the above command line does not print the version number on no
    IRIX version.
    The problem seems to be that stdio output is broken, since none of
    the stdio functions produce any output.  The plain I/O system
    calls like write(2) do work, however.

There wasn't the situation that it printed on one OS and not on the
other.  Either it printed on both or on none.

compiled =~ gmake temacs, i.e. compile all objects and link temacs,
            then stop
dumped   =~ gmake emacs, i.e. temacs has been built previously, now
            produce the emacs executable

gcc version 2.95.3 20010315 (release)
cc MIPSpro Compilers: Version 7.30
OS IRIX 6.5.9f and 6.5.15m

Custom libraries:
- static libz    1.1.4
- static libtiff v3.4beta037
- static libpng  1.0.8


Configurations tested:
======================
Emacs version | compiled with | compiled on | dumped on | prints
----------------------------------------------------------------
    21.2          gcc -g          6.5.9f        6.5.9f      no
    21.2          gcc -g          6.5.15m       6.5.9f      no

    21.2          gcc -g          6.5.9f        6.5.15m     yes
    21.2          gcc -g          6.5.15m       6.5.15m     yes

    21.2          cc  -g           *               *        yes
----------------------------------------------------------------
    21.1          *   -g           *               *        yes
----------------------------------------------------------------

I had no core dumps during compilation/dumping in any configuration.

R'

  reply	other threads:[~2002-03-26 17:30 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200203202019.g2KKJfs4410490@jupiter.akutech-local.de>
     [not found] ` <ap3lmcnkjy4.fsf@fosters.umd.edu>
2002-03-21 16:25   ` `print' does not print Eli Zaretskii
2002-03-21 17:10     ` D. Goel
2002-03-21 18:49       ` Ralf Fassel
2002-03-21 20:15     ` Ralf Fassel
2002-03-21 21:14     ` Ralf Fassel
2002-03-22 10:17       ` Eli Zaretskii
2002-03-22 10:41         ` Ralf Fassel
2002-03-22 11:58           ` Eli Zaretskii
2002-03-22 14:22             ` Ralf Fassel
2002-03-22 17:00               ` Eli Zaretskii
2002-03-22 17:47                 ` Ralf Fassel
2002-03-22 18:35                   ` Eli Zaretskii
2002-03-22 19:17                     ` Ralf Fassel
2002-03-22 20:11                       ` Eli Zaretskii
2002-03-22 22:18                         ` Ralf Fassel
2002-03-23  8:54                           ` Eli Zaretskii
2002-03-23 14:19                             ` Ralf Fassel
2002-03-23 16:48                               ` Eli Zaretskii
2002-03-23 17:10                                 ` Ralf Fassel
2002-03-22 20:44                   ` Stefan Monnier
2002-03-23 16:13           ` Richard Stallman
2002-03-24 16:51             ` Ralf Fassel
2002-03-24 18:16               ` Eli Zaretskii
2002-03-24 20:22                 ` Ralf Fassel
2002-03-25  6:02                   ` Eli Zaretskii
2002-03-25 13:47                     ` Ralf Fassel
2002-03-25 14:35                       ` Eli Zaretskii
2002-03-25 14:49                         ` David Kaelbling
2002-03-25 20:05                           ` Eli Zaretskii
2002-03-25 20:15                             ` David Kaelbling
2002-03-26  5:46                               ` Eli Zaretskii
2002-03-26 14:20                                 ` David Kaelbling
2002-03-26 14:28                                   ` Eli Zaretskii
2002-03-26 14:43                                     ` Ralf Fassel
2002-03-25 17:41                         ` Ralf Fassel
2002-03-25 17:55                           ` David Kaelbling
2002-03-25 20:14                           ` Eli Zaretskii
2002-03-25 21:33                             ` Ralf Fassel
2002-03-26  5:48                               ` Eli Zaretskii
2002-03-26 14:43                                 ` David Kaelbling
2002-03-26 17:30                                   ` Ralf Fassel [this message]
2002-03-27  5:49                                     ` Eli Zaretskii
2002-03-27  9:00                                       ` Ralf Fassel
2002-03-27  9:10                                         ` Eli Zaretskii
2002-04-12  9:37                                         ` Eli Zaretskii
2002-04-12 11:31                                           ` Ralf Fassel
     [not found]                                           ` <15542.50594.404120.372721@jupiter.akutech-local.de>
2002-04-12 15:08                                             ` David Kaelbling
2002-04-13 10:33                                               ` Eli Zaretskii
2002-04-13 10:52                                             ` Eli Zaretskii
2002-04-13 19:06                                           ` Richard Stallman
2002-03-25 12:01               ` Richard Stallman
2002-03-22 12:24 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15520.45112.118124.712072@jupiter.akutech-local.de \
    --to=ralfixx@gmx.de \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=eliz@is.elta.co.il \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.