aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorStefan Monnier2004-03-22 15:38:14 +0000
committerStefan Monnier2004-03-22 15:38:14 +0000
commitd08c4c28577fceae903a3304258654b4d491b8cf (patch)
tree89b8282a19f1466ddaccebe66017c26ee4f48c66 /etc/PROBLEMS
parenteaf33a1780c985356d8bdd0830180a20f36e546f (diff)
downloademacs-d08c4c28577fceae903a3304258654b4d491b8cf.tar.gz
emacs-d08c4c28577fceae903a3304258654b4d491b8cf.zip
Fix copyright.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS18
1 files changed, 8 insertions, 10 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 30a65b01bb7..ed6875821ae 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -58,20 +58,18 @@ xrealloc(). Relinking the application (by deleting src/temacs and
58running make) will solve the problem. It appears to be caused by some 58running make) will solve the problem. It appears to be caused by some
59problems with the unexec code and its interaction with libSystem.B. 59problems with the unexec code and its interaction with libSystem.B.
60 60
61* Emacs crashes with SIGSEGV on Solaris in XtInitializeWidgetClass 61* Emacs crashes with SIGSEGV in XtInitializeWidgetClass
62 62
63It crashes on X, but runs fine when called with option "-nw". 63It crashes on X, but runs fine when called with option "-nw".
64 64
65This has been observed when emacs is linked with GNU ld instead of 65This has been observed when Emacs is linked with GNU ld but without passing
66Solaris ld. To check which ld is used by gcc add "-V" to 66the -z nocombreloc flag. Emacs normally knows to pass the -z nocombreloc
67TEMACS_LDFLAGS in src/Makefile. Alternatively the executable size may 67flag when needed, so if you come across a situation where the flag is
68be used as an indication of which linker is used. The size is 68necessary but missing, please report it via M-x report-emacs-bug.
69approximately 15M when linked with solaris ld compared to 9M when
70linked with GNU ld.
71
72The fix is to reconfigure/install gcc, making sure that the SUN linker
73is used.
74 69
70On platforms such as Solaris, you can also work around this problem by
71configuring your compiler to use the native linker instead of GNU ld.
72
75* Characters from the mule-unicode charsets aren't displayed under X. 73* Characters from the mule-unicode charsets aren't displayed under X.
76 74
77XFree86 4 contains many fonts in iso10646-1 encoding which have 75XFree86 4 contains many fonts in iso10646-1 encoding which have