From owner-freebsd-questions Tue Jan 9 19:36:23 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02194 for questions-outgoing; Tue, 9 Jan 1996 19:36:23 -0800 (PST) Received: from cats.ucsc.edu (root@cats-po-1.UCSC.EDU [128.114.129.22]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA02187 for ; Tue, 9 Jan 1996 19:36:15 -0800 (PST) Received: from neutron.neutron.org by cats.ucsc.edu with SMTP id TAA26655; Tue, 9 Jan 1996 19:36:02 -0800 Message-ID: <30F333C7.76B4@cats.ucsc.edu> Date: Tue, 09 Jan 1996 19:34:31 -0800 From: bill clarke Organization: dept. of physics X-Mailer: Mozilla 2.0b3 (Win16; I) MIME-Version: 1.0 To: questions@freebsd.org Subject: o'reilly Xlib programming examples Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk hello all i am running FBSD 2.0.5 and am having a bit of trouble installing the programming examples from o'reilly's Xlib Programming Manual, copyright 1995. i download the file xlibprgs4.tar.Z from ftp.uu.net and untar it int my directory /usr/X11R6. it puts everything into the subdirectory xlib, including an Imakefiles. so, from the directory /usr/X11R6/xlib i type xmkmf and get the output: imake -DUseInstalled -I/usr/X11R6/lib/X11/config Imakefile.c:3 Imake.tmpl No Such file or directory imake exit code 33. Stop. i also tried compiling by hand with cc -g -o basic basicwin.c -lX11 to no avail. the compiler could not find the include files, or the library files. to anyone who has successfully installed the o'reilly x-stuff, what am i doing wrong? ie what directories should i put this stuff in? what compiler switches? any help would be much appreciated. sincerely bill clarke (physics cowboy)