home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / programm / 8251 < prev    next >
Encoding:
Text File  |  1993-01-21  |  2.0 KB  |  48 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!news
  3. From: burchard@horizon.math.utah.edu (Paul Burchard)
  4. Subject: Re: NXBundles and external libraries
  5. Message-ID: <C18H46.I3L@news2.cis.umn.edu>
  6. Sender: news@news2.cis.umn.edu (Usenet News Administration)
  7. Nntp-Posting-Host: dialup-slip-1-14.gw.umn.edu
  8. Organization: University of Minnesota
  9. References: <1993Jan21.184110.19517@pasteur.Berkeley.EDU>
  10. Date: Fri, 22 Jan 1993 02:19:17 GMT
  11. Lines: 35
  12.  
  13. In article <1993Jan21.184110.19517@pasteur.Berkeley.EDU>  
  14. nicolson@strauss.berkeley.edu (Ed Nicolson) writes:
  15. > To create the library I took all the object code files from the 
  16. >    palette and used ar and ranlib to create a library which I link in 
  17. >    with the application using the custom Palette.  This gives the message:
  18. > /bin/ld: Undefined symbols:
  19. > objc_class_name_IBInspector
  20. > _IBObjectPboardType
  21. > objc_class_name_IBPalette
  22.  
  23. Don't "ar"-chive any of the IB-specific classes (IBInspectors, etc) into your library.  Your end-user classes hopefully don't directly refer to any of them (except thru harmless stuff like -getInspectorClassName).
  24.  
  25. --
  26. --------------------------------------------------------------------
  27. Paul Burchard    <burchard@geom.umn.edu>
  28. ``I'm still learning how to count backwards from infinity...''
  29. --------------------------------------------------------------------
  30. lication using the custom Palette.  This gives the message:
  31. > /bin/ld: Undefined symbols:
  32. > objc_class_name_IBInspector
  33. > _IBObjectPboardType
  34. > objc_class_name_IBPalette
  35.  
  36. Don't "ar"-chive any of the IB-specific classes (IBInspectors, etc) into your library.  Your end-user classes hopefully don't directly refer to any of them (except thru harmless stuff like -getInspectorClassName).
  37.  
  38. --
  39. --------------------------------------------------------------------
  40. Paul Burchard    <burchard@geom.umn.edu>
  41. ``I'm still learning how to count backwards from infinity...''
  42. ----------------------------------------------
  43.