home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 488 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.2 KB

  1. Path: sparky!uunet!olivea!pagesat!netsys!agate!linus!linus.mitre.org!linus!bcotton
  2. From: bcotton@sergei.MITRE.org (Bob Cotton)
  3. Newsgroups: alt.lucid-emacs.bug
  4. Subject: _vendorShellWidgetClass: mutiply defined?
  5. Message-ID: <BCOTTON.93Jan22150119@sergei.MITRE.org>
  6. Date: 22 Jan 93 20:01:19 GMT
  7. Sender: news@linus.mitre.org (News Service)
  8. Organization: MITRE Corp. McLean Va.
  9. Lines: 38
  10. Nntp-Posting-Host: sergei.mitre.org
  11.  
  12.  
  13. Did not see this in the PROBLEMS file.. 
  14.  
  15. When compiling 19.4 I get the following:
  16.  
  17. .........
  18. gcc -O   -I/usr/local/X11R5/include -Demacs  -I./lwlib   -c faces.c -o faces.o
  19. gcc -O   -I/usr/local/X11R5/include -Demacs  -I./lwlib   -c tparam.c -o tparam.o
  20. gcc -O   -I/usr/local/X11R5/include -Demacs  -I./lwlib   -c gmalloc.c -o gmalloc.o
  21. gcc -O   -I/usr/local/X11R5/include -Demacs  -I./lwlib   -c vm-limit.c -o vm-limit.o
  22. gcc -O   -I/usr/local/X11R5/include -Demacs  -I./lwlib   -c ScreenWidget.c -o ScreenWidget.o
  23. gcc   -dynamic  -L/usr/local/X11R5/lib -L. -L./lwlib   -o temacs  dispnew.o screen.o scroll.o xdi
  24. sp.o window.o events.o event-alloc.o event-stream.o term.o cm.o xterm.o xfns.o xselect.o xutils.o
  25.  event-Xt.o menubar.o play.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o in
  26. sdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o sear
  27. ch.o regex.o undo.o pure.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print
  28. .o lread.o abbrev.o syntax.o font_lock.o unexsunos4.o mocklisp.o bytecode.o process.o callproc.o
  29. environ.o elhash.o hash.o doprnt.o extents.o faces.o  tparam.o lastfile.o gmalloc.o vm-limit.o  S
  30. creenWidget.o ColumnWidget.o EmacsShell.o sunOS-fix.o strcmp.o strcpy.o  -L/usr/demo/SOUND -laudi
  31. o -llw -lXm   -lXaw -lXext  -lXt -lXmu -lX11     -ltermcap -lg /usr/local/lib/gcc-lib/sun4-sunos4
  32. .1/2.3.3/libgcc.a -lm -lc
  33. ld: /usr/local/X11R5/lib/libXaw.sa.5.0(sharedlib.o): _vendorShellWidgetClass: multiply defined
  34. collect: /usr/bin/ld returned 2 exit status
  35. make[1]: *** [temacs] Error 1
  36. make: *** [doall] Error 1
  37. xcalibur [286]
  38.  
  39. Any clues?
  40.  
  41. Reading specs from /usr/local/lib/gcc-lib/sun4-sunos4.1/2.3.3/specs
  42. gcc version 2.3.3
  43. Sun4 4.1.3
  44. Motif 1.2.1
  45.  
  46. Trying to use the Motif widgets..
  47.  
  48. Thanks, 
  49. Bob
  50.