[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS emacs crashes right after startup
From: |
Eli Zaretskii |
Subject: |
Re: CVS emacs crashes right after startup |
Date: |
04 Feb 2004 13:14:40 +0200 |
> From: Klaus Zeitler <address@hidden>
> Date: 04 Feb 2004 11:19:26 +0100
>
> * emacs crashes with SIGSEGV in XtInitializeWidgetClass under X,
>
> but runs fine when called with option "-nw". This has been observed when emacs
> is linked with GNU ld instead of Solaris ld. To check which ld is used by
> gcc add "-V" to TEMACS_LDFLAGS in src/Makefile. Alternatively the executable
> size may be used as an indication of which linker is used. The size is
> approximately 15M when linked with solaris ld compared to 9M when linked with
> GNU ld.
>
> The fix is to reconfigure/install gcc, making sure that the SUN linker is
> used.
Thanks.
To make this entry more specific, could you please mention the
versions of Solaris, GCC, and Binutils that are known to cause this
problem?