home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8640 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!Germany.EU.net!olymp!sfb256!volker
  3. From: volker@sfb256.iam.uni-bonn.de ( Volker A. Brandt )
  4. Subject: Success compiling emacs 18.59 on 386bsd
  5. Message-ID: <1992Nov9.143904.24608@olymp.informatik.uni-bonn.de>
  6. Sender: usenet@olymp.informatik.uni-bonn.de
  7. Organization: Applied Math, University of Bonn, Germany
  8. Date: Mon, 9 Nov 1992 14:39:04 GMT
  9. Lines: 32
  10.  
  11. Hello all!
  12.  
  13. Yesterday I compiled the new emacs v18.59 on my 486 running 386bsd v0.1.
  14. I used the standard cc (ie gcc 1.39) but will try gcc 2.2.2 with -O2 soon.
  15.  
  16. I compiled with X11 support and the X menu enabled.
  17.  
  18. There were only minor problems: 
  19.  
  20.  o  there is no libg.a in /usr/lib -- I just created an empty one (I'm not
  21.     sure what happens but I strip my executable anyway :-)
  22.  
  23.  o  one change in oldXmenu/Makefile has to be made: Change oldXMenu/Makefile by
  24.     adding insque.o to the variable OBJS (from the PROBLEMS file)
  25.  
  26.  o  I used the X libs from the XFree distribution, but I didn't want to copy or
  27.     link them into /usr/lib so I had to change src/xmakefile to include a
  28.     -L/usr/lib/X11 (xmakefile is generated via make all in src).
  29.  
  30. I suggest that you get the complete emacs-18.59.tar.Z because you need the
  31. support files anyway, but if you can't compile emacs I could ftp a copy of the
  32. binary to a server of your choice :-)
  33.  
  34. Thanks to L&BJ and RMS!
  35.  
  36. -- >Volker
  37.     
  38. -- 
  39. ----------------------------------------------------------------------------
  40. Bitnet:   UNM409@DBNRHRZ1                              Volker A. Brandt
  41. UUCP:     ...!unido!DBNRHRZ1.bitnet!unm409             Angewandte Mathematik
  42. Internet: volker@sfb256.iam.uni-bonn.de                (Bonn, Germany)
  43.