"make buildworld" fails

Dimitry Andric dim at FreeBSD.org
Wed Aug 7 14:29:25 UTC 2013


On Aug 7, 2013, at 15:40, Robert Huff <roberthuff at rcn.com> wrote:
> Boris Samorodov writes:
...
>> Are there some non-default configure/environment values?
> 
> 	Not as far as I know.  There is no src.conf; make.conf is appended.
> 
> 
> 			Robert Huff
> 
> 
> 
> CFLAGS=			-O -pipe -g 

Just a note: don't set CFLAGS with =, always use +=, e.g.:

CFLAGS+=		-O -pipe -g

Also, you might want to set -g in DEBUG_FLAGS instead, not directly in CFLAGS.

-Dimitry



More information about the freebsd-current mailing list