Subject: Re: compiling xv (fwd)
To: None <port-mac68k@NetBSD.ORG>
From: Josh Hope <otaku@redneck.hick.com>
List: port-mac68k
Date: 08/04/1997 00:04:36
Er, uhm...Ben didn't send this to the list :) This was the solution to my
problem, just for the records...
Thanks Ben!
Josh
---------- Forwarded message ----------
Date: Sun, 3 Aug 1997 23:25:10 -0700 (PDT)
From: Ben Cottrell <benco@pendor.mckusick.com>
To: otaku@redneck.hick.com
Subject: Re: compiling xv
Try the command:
ln -s /usr/X11R6/include/X11 /usr/include
which will create a symlink /usr/include/X11 to /usr/X11R6/include/X11.
Perhaps the "right" way is to add an "-I/usr/X11R6/include" to the
compilation directives in the Makefile for each individual program you
compile, but the symlink way is an easy way to make a lot of programs
at once compile correctly, so that's what I usually do.
Hope this helps! :-)
~Ben