View Single Post
  #6   (View Single Post)  
Old 9th October 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

Quote:
Originally Posted by killasmurf86 View Post
Why do you ppl use custom flags?????
Don't you know, it ain't nothing but a problem

By default there are more flags specified, than you did, and you only specified few(2) default flags, basically you disabled some, that's all.

remove CFLAGS (and , i'm not sure what is COPTFLAGS, but seams to me that thei are about the same) and recompile what you compiled with these flags
There really isn't anything out of the ordinary with that make.conf. Infact it is really quite minimal.

COPTFLAGS are the CFLAGS used for building the kernel only. It is usually best just to keep it at:
COPTFLAGS= -O -pipe

Here is my /etc/make.conf
Code:
CPUTYPE?=core2
CFLAGS=-O2 -fno-strict-aliasing -pipe
COPTFLAGS=-O -pipe
WITH_OPENSSL_BASE=yes
WANT_FAM_SYSTEM=gamin
PERL_VER=5.8.8
PERL_VERSION=5.8.8
I don't think this is a problem with make.conf. Weaseal, is this the same box as here: http://www.daemonforums.org/showthread.php?t=2058?
Reply With Quote