Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3825

Summary: mplayer would not finish compile if make.conf is set to -O3
Product: Gentoo Linux Reporter: Ira Abramov <nospam-gentoo-bugzilla-20020618>
Component: Current packagesAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ira Abramov 2002-06-17 16:40:08 UTC
make.conf - had to demote -O3 down to -O2 for compile to finish, althought it
seems the makefile overrides it to -O4 anyway. weird.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-17 16:57:54 UTC
which gcc version?
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-06-18 12:37:48 UTC
Erm, in theory the CFLAGS you set in make.conf dont matter for mplayer, as it
zeros them at ./configure and make time.  The is due to the mplayer guys
not wanting to give support, and the already optimized nature of mplayer
compile flags.  This is on my box at least.  Check that you did not alter
the mplayer ebuild.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-16 17:12:06 UTC
Hiya, got it going yet ?