View Single Post
  #5   (View Single Post)  
Old 9th October 2008
graudeejs's Avatar
graudeejs graudeejs is offline
Real Name: Aldis Berjoza
ISO Quartermaster
 
Join Date: Jul 2008
Location: Riga, Latvia
Posts: 589
Default

Quote:
Originally Posted by Weaseal View Post
Code:
$ cat /etc/make.conf
# added by use.perl 2008-07-16 15:32:01
PERL_VER=5.8.8
PERL_VERSION=5.8.8

CFLAGS=-O2 -pipe
COPTFLAGS=-O2 -pipe
CPUTYPE=athlon-xp

NO_PROFILE=true
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

Last edited by graudeejs; 9th October 2008 at 05:11 PM.
Reply With Quote