all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: No atimers?
Date: Tue, 16 Jul 2002 20:22:26 +0000 (UTC)	[thread overview]
Message-ID: <m17UYq2-000IeNC@localhost> (raw)
In-Reply-To: vafofd78mz2.fsf@INBOX.auto.emacs.devel.tok.lucy.cs.uni-dortmund.de

Here are better expressions for building Emacs -- here I set 
    gcc=gcc-3.0
so both CC and CPP use GCC 3 rather than the one use GCC 3 and the
other use GCC 2.95.  (Incidentally, this change does not change the
cursor timer issue.)



;; ---------------------------------

;; for make recompile (done as non-privileged user)

     (progn 
       (cd "/usr/local/src/emacs/")
       (compile
        "time gcc=gcc-3.0 make && cd lisp && \
         time gcc=gcc-3.0 make recompile \
             EMACS=/usr/local/src/emacs/src/emacs"))

;; for install (done as root)

  (progn (cd "/usr/local/src/emacs/")
  (compile "gcc=gcc-3.0 time make install"))

;; ---------------------------------

;; ---------------------------------

;; for make boostrap (done as non-privileged user)
     (progn 
       (cd "/usr/local/src/emacs/")
       (compile
        "gcc=gcc-3.0 ./configure --with-type1 --prefix=/usr/local \
          --with-sound=yes \
          && gcc=gcc-3.0 time make bootstrap"))

;; for install (done as root) (same as for `make recompile' install)

  (progn (cd "/usr/local/src/emacs/")
  (compile "gcc=gcc-3.0 time make install"))

;; ---------------------------------

  reply	other threads:[~2002-07-16 20:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-16 13:29 No atimers? Richard Stallman
2002-07-16 15:22 ` Kai Großjohann
2002-07-16 16:14   ` Robert J. Chassell
2002-07-16 16:48     ` Kai Großjohann
2002-07-16 18:50       ` Robert J. Chassell
2002-07-16 19:57         ` Kai Großjohann
2002-07-16 20:22           ` Robert J. Chassell [this message]
2002-07-17  3:03   ` Richard Stallman
2002-07-16 15:59 ` Pavel Janík
2002-07-16 22:36 ` Kim F. Storm
2002-07-17 14:30   ` 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=m17UYq2-000IeNC@localhost \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@gnu.org \
    --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.