home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / lucidem / help / 863 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.1 KB  |  55 lines

  1. Path: sparky!uunet!mcsun!uknet!qmw-dcs!adriaan
  2. From: adriaan@dcs.qmw.ac.uk (Adriaan Joubert)
  3. Newsgroups: alt.lucid-emacs.help
  4. Subject: Compilation on DEC 5000/240, Ultrix 4.3, X11R5
  5. Message-ID: <1993Jan12.112134.24975@dcs.qmw.ac.uk>
  6. Date: 12 Jan 93 11:21:34 GMT
  7. Sender: usenet@dcs.qmw.ac.uk (Usenet News System)
  8. Organization: Computer Science Dept, QMW, University of London
  9. Lines: 43
  10. Nntp-Posting-Host: flint.dcs.qmw.ac.uk
  11.  
  12. Hi,
  13.  
  14. I have managed to get lemacs compiled on A DEC station with the
  15. native cc, using the information supplied in help-lucid-emacs
  16. (the compilation of this newsgroup).  Well, nearly, anyway. The
  17. file alloc.c in the src directory won't compile with the native
  18. cc, because of:
  19.  
  20. cc -O -c alloc.c
  21. cpp: warning ./m/m-mips.h:119: DATA_START redefined
  22. (ccom): alloc.c, line 1955: ccom: Internal: tyreduce
  23.             extern int x_show_gc_cursor (struct screen*);
  24.       ------------------------------------------------^
  25. *** Error code 1
  26.  
  27. Stop.
  28.  
  29. So I compiled this one file with gcc, everything linked and seems
  30. to be working fine! As compiling one file with a different compiler
  31. does seem a bit risky, I would like to know if anybody managed
  32. to compile the whole lot with the native cc compiler. 
  33.  
  34. If I compiled the whole lot with gcc, I couldn't get temacs to link,
  35. ld complained about __main not being available, while it definitely
  36. was. So I gave up on that one.
  37.  
  38. Thanks for any help on this one!
  39.  
  40. Adriaan
  41.  
  42. P.S. A truly brilliant editor, by the way. Thanks a lot!
  43.  
  44. --
  45. -- 
  46.  ***************************************************************************
  47.  * Adriaan Joubert                * Janet       : adriaan@uk.ac.qmw.dcs    *
  48.  * London Parallel               * Internet    : adriaan@dcs.qmw.ac.uk    *
  49.  *           Applications Centre  *                       *
  50.  * QMW University of London       * Fax         : +44-81-981 9803       *
  51.  * Mile End Road                  * Telephone   : +44-71-975 5168       *
  52.  * London E1 4NS                  *                                        *
  53.  * United Kingdom                 *                                        *
  54.  *************************************************************************** 
  55.