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