home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / misc / 3411 < prev    next >
Encoding:
Internet Message Format  |  1992-07-31  |  971 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!math.fu-berlin.de!news.netmbx.de!Germany.EU.net!mcsun!uknet!fulcrum!igb
  2. From: igb@fulcrum.bt.co.uk (Ian G Batten)
  3. Newsgroups: comp.sys.sun.misc
  4. Subject: Patching libc.so --- 4.1.1 and 4.1.2 differ?
  5. Message-ID: <Bs982n.M5o@fulcrum.bt.co.uk>
  6. Date: 31 Jul 92 12:59:11 GMT
  7. Sender: news@fulcrum.bt.co.uk
  8. Organization: Fulcrum Communications
  9. Lines: 14
  10.  
  11.  
  12. For reasons to tedious to go into, I have had to patch libc.so on our
  13. machines to include builtin_saveregs from the gcc distribution.  I
  14. followed the instructions in /usr/lib/shlib.etc to the letter, but I
  15. found that although the library I got on the 4.1.1 machines was fine,
  16. the library on the 4.1.2 machines generated problems when linking
  17. programs, complaining about missing symbols _dlopen, etc.
  18.  
  19. On a wild whim I added ``-ldl'' to the ld command line in the makefile
  20. in /usr/lib/shlib.etc and all is now well.
  21.  
  22. Can anyone explain this?
  23.  
  24. ian
  25.