Subject: Re: parse.h missing for crypto/dist/heimdal/lib/com_err/
To: Jeremy C. Reed <reed@reedmedia.net>
From: None <wojtek@wojtek.from.pl>
List: netbsd-users
Date: 01/27/2001 01:19:12
> 
> 
> If I understand correctly, this parse.h is created with lex or yacc.
> 
> Wojciech Puchar posted a similar error this week to this list (parse.h was
> missing from crypto/dist/heimdal/lib/sl/). But the follow up said "it was
> my failure of putting too much strange things in /etc/mk.conf".
>  RELEASEDIR=/usr/src/netbsd/release
> 
> My /etc/mk.conf has:
>  COPTS+=         -g
>  LDFLAGS+=       -g

this is my current mk.conf which works

COPTS= -mpentiumpro -O2
DBG= -mpentiumpro -O2

bad was with CFLAGS=

after change of mk.conf you need to make distclean