Subject: Re: Mosaic compile under NetBSD?
To: T. Sean (Theo) Schulze <71410.25@compuserve.com>
From: Xiamin Raahauge <xiamin@scdesantis.ne.mediaone.net>
List: port-mac68k
Date: 12/09/1997 06:31:51
On Mon, 8 Dec 1997, T. Sean (Theo) Schulze wrote:
> I got the /usr/include/errno.h message, but that was only after it 
> couldn't find a number of the shared libraries.  I was editing header 
> files for a while, but figured that is not the way this is supposed to 
> go.  I added /usr/local/include to my ld.so.conf file and rebooted.  It 
> still couldn't find the includes.  So, I am re-compiling lesstif with 
> some options I didn't add last time, and I am going to take a closer look 
> at where the install makefile plans on putting things.

In the makefile, change it so that gcc gets a -I/usr/local/include flag
along with the other stuff. ld.so only deals with shared libraries, gcc is
the one that needs to be told where to look for header files.
-Xiamin