home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21063 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!spool.mu.edu!news.cs.indiana.edu!noose.ecn.purdue.edu!gn.ecn.purdue.edu!jess
  3. From: jess@gn.ecn.purdue.edu (Jess M Holle)
  4. Subject: Best method of avoiding code/data segment issues
  5. Message-ID: <1993Jan9.044328.19069@gn.ecn.purdue.edu>
  6. Organization: Purdue University Engineering Computer Network
  7. Date: Sat, 9 Jan 93 04:43:28 GMT
  8. Lines: 18
  9.  
  10. I am in the process of getting a large chunk of C++ code from a
  11. UNIX workstation (SGI) to compile on the Mac.  Although I have
  12. not gotten everything to compile, I am getting relatively close.
  13. My problem is that I want to avoid messing with code/data 
  14. segmentation issues as much as possible.
  15.  
  16. What is the best way to do this? -model far? -br? -bigseg?  How
  17. much do any of these affect code-size/performance (not too 
  18. important)?  Any bugs/incompatibilities to watch for?
  19.  
  20. If it matters any, the final link will be based on a half dozen
  21. libraries.  Some of these have been placed in named segments, but
  22. most haven't and I'd rather not bother if I don't have to.
  23.  
  24. Thanks a lot (this newsgroup is a BIG help, thanks to all of you).
  25.  
  26.  
  27. Jess Holle
  28.