On Wed, Jul 01, 1998 at 09:52:15AM +0200, [EMAIL PROTECTED] wrote: > On Tue, Jun 30, 1998 at 07:01:48PM -0700, Ian Eure wrote: > > Hey... I'm not seeing libX11.a anywhere... It's needed to compile X client > > bins, > > No. It is only needed to compile _static_ X client binaries. Unless you have > special needs, the dynamic library (/usr/X11R6/libX11.so) suffices. Simply > compile -lX11 . ld: cannot open -lX11: No such file or directory make[1]: *** [maube] Error 1
Phaktory# ls -l /usr/X11R6/lib/libX11* lrwxrwxrwx 1 root root 13 Jun 26 07:42 /usr/X11R6/lib/libX11.so -> libX11.so.6.1 lrwxrwxrwx 1 root root 13 Jun 26 07:40 /usr/X11R6/lib/libX11.so.6 -> libX11.so.6.1 -rw-r--r-- 1 root root 679276 Jun 23 14:48 /usr/X11R6/lib/libX11.so. /etc/ld.so.conf says: /usr/local/lib /usr/lib/libc5-compat /lib/libc5-compat /usr/X11R6/lib /usr/lib/i486-linuxaout /usr/local/StarOffice4/lib quoth the compiler, nevermore. this was done as a user at first, then as root in case there were some weird permissions problems. So... any idea why this isn't happy? -- ______________________________________________________________ | ian eure, network admin, freelance security consultant, and | | manically depressed paranoid schizophrenic, at your service. | ; <[EMAIL PROTECTED]> - http://minion.org ; : raw speed = 105.6 wpm with 4.5% errors : . . . . . . . . . . . . . . . . . . . . . . -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

