all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: newbie: just built emacs, it's core dumping.
  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
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: David Kastrup @ 2004-11-22 17:44 UTC (permalink / raw)


gl@csdsun1.arlut.utexas.edu (Jay G. Scott) writes:

> i'm a newbie, but even for a newbie, i don't know much.
> to the point that if there's some simple thing i'm supposed
> to know, and should tell you about, i don't know what
> that thing is.
>
> i just built emacs-21.3.  i run it.  it writes the file.
> then it:
> on sparc:  seg faults
> on intel:  core dumps.
>
> the file is there.  but  if i try to byte-compile *.el
> files, the file gets written and instantly deleted.
>
> ahhh, yes, forgot:  solaris 9.  gcc.
>
>
> configure   --without-pop --x-includes=/usr/include \
>     --x-libraries=/usr/lib --without-toolkit-scroll-bars
>
> gcc 3.4.1
>
> what the heck am i doing wrong?

Not reading the PROBLEMS file?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

^ permalink raw reply	[flat|nested] 5+ messages in thread

* newbie: just built emacs, it's core dumping.
@ 2004-11-22 18:38 Jay G. Scott
  2004-11-22 17:44 ` David Kastrup
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jay G. Scott @ 2004-11-22 18:38 UTC (permalink / raw)



i'm a newbie, but even for a newbie, i don't know much.
to the point that if there's some simple thing i'm supposed
to know, and should tell you about, i don't know what
that thing is.

i just built emacs-21.3.  i run it.  it writes the file.
then it:
on sparc:  seg faults
on intel:  core dumps.

the file is there.  but  if i try to byte-compile *.el
files, the file gets written and instantly deleted.

ahhh, yes, forgot:  solaris 9.  gcc.


configure   --without-pop --x-includes=/usr/include \
    --x-libraries=/usr/lib --without-toolkit-scroll-bars

gcc 3.4.1

what the heck am i doing wrong?

j.
-- 
Jay Scott		512-835-3553		gl@arlut.utexas.edu
Head of Sun Support, Sr. Operating Systems Specialist
Applied Research Labs, Computer Science Div.                   S224
University of Texas at Austin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: newbie: just built emacs, it's core dumping.
  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
       [not found] ` <mailman.1847.1101588038.27204.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 5+ messages in thread
From: Kevin Rodgers @ 2004-11-22 19:56 UTC (permalink / raw)


Jay G. Scott wrote:
> i'm a newbie, but even for a newbie, i don't know much.
> to the point that if there's some simple thing i'm supposed
> to know, and should tell you about, i don't know what
> that thing is.
> 
> i just built emacs-21.3.  i run it.  it writes the file.
> then it:
> on sparc:  seg faults
> on intel:  core dumps.
> 
> the file is there.  but  if i try to byte-compile *.el
> files, the file gets written and instantly deleted.
> 
> ahhh, yes, forgot:  solaris 9.  gcc.
> 
> 
> configure   --without-pop --x-includes=/usr/include \
>     --x-libraries=/usr/lib --without-toolkit-scroll-bars
> 
> gcc 3.4.1
> 
> what the heck am i doing wrong?

I don't know (I'm not an operating system specialist :-)

Here's how I installed Emacs 21.3 on my Solaris 9 x86 desktop:

# as root:
pkg-get install emacs

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: newbie: just built emacs, it's core dumping.
  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
       [not found] ` <mailman.1847.1101588038.27204.help-gnu-emacs@gnu.org>
  3 siblings, 0 replies; 5+ messages in thread
From: Kai Grossjohann @ 2004-11-27 20:21 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: newbie: just built emacs, it's core dumping.
       [not found] ` <mailman.1847.1101588038.27204.help-gnu-emacs@gnu.org>
@ 2004-11-27 22:15   ` Stefan Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2004-11-27 22:15 UTC (permalink / raw)


>> ahhh, yes, forgot:  solaris 9.  gcc.
>> configure   --without-pop --x-includes=/usr/include \
>> --x-libraries=/usr/lib --without-toolkit-scroll-bars

I can't find the original post, so the above info is all I have, but  my
crystal ball tells me you need to poass the -znocombreloc flag to
the linker.

Check the PROBLEMS file in Emacs-CVS:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/etc/PROBLEMS?rev=HEAD

Also once you've figred out your problem, please post a "request for bugfix"
to gnu.emacs.bug explaining what problem you've encountered and how you've
worked around it, so we can fix it in the next Emacs release.


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-11-27 22:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
     [not found] ` <mailman.1847.1101588038.27204.help-gnu-emacs@gnu.org>
2004-11-27 22:15   ` Stefan Monnier

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.