help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie: just built emacs, it's core dumping.


From: Kai Grossjohann
Subject: Re: newbie: just built emacs, it's core dumping.
Date: Sat, 27 Nov 2004 21:21:14 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]