home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / misc / 24172 < prev    next >
Encoding:
Text File  |  1993-01-28  |  2.1 KB  |  49 lines

  1. Organization: Senior, Chemistry, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!concert!gatech!udel!bogus.sura.net!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!cs4w+
  3. Newsgroups: comp.sys.next.misc
  4. Message-ID: <gfNVIM200WB3QHXHhM@andrew.cmu.edu>
  5. Date: Tue, 26 Jan 1993 23:52:40 -0500 
  6. From: Charles William Swiger <infidel+@CMU.EDU>
  7. Subject: Re: How to convert BSD a.out files to Mach files using atom
  8. In-Reply-To: <93Jan26.222117.22821@acs.ucalgary.ca>
  9. Lines: 38
  10.  
  11. Excerpts from netnews.comp.sys.next.misc: 26-Jan-93 How to convert BSD
  12. a.out fi.. by Michael Sepa@enel.ucalga 
  13. >         I have an executable file on a SUN computer and I want to use
  14. >         atom to convert it to an executable on my NeXT.  I have tried
  15. >         to use:
  16. >  
  17. >         >atom a.out machfile
  18. >  
  19. >         and then execute the machfile:
  20. >  
  21. >         >machfile
  22. >         Segmentation fault
  23. >         
  24. >    [ ...munch...]
  25. >  
  26. >         I have studied the atom man page, but I don't have a clue.  Could
  27. >         some kind person show me the light?  Maybe I don't know what
  28. >         atom is supposed to do.  I thought it could convert executables.
  29.  
  30. Atom converts executables and object files compiled for the NeXT in the
  31. BSD4.3 a.out format into the Mach-O format.  There is no way that it is
  32. going to be able to convert an executable compiled for a different
  33. machine into something runable on the NeXT.  (Why?  Amoung many reasons,
  34. the Sun executable likely was compiled for a different *CPU* than the
  35. 680x0...)
  36.  
  37. You will have to get the source code to whatever it is and recompile it
  38. for the program to run on your NeXT.  (Sorry...)
  39.  
  40. -Chuck
  41.  
  42.  
  43. Charles William Swiger -- CMU...*crunch*! | "Foosh.  Aaughh!!"
  44. ------------------------------------------+ "Foosh.  Aauuggghh!!"
  45. AMS & normal mail:        infidel@cmu.edu | "Cold spray deodorant...."
  46. Failing that:        cs4w+@andrew.cmu.edu |
  47. NeXTmail:   chuck@mon.slip.andrew.cmu.edu |  -- Opus, Bloom County [RIP]
  48.  
  49.