Summary: | media-libs/xine-lib-1.1.2_pre20060328 failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pierre Y. <pierre> |
Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | VERIFIED INVALID | ||
Severity: | major | ||
Priority: | Normal | ||
Version: | 2006.0 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Pierre Y.
2006-04-18 11:32:00 UTC
> error: CPU you selected does not support x86-64 instruction set
march=prescott is invalid for amd64 profile. For Pentium D, you need something like:
CFLAGS="-march=nocona -O2 -fomit-frame-pointer -pipe"
CXXFLAGS="${CFLAGS}"
(In reply to comment #1) > > error: CPU you selected does not support x86-64 instruction set > > march=prescott is invalid for amd64 profile. For Pentium D, you need something > like: > > CFLAGS="-march=nocona -O2 -fomit-frame-pointer -pipe" > CXXFLAGS="${CFLAGS}" > You're righ, I changed to prescott to try to compile mplayer with win32codecs. I forgot to change it back to nocona. Many thanks. OK, closing. ;) |