home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 6093 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1005 b   |  24 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!math.fu-berlin.de!zrz.tu-berlin.de!opal.cs.tu-berlin.de!mauriti
  3. From: mauriti@cs.tu-berlin.de (Frank Hartlep)
  4. Subject: Linking shared libraries at run-time
  5. Message-ID: <O2V6HGT@mailgzrz.tu-berlin.de>
  6. Sender: news@mailgzrz.tu-berlin.de (News Manager)
  7. Nntp-Posting-Host: storuman.cs.tu-berlin.de
  8. Organization: Technical University of Berlin, Germany
  9. Date: Thu, 10 Sep 1992 17:11:45 GMT
  10. Lines: 12
  11.  
  12. I tried to link libNeXT_s.a with rld into an executable, but
  13. got an error telling me that rld can't load 'fixed vm shared libraries'.
  14. I can get around that by extracting the object modules I need and
  15. grouping them into a selfmade library, but that's an ugly way to go.
  16. Does anybody know if there's a more elegant solution?
  17. And, just for curiosity, is there any inherent reason why it shouldn't
  18. be possible to dynamically load from shared libraries, or is this just
  19. a limitation of rld?
  20.  
  21.  
  22. Frank
  23.  
  24.