home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19457 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!math.fu-berlin.de!news.th-darmstadt.de!adams
  3. From: adams@pdv2.fmr.maschinenbau.th-darmstadt.de (Adams)
  4. Subject: Re: Linker problem
  5. Sender: news@news.th-darmstadt.de (The News System)
  6. Message-ID: <ADAMS.93Jan9021107@PDV2.pdv2.fmr.maschinenbau.th-darmstadt.de>
  7. In-Reply-To: gupta@adtaz.sps.mot.com's message of Thu, 7 Jan 1993 16: 46:28 GMT
  8. Date: Sat, 9 Jan 1993 02:11:07 GMT
  9. References: <1993Jan7.164628.22131@newsgate.sps.mot.com>
  10. Nntp-Posting-Host: pdv2.fmr.maschinenbau.th-darmstadt.de
  11. Organization: TH-Darmstadt
  12. Lines: 18
  13.  
  14. In article <1993Jan7.164628.22131@newsgate.sps.mot.com> gupta@adtaz.sps.mot.com (Rajesh Gupta) writes:
  15.  
  16. >   I am creating a debuggable executable by statically linking in a few
  17. >   archives. However, the linker fails to recognize the symbols in one
  18. >   of the ar libraries ????
  19.  
  20. You did not tell us your environment.
  21.  
  22. >   I can't see where the problem could be. Any clues will be appreciated.
  23.  
  24. 1) On BSD-derives including SunOs: try to run "ranlib"
  25.  
  26. 2) On  sysV68R3.[67] as delivered by Motorola:
  27.     -) perhaps one new bug inside the linker. It has problems with
  28.     large symbol tables ;->
  29.  
  30. >   --- Rajesh
  31. best, adams
  32.