OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: pcre compile under Netbsd
From: Wietse Venema (wietseporcupine.org)
Date: Tue Jul 04 2000 - 09:12:38 CDT


J.D. Bronson:
> gcc -O2 -DHAS_PCRE -I/usr/local/include -g -I. -DNETBSD1 -c dict_pcre.c
> dict_pcre.c:60: pcre.h: No such file or directory

Type man cc, skip forward to the section that explains the -I
command-line option.

        Wietse