home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 526 < prev    next >
Encoding:
Text File  |  1993-01-27  |  3.4 KB  |  86 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Wed, 27 Jan 1993 17:53:00 EST
  2. From: amir@matis.ingr.com (Amir J Katz)
  3. Message-ID: <9301251621.AA00731@simpson.ingr.com>
  4. Subject: Problems building/running 19.4
  5. Organization: This Mortal Coil & Spring Factory
  6. Reply-To: amir@matis.ingr.com
  7. X-Mailer: ELM [version 2.3 PL11]
  8. Date: Wed, 27 Jan 1993 22:53:01 GMT
  9. Newsgroups: alt.lucid-emacs.bug
  10. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  11. Sender: bug-lucid-emacs-request@lucid.com
  12. Lines: 72
  13.  
  14. When trying to build Lemacs 19.4 on my machine (see config below), I ran
  15. into the following problems:
  16.  
  17. 1. Using gcc for a dynamic build results in multiply defined symbols
  18.    from lwlib/xrdb.c. These symbols appear in libXt.sa.*
  19.    See A below.
  20.  
  21. 2. Building with Motif 1.2 (from ICS), either without USE_LUCID (that is,
  22.    all menus are Motif) or with (only dialog boxes are Motif), emacs
  23.    (probably Motif) dumps core before anything meaningful happens.
  24.    See B below.
  25.  
  26. 3. Makefiles have some problems:
  27.  
  28.    etc/Makefile  - no support for GCC
  29.    src/ymakefile - 'make' is hardcoded, instead of using $(MAKE). I use GNU
  30.                    make here, called 'gmake'.
  31.  
  32. 4. I don't understand why the DOC file (in the etc dir) is created twice, once
  33.    as DOC and once as DOC-19.4.*-Lucid. Why not do a link (like it's done
  34.    for xemacs in the src dir)? This exists in emacs 18.59 as well.
  35.  
  36. My configuration is:
  37.  
  38. - Sun SparcStation 1, 12MB, cg6 (GX)
  39. - SunOS 4.1.3 (no patches)
  40. - MIT X11R5, patch #21
  41. - mwm, Motif 1.2 (from ICS)
  42. - GNU gcc 2.2.2, gdb 4.7
  43. ----------------- appendices ----------------
  44. A. 
  45. gcc   -dynamic    -L. -L./lwlib -o temacs  dispnew.o ...\
  46.      [all objects].... \
  47.      -L/usr/demo/SOUND -laudio    \ 
  48.      -llw -lXm -lXpm -lXaw -lXext -lXt -lXmu -lX11   -ltermcap  -lg  -lm -lc
  49. ld: /lib/libXt.sa.4.10(sharedlib.o): __XtInherit: multiply defined
  50. ld: /lib/libXt.sa.4.10(sharedlib.o): _XtAppInitialize: multiply defined
  51. ld: /lib/libXt.sa.4.10(sharedlib.o): _XtToolkitInitialize: multiply defined
  52. ld: /lib/libXt.sa.4.10(sharedlib.o): _XtInitialize: multiply defined
  53. collect: /usr/bin/ld returned 2 exit status
  54. *** Error code 1
  55.  
  56. B.
  57. Program terminated with signal 11, Segmentation fault.
  58. #0  0x169ac4 in _XmGetNavigability ()
  59. #1  0x16b274 in _XmNewTravGraph ()
  60. #2  0x16b478 in _XmNewTravGraph ()
  61. #3  0x16b040 in _XmNewTravGraph ()
  62. #4  0x16abc4 in _XmTraverse ()
  63. #5  0x167a4c in _XmMgrTraversal ()
  64. #6  0x168dd0 in XmProcessTraversal ()
  65. #7  0xcdcdc in xm_set_keyboard_focus ()
  66. #8  0xcb61c in lw_set_keyboard_focus ()
  67. #9  0x31680 in x_focus_screen (s=0x31c800) at xterm.c:2466
  68. #10 0x8d20 in select_screen (s=0x31c800) at screen.c:295
  69. ..
  70. #46 0x8d0c8 in apply_lambda (fun=405133792, args=69990404, eval_flag=1) at eval.c:2006
  71. #47 0x8be08 in Feval (form=338525860) at eval.c:1526
  72. #48 0x4d180 in top_level_2 () at keyboard.c:388
  73. #49 0x8aa1c in condition_case_1 (handlers=69990624, bfun=0x4d16c <command_loop_2+104>, 
  74.     barg=69990404, hfun=0x4cc94 <Frecursive_edit+352>, harg=69990404) at eval.c:1017
  75. #50 0x4d210 in top_level_1 (dummy=69990404) at keyboard.c:397
  76. #51 0x8a704 in internal_catch (tag=69990604, func=0x4d1bc <command_loop_2+184>, arg=69990404)
  77.     at eval.c:887
  78. #52 0x4d0b4 in command_loop () at keyboard.c:355
  79. #53 0x4cac8 in recursive_edit_1 () at keyboard.c:216
  80. #54 0x4cbe0 in Frecursive_edit () at keyboard.c:242
  81. #55 0x4c308 in main (argc=1, argv=0xf7fffa64, envp=0xf7fffa6c) at emacs.c:963
  82.  
  83. -- 
  84. -- Regards,
  85.    Amir.
  86.