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

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!yale.edu!yale!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!acs.ucalgary.ca!sepa
  3. From: sepa@enel.ucalgary.ca (Michael Sepa)
  4. Subject: How to convert BSD a.out files to Mach files using atom
  5. Sender: news@acs.ucalgary.ca (USENET News System)
  6. Message-ID: <93Jan26.222117.22821@acs.ucalgary.ca>
  7. Date: Tue, 26 Jan 93 22:21:17 GMT
  8. Nntp-Posting-Host: eneli.enel.ucalgary.ca
  9. Organization: ECE Department, U. of Calgary, Calgary, Alberta, Canada
  10. Lines: 25
  11.  
  12.     I have an executable file on a SUN computer and I want to use
  13.     atom to convert it to an executable on my NeXT.  I have tried
  14.     to use:
  15.  
  16.     >atom a.out machfile
  17.  
  18.     and then execute the machfile:
  19.  
  20.     >machfile
  21.     Segmentation fault
  22.     
  23.     I thought I didn't know what I was doing so I made a short
  24.     c program ('hello world'), compiled it on the SUN
  25.     and tried to convert it:
  26.  
  27.     > atom a.out machfile2
  28.     > machfile2
  29.     Bus error
  30.  
  31.     I have studied the atom man page, but I don't have a clue.  Could
  32.     some kind person show me the light?  Maybe I don't know what
  33.     atom is supposed to do.  I thought it could convert executables.
  34.  
  35.     Michael
  36.     sepa@acs.ucalgary.ca  or sepa@enel.ucalgary.ca
  37.