Subject: values.h
To: port-sun3 <port-sun3@NetBSD.ORG>
From: Mauricio Tavares <raub@kushana.aero.ufl.edu>
List: port-sun3
Date: 01/11/1996 11:57:44
	I am planning on compiling scsiinfo in my 3/50.  Once I tried to 
run its makefile, I got a few error messages:

raub@keshya: 22> make
cc -DISP -DESP -DDRVR_SPECIFIC_WKAROUNDS -DSUNOS_VERSION=\"4.1.1\" -g 
-I.  -c scsiinfo.c
scsiinfo.c:26: values.h: No such file or directory
In file included from scsiinfo.c:45:
./sunos5.h:23: sys/ddi.h: No such file or directory
./sunos5.h:28: sys/sunddi.h: No such file or directory
./sunos5.h:29: sys/ddi_impldefs.h: No such file or directory
./sunos5.h:30: sys/scsi/conf/device.h: No such file or directory
./sunos5.h:32: sys/scsi/impl/transport.h: No such file or directory

Without bothering about the sunos5.h messages for the time being, we can 
see the compiler can't find values.h in /usr/include.  Running find, I 
did find a values.h file in /usr/include/g++.  Would it be equivalent to 
/usr/include/values.h?  If so, should I link it to /usr/include/values.h 
or simply tell the compiler to look for header files in /usr/include/g++? 

-- 

 ===========================+=============================================
| Mauricio Tavares          | "We will attack...                          |
| raub@kushana.aero.ufl.edu |  ...under the cover of daylight!" Rimmer    |
 ===========================+=============================================