Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <4.uce.03.r.s@nurfuerspam.de>
Subject: Re: Gnus v5.10 is released
Date: Thu, 01 May 2003 21:30:47 +0200	[thread overview]
Message-ID: <v9el3i79co.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <q67d6j2ftx2.fsf@raytheon.com>

On Thu, May 01 2003, Steven E. Harris wrote:

> [Cygwin, Windows 2000, XEmacs 21.4.11, Gnus 5.10.1]
[...]
> After running "configure --with-xemacs" and "make," then "make
> install," there are lots of .el and .elc files that don't get copied
> into the target install directory. The installation had been working
> fine at least through ognus-0.18.
>
> Here is a list of files installed in the lisp/gnus directory:

More interesting is, what's missing [1].

> Note, for example, that gnus-art.* and gnus-cite.* aren't present. It
> seems that only files that emit a compiled .elc file during "make" get
> copied over by "make install." 

Yup:

,----[ lisp/Makefile ]
| install-el: gnus-load.el
| [...]
| 	for p in *.elc; do \
| 	  p=`basename $$p c`; \
| 	  if [ -f "$(srcdir)/$$p" ]; then \
| 	    echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
| 	    $(INSTALL_DATA) $(srcdir)/$$p $(lispdir)/$$p; \
| 	  fi; \
| 	done
| 
| install-elc: clever
| 	rm -f dgnushack.elc
| 	$(SHELL) $(top_srcdir)/mkinstalldirs $(lispdir)
| 	for p in *.elc; do \
| 	  echo " $(INSTALL_DATA) $$p $(lispdir)/$$p"; \
| 	  $(INSTALL_DATA) $$p $(lispdir)/$$p; \
| 	done
`----

Can you (or other XEmacs/Cygwin users) investigate *why* XEmacs
couldn't produce those *.elc files?

You may also try to compile and install Gnus using `make.bat'.

On Thu, May 01 2003, Lars Magne Ingebrigtsen wrote:

> Steven E. Harris <seharris@raytheon.com> writes:
>
>> After running "configure --with-xemacs" and "make," then "make
>> install,"
>
> Er...  why?  Just point load-path to the gnus/lisp directory.

It's a matter of taste.  I like to have the *.el/*.elc files in
.../site-lisp/gnus-Oort and the info files in .../info.

Bye, Reiner.

[1] With XEmacs-21.4.12 (on Linux) I get the following additional
*.elc files compared to your list:

deuglify.elc earcon.elc gnus-agent.elc gnus-art.elc gnus-async.elc
gnus-cache.elc gnus-cite.elc gnus-cus.elc gnus-delay.elc
gnus-demon.elc gnus-diary.elc gnus-dired.elc gnus-draft.elc
gnus-dup.elc gnus-gl.elc gnus-group.elc gnus-int.elc gnus-kill.elc
gnus-logic.elc gnus-mh.elc gnus-ml.elc gnus-mlspl.elc gnus-move.elc
gnus-msg.elc gnus-nocem.elc gnus-picon.elc gnus-registry.elc
gnus-salt.elc gnus-score.elc gnus-setup.elc gnus-sieve.elc
gnus-soup.elc gnus-srvr.elc gnus-start.elc gnus-sum.elc gnus-topic.elc
gnus-uu.elc gnus-vm.elc mail-source.elc message.elc mm-decode.elc
mm-extern.elc mm-partial.elc mm-uu.elc mm-view.elc mml-sec.elc
mml-smime.elc mml.elc mml2015.elc nnagent.elc nnbabyl.elc nndb.elc
nndiary.elc nndir.elc nndoc.elc nndraft.elc nneething.elc nnfolder.elc
nngateway.elc nnimap.elc nnkiboze.elc nnlistserv.elc nnmail.elc
nnmaildir.elc nnmbox.elc nnmh.elc nnml.elc nnslashdot.elc nnsoup.elc
nnultimate.elc nnvirtual.elc nnwarchive.elc nnweb.elc nnwfm.elc
smiley.elc spam-report.elc spam.elc webmail.elc
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/


  parent reply	other threads:[~2003-05-01 19:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m3n0i6y6tx.fsf@quimbies.gnus.org>
     [not found] ` <q67d6j2ftx2.fsf@raytheon.com>
2003-05-01 17:53   ` Lars Magne Ingebrigtsen
     [not found]     ` <q678ytqfqwu.fsf@raytheon.com>
2003-05-01 18:47       ` Lars Magne Ingebrigtsen
     [not found]         ` <q67y91qh4de.fsf@raytheon.com>
2003-05-01 19:28           ` Lars Magne Ingebrigtsen
     [not found]             ` <q67of2mh1pt.fsf@raytheon.com>
     [not found]               ` <m3d6j2qvjg.fsf@quimbies.gnus.org>
     [not found]                 ` <q67ptn21ktq.fsf@raytheon.com>
2003-05-01 20:23                   ` Lars Magne Ingebrigtsen
2003-05-01 20:49                     ` Steven E. Harris
2003-05-01 19:30   ` Reiner Steib [this message]
     [not found] ` <874r4dol87.fsf@gmx.net>
2003-05-02  7:44   ` Lars Magne Ingebrigtsen
     [not found]     ` <87u1cdn0ou.fsf@gmx.net>
2003-05-02  9:55       ` Lars Magne Ingebrigtsen
     [not found]     ` <87vfwtd7v7.fsf@virgil.koldfront.dk>
     [not found]       ` <m3r87h66rr.fsf@quimbies.gnus.org>
2003-05-02 10:32         ` Adam Sjøgren
     [not found] ` <j70u1ce39hh.fsf@dufair.org>
2003-05-02 15:47   ` Peter Lee

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=v9el3i79co.fsf@marauder.physik.uni-ulm.de \
    --to=4.uce.03.r.s@nurfuerspam.de \
    --cc=reiner.steib@gmx.de \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).