home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21365 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.5 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!convex!news.oc.com!utacfd.uta.edu!rwsys!jmd386!jdoss
  3. From: jdoss@jmd386.lonestar.org (Joe M. Doss)
  4. Subject: Re: elm 2.4pl17
  5. References: <BzKJuw.Kx@woody.apana.org.au>
  6. Organization: JD's home system
  7. Date: Mon, 21 Dec 1992 18:49:04 GMT
  8. Message-ID: <1992Dec21.184904.927@jmd386.lonestar.org>
  9. Lines: 31
  10.  
  11. In article <BzKJuw.Kx@woody.apana.org.au> ernie@woody.apana.org.au writes:
  12. >
  13. >Has anyone managed to get elm2.4pl17 to compile ?
  14. >I keep getting all these undfined_symbol in the elm libutil.a.
  15. >After a lot of patching I managed to get elm itself to compile but
  16. >I have given up on the utils becuase I figure there must be somthing I
  17. >have overlooked thats giving all these errors. I am using gcc 2.2.2d7
  18. >
  19. I have elm 2.4pl13 working fine.  All the undefined symbols are caused
  20. by libutil.a not having ranlib run on it by default.  All you need to
  21. do is edit config.sh, and replace the line that says:
  22.  
  23. ranlib=:
  24.  
  25. with
  26.  
  27. ranlib=ranlib
  28.  
  29. It is easiest to run Configure, and at the end when it says "If you need to
  30. edit config.sh, do it as a shell escape here:", type !emacs config.sh and
  31. change the ranlib line, then Configure will build all the Makefiles
  32. correctly.
  33.  
  34. >- Ernie.
  35. >-- 
  36.  
  37. -- 
  38. ---------------------------------------------------------------------------
  39. |     Joe M. Doss, Jr.                     (standard disclaimer applies)  |
  40. |  jdoss@jmd386.lonestar.org                  <insert cute quote here>    |
  41. ---------------------------------------------------------------------------
  42.