Subject: Include files and cc
To: None <netbsd-help@netbsd.org>
From: Daniel Eggert <danieleggert@mac.com>
List: netbsd-help
Date: 12/03/2002 06:04:09
I'm trying to compile something with c and include some files in /usr/pkg/include. During running make i get:

cc -DHAS_LDAP -DUSE_SASL_AUTH -DHAS_SSL -g -O2 -I/usr/pkg/include -I. -DNETBSD1 
-c dict_ldap.c
dict_ldap.c:99: lber.h: No such file or directory
dict_ldap.c:100: ldap.h: No such file or directory
*** Error code 1

Stop.

Why? The 'lber.h' and 'ldap.h' _are_ inside /usr/pkg/include/

Thanks,
Daniel