diff options
| author | Stefan Monnier | 2004-03-22 15:38:14 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-03-22 15:38:14 +0000 |
| commit | d08c4c28577fceae903a3304258654b4d491b8cf (patch) | |
| tree | 89b8282a19f1466ddaccebe66017c26ee4f48c66 /etc/PROBLEMS | |
| parent | eaf33a1780c985356d8bdd0830180a20f36e546f (diff) | |
| download | emacs-d08c4c28577fceae903a3304258654b4d491b8cf.tar.gz emacs-d08c4c28577fceae903a3304258654b4d491b8cf.zip | |
Fix copyright.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 18 |
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 | |||
| 58 | running make) will solve the problem. It appears to be caused by some | 58 | running make) will solve the problem. It appears to be caused by some |
| 59 | problems with the unexec code and its interaction with libSystem.B. | 59 | problems 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 | ||
| 63 | It crashes on X, but runs fine when called with option "-nw". | 63 | It crashes on X, but runs fine when called with option "-nw". |
| 64 | 64 | ||
| 65 | This has been observed when emacs is linked with GNU ld instead of | 65 | This has been observed when Emacs is linked with GNU ld but without passing |
| 66 | Solaris ld. To check which ld is used by gcc add "-V" to | 66 | the -z nocombreloc flag. Emacs normally knows to pass the -z nocombreloc |
| 67 | TEMACS_LDFLAGS in src/Makefile. Alternatively the executable size may | 67 | flag when needed, so if you come across a situation where the flag is |
| 68 | be used as an indication of which linker is used. The size is | 68 | necessary but missing, please report it via M-x report-emacs-bug. |
| 69 | approximately 15M when linked with solaris ld compared to 9M when | ||
| 70 | linked with GNU ld. | ||
| 71 | |||
| 72 | The fix is to reconfigure/install gcc, making sure that the SUN linker | ||
| 73 | is used. | ||
| 74 | 69 | ||
| 70 | On platforms such as Solaris, you can also work around this problem by | ||
| 71 | configuring 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 | ||
| 77 | XFree86 4 contains many fonts in iso10646-1 encoding which have | 75 | XFree86 4 contains many fonts in iso10646-1 encoding which have |