[18113] in Athena Bugs
linux 8.4.10: X
daemon@ATHENA.MIT.EDU (Yonah Schmeidler)
Mon Aug 7 19:35:12 2000
Message-Id: <200008072335.TAA24021@alice-whacker.mit.edu>
To: bugs@MIT.EDU
Date: Mon, 07 Aug 2000 19:35:08 -0400
From: Yonah Schmeidler <yonah@MIT.EDU>
System name: alice-whacker.mit.edu
Type and version: i686 8.4.10
Display type:
Shell: /afs/sipb/project/tcsh/tcsh
Window manager: unknown
What were you trying to do?
Compile and link a test program:
athena% gcc -c foo.c
athena% gcc foo.o -lX11
What's wrong:
It compiled but failed to link.
What should have happened:
It should have failed to compile (not found X11/Xlib.h) or
successfully linked (found libX11.a or .so).
Other:
The issue is really that the X development files should either
be considered part of the system, in which case the libraries
should be available in /usr/lib, or not, in which case the
headers should not be available in /usr/include.