On Wed, 2002-12-04 at 09:28, Eero af Heurlin wrote: > > > > looks like you are missing the flock declaration. in Linux it is > > declared in <sys/file.h>, it may be in a different header file on > > Solaris 9. Try to find it and include that header file. > > > > It seems thyat for some wicked reason it is not looking for includes in > /usr/include at all, all includedirs point to /usr/local/, I tried > adding to the CPPFLAGS "-I/usr/include" but got different set of errors, > I'm thinking I'm missing some other flags, but don't know which ones.
from 'info gcc':
`C_INCLUDE_PATH'
`CPLUS_INCLUDE_PATH'
`OBJC_INCLUDE_PATH'
These environment variables pertain to particular languages. Each
variable's value is a colon-separated list of directories, much
like `PATH'. When GCC searches for header files, it tries the
directories listed in the variable for the language you are using,
after the directories specified with `-I' but before the standard
header file directories.
might be worth a shot.
cheers,
--
Envida http://www.envida.net/
Armand A. Verstappen Graadt van Roggenweg 328
[EMAIL PROTECTED] 3531 AH Utrecht
tel: +31 (0)30 298 2255 Postbus 19127
fax: +31 (0)30 298 2111 3501 DC Utrecht
signature.asc
Description: This is a digitally signed message part
