home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19741 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.0 KB  |  33 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!uunet.ca!canrem!rrwood
  3. From: rrwood@canrem.com (Roy Wood)
  4. Subject: mcvert linking problem
  5. Organization: Canada Remote Systems
  6. Distribution: na
  7. Date: Sun, 13 Dec 1992 14:16:31 GMT
  8. Message-ID: <1992Dec13.141631.3069@canrem.com>
  9. Lines: 22
  10.  
  11. I'm having trouble getting mcvert to link under SCO.  Everything unpacked
  12. fine, and the files compiled, but there are unresolved references:
  13.  
  14. ------------------
  15. make
  16.  cc -O -DBSD mcvert.o hqxify.o unpack.o -s -o ./mcvert 
  17. undefined                       first referenced
  18.  symbol                             in file
  19. bcopy                               mcvert.o
  20. htonl                               mcvert.o
  21. bzero                               mcvert.o
  22. ntohl                               hqxify.o
  23. ld fatal: Symbol referencing errors. No output written to ./mcvert
  24. *** Error code 13
  25.  
  26. Stop.
  27. -----------------
  28.  
  29. Any ideas?  (And no, I really don't know that much about Unix, other than using
  30. mail and news; I am predominantly a Mac hacker)
  31.  
  32. -Roy
  33.