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

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Fri, 22 Jan 1993 15:45:11 EST
  2. Date: Fri, 22 Jan 1993 12:45:05 PST
  3. Message-ID: <9301222045.AA10865@thalidomide.lucid>
  4. X-Windows: Flawed beyond belief.
  5. From: jwz@lucid.com (Jamie Zawinski)
  6. Sender: jwz%thalidomide@lucid.com
  7. Subject: Re: 19.4 problems
  8. References: <DEFERT.93Jan22134119@gnuisance.cern.ch>
  9. Newsgroups: alt.lucid-emacs.bug
  10. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  11. Lines: 20
  12.  
  13. Philippe Defert wrote:
  14. > gcc   -dynamic [...]
  15. > ld: Undefined symbol
  16. >    _get_wmShellWidgetClass
  17. >    _get_applicationShellWidgetClass
  18.  
  19. If you're linking dynamically, you may need to build a shared version of
  20. lwlib.  I don't understand why different code sometimes goes into the 
  21. dynamic and static versions of the X libraries, but it does.  Easy fix:
  22. try linking statically.
  23.  
  24. >   2. As I want to install lemacs lisp files in a logical directory
  25. > (/usr/local/lib/lemacs or /usr/local/lib/lemacs-19.4), I modified the
  26. > paths.h
  27.  
  28. This is your mistake.  Never edit paths.h.  See the NEWS file for a
  29. description of how to arrange for lemacs to find the directories it needs.
  30.  
  31.     -- Jamie
  32.