home *** CD-ROM | disk | FTP | other *** search
- Path: pc1.ibm.net!heitkamp
- From: heitkamp@ibm.net (Frederick V. Heitkamp)
- Newsgroups: comp.unix.amiga
- Subject: Re: Compiling X Programs Under Amiga Linux?
- Date: 6 Feb 1996 11:52:00 GMT
- Organization: Private Site
- Message-ID: <4f7fd0$5hk@news-s01.ny.us.ibm.net>
- References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <52v68drdyrk.fsf@aleko.kom.auc.dk>
- Reply-To: fheitka@ibm.net
- NNTP-Posting-Host: slip37-208-82.ibm.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Jes Degn Soerensen (jds@kom.auc.dk) wrote:
- : >>>>> "Frank" == Frank Neumann <Frank.Neumann@Informatik.Uni-Oldenburg.DE> writes:
-
- : Frank> Hi, fheitka@ibm.net (Frederick V. Heitkamp) writes:
-
- : >>> Try to create soft links from /usr/X11R6/lib/lib*.so to the
- : >>> /usr/X11R6/lib/lib*.so.6.0 libraries, e.g.
- : >>>
- : >>> cd /usr/X11R6/lib ln -s libX11.so.6.0 libX11.so
- : >>>
- : >> Right now it is: libX11.so.6 -> libX11.so.6.0.0
-
- : >> etc.
-
- : >> Isn't that correct?
-
- : Frank> No, that's just another link, but not the one you need for
- : Frank> linking. As Geert said: For every *.so.6.0 library, do
- : Frank> something like:
-
- : Frank> ln -s <libname>.so.6.0 <libname>.so
-
- : After creating the links I had to run 'ldconfig' once more in order to
- : get it working - dunno if thats your problem. I tried just setting
-
- I tried making these links. The programs still won't link. I get the
- same error messages as before. Perhaps my ld is the problem?
-
- Fred Heitkamp
-
-