From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: newbie: just built emacs, it's core dumping.
Date: Sat, 27 Nov 2004 21:21:14 +0100 [thread overview]
Message-ID: <86brdjoxfp.fsf@ketchup.de.uu.net> (raw)
In-Reply-To: cntbmd$qr6$1@ns3.arlut.utexas.edu
gl@csdsun1.arlut.utexas.edu (Jay G. Scott) writes:
> ahhh, yes, forgot: solaris 9. gcc.
>
>
> configure --without-pop --x-includes=/usr/include \
> --x-libraries=/usr/lib --without-toolkit-scroll-bars
First of all, normally you will have to invoke "configure" using the
explicit path, like so: ./configure.
Secondly, it is better not to specify --x-includes and --x-libraries,
the configure script is often smart enough to figure it out. (The
correct values are /usr/openwin/include and /usr/openwin/lib, I
think.)
So my suggestion is to try this:
./configure --without-pop --without-toolkit-scroll-bars
If that fails to work, please provide more detail. What does the
above ./configure line print? What happens when you say "make" after
this? What happens when you say "make install" after this?
(Btw, why do you want to turn POP support off? It doesn't do any harm
as long as you don't use it...)
Kai
next prev parent reply other threads:[~2004-11-27 20:21 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-22 18:38 newbie: just built emacs, it's core dumping Jay G. Scott
2004-11-22 17:44 ` David Kastrup
2004-11-22 19:56 ` Kevin Rodgers
2004-11-27 20:21 ` Kai Grossjohann [this message]
[not found] ` <mailman.1847.1101588038.27204.help-gnu-emacs@gnu.org>
2004-11-27 22:15 ` Stefan Monnier
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=86brdjoxfp.fsf@ketchup.de.uu.net \
--to=kai@emptydomain.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.
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.