home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19510 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.8 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!agate!shindle
  2. From: shindle@ocf.berkeley.edu (Richard Michael Shindle)
  3. Newsgroups: comp.lang.c
  4. Subject: Help - Linking
  5. Date: 11 Jan 1993 00:48:31 GMT
  6. Organization: U.C. Berkeley Open Computing Facility
  7. Lines: 35
  8. Distribution: na
  9. Message-ID: <1iqg4v$75l@agate.berkeley.edu>
  10. NNTP-Posting-Host: planecrash.berkeley.edu
  11.  
  12. I work as a part-time programmer at UC Berkeley while I get my degree. I
  13. mainly write subroutines for other people's programs and have little
  14. experience using the C compilers. (I know enough to test my subroutines.)
  15. AT any rate, I was given the job of adding code to an already existing
  16. program that works. They wanted to add a few options. So I added a couple
  17. of lines of code that don't call any functions - they just preform a few
  18. calculations and print it out. However, when I compile this program using
  19. the old Make file I get an error when it tries to link the OBJ and LIB
  20. files. The line that causes the error is 
  21.  link /NOD axes parser wfits werror wexten,,, libw mlibcew, axes.def
  22.  
  23. The error is that it I have unresolved externals (53 of them). I have no
  24. idea what the error is but I do realize that the unresolved externals are
  25. supposed built-in functions of Microsoft C (5.1) compiler and the
  26. Microsoft SDK. 
  27.  
  28. I know this may not be enough information for anyone to offer help, but I
  29. do have a file with the error messages given and a copy of the make file
  30. where the error occurs. If you would like to help or know what the problem
  31. is, please email me at 
  32.  
  33. shindle@planecrash.Berkeley.EDU
  34.  
  35. If needed I can send the outout with the error messages along with the
  36. make file. Thanks for your cooperation and help.
  37.  
  38.  
  39. Mike
  40. shindle@planecrash.berkeley.edu
  41.  
  42.     x
  43.     x
  44.     axes.def
  45. -- 
  46. Sittin' on the dock of the bay...
  47.