home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apollo / 3312 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.3 KB  |  29 lines

  1. Newsgroups: comp.sys.apollo
  2. Path: sparky!uunet!destroyer!terminator!pisa.citi.umich.edu!rees
  3. From: rees@pisa.citi.umich.edu (Jim Rees)
  4. Subject: Re: dumping executable images?
  5. Message-ID: <5aa83924.1bc5b@pisa.citi.umich.edu>
  6. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  7. Reply-To: Jim.Rees@umich.edu
  8. Organization: University of Michigan IFS Project
  9. References: <HALL.92Aug10162423@leopard.cs.uidaho.edu> <5a81a5c9.cb12@dabo.citi.umich.edu> <HALL.92Aug18161154@leopard.cs.uidaho.edu>
  10. Date: Wed, 19 Aug 1992 18:00:49 GMT
  11. Lines: 16
  12.  
  13. In article <HALL.92Aug18161154@leopard.cs.uidaho.edu>, hall@cs.uidaho.edu (Kelly Hall) writes:
  14.  
  15.   Will the new version be able to cope with:
  16.    ".rwdi section needs relocation  cannot dump Emacs"?
  17.   
  18.   I'm going slightly bonkers trying to figure this one out.  Any ideas?
  19.  
  20. Here's what I put in the Epoch etc/APOLLO file about this problem:
  21.  
  22. When you try to dump emacs, you may get the message ".rwdi section needs
  23. relocation."  This means you are linking with some code that has compressed
  24. data sections.  In some cases this comes from linking with X libraries.  Try
  25. using shared X libraries instead.  With some versions of Domain/OS this is
  26. as simple as removing the "-lX11" from the link command line.  If you still
  27. have trouble, try compiling with the "-W0,-ncompress" option (probably a
  28. good idea anyway).
  29.