home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / question / 9394 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  1.2 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!sdd.hp.com!caen!hellgate.utah.edu!lanl!picuris!williams
  2. From: williams@bellman.lanl.gov (Kirk Williams)
  3. Newsgroups: comp.unix.questions
  4. Subject: linker/library probs...
  5. Message-ID: <1992Jul24.200935.2231@newshost.lanl.gov>
  6. Date: 24 Jul 92 20:09:35 GMT
  7. Sender: news@newshost.lanl.gov
  8. Reply-To: williams@picuris.lanl.gov
  9. Organization: Los Alamos National Laboratory
  10. Lines: 27
  11.  
  12.  
  13.  
  14. ok, i got a problem like this:  when trying to compile a program, 
  15.   my makefile spits out this error:
  16.  
  17.     "ld.so: libos.so.1: not found"
  18.  
  19. now, this file does not exist on any dir that ive looked thru;  
  20.   im using ObjectStore C++ compiler, with its own libraries and
  21.   such.
  22.   
  23. question is, how do i tell the dynamic linker to use one of these 
  24.   libraries (sa, one named libos.so.1.34)?
  25.  
  26. my paths are all correct;  both in the makefile (using '-L') and in
  27.   the environment (namely, LD_LIBRARY_PATH).  now, i know about the
  28.   '-l' switch;  however, whatever i do doesnt seem to change a thing.
  29.   same error every time.
  30.  
  31. thanks for the time, in advance.....
  32.  
  33.  
  34.  
  35. kkw
  36. williams@picuris.lanl.gov
  37. "LANL:  the only place in the world where people wash their
  38.  hands _BEFORE_ going to the restroom...."   --> anonymous
  39.