home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: fheitka@ibm.net (Frederick V. Heitkamp)
- Newsgroups: comp.unix.amiga
- Subject: Re: Compiling X Programs Under Amiga Linux?
- Date: 30 Jan 1996 11:35:25 GMT
- Organization: Home Site
- Message-ID: <4ekvpt$1rbg@news-s01.ny.us.ibm.net>
- References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE> <4e547j$1jsk@news-s01.ny.us.ibm.net> <4e5730$bf3@idefix.CS.kuleuven.ac.be> <4eid6s$uqo@news-s01.ny.us.ibm.net> <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>
- NNTP-Posting-Host: slip37-208-98.ibm.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=ISO-8859-1
- Keywords: X, libraries, Amiga, Linux
- X-Newsreader: WinVN 0.99.6
-
- In article <4eikui$i5g@news.Informatik.Uni-Oldenburg.DE>,
- Frank.Neumann@Informatik.Uni-Oldenburg.DE┌ says...
- >
- >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?
- >
- >No, that's just another link, but not the one you need for linking. As Geert
- >said: For every *.so.6.0 library, do something like:
- >
- >ln -s <libname>.so.6.0 <libname>.so
-
- Hmmm. That appears to be different from the PC version of Linux, at least
- the way I'm have it now. Is that the correct convention?
-
- Fred Heitkamp
-
-