home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23191 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.1 KB

  1. Path: sparky!uunet!spool.mu.edu!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!dkuug!diku!dingbat
  2. From: dingbat@diku.dk (Niels Skov Olsen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: GCC/library problem
  5. Message-ID: <1993Jan8.094744.17340@odin.diku.dk>
  6. Date: 8 Jan 93 09:47:44 GMT
  7. References: <lk3wHs4oyb@atlantis.psu.edu>
  8. Sender: dingbat@rimfaxe.diku.dk
  9. Organization: Department of Computer Science, U of Copenhagen
  10. Lines: 17
  11.  
  12. donadio@wilbur.psu.edu (Beaker) writes:
  13.  
  14. >I just installed GCC 2.3.3 and the 4.2 jump libs.  I read the release
  15. >notes, but I am a little confused about what to rename my X libs to.
  16. >For example, my X386 installation has libs in two directories: 
  17. >  /usr/X386/lib     
  18. >  /usr/X386/lib/jump
  19. >Which files get renamed?  I tried renaming all the files in
  20. >/usr/X386/lib/jump to have extensions of .sa, but when I tried to
  21. >compile and link some files, ld gives me an error about not being
  22. >able to find libXwhatever.  I got the new binutils from tsx-11, and
  23. >I am still having the same problems.  Any ideas what could be wrong?
  24.  
  25. You should place the .sa libs in /usr/X386/lib. xmkmf will specify
  26. -L/usr/X386/lib so that ld can find the libs.
  27.  
  28. Niels
  29.