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

Bug 65866

Summary: synopsis-0.6 successfully builds under x86_64/amd64
Product: Gentoo Linux Reporter: James Couzens <jcouzens>
Component: Current packagesAssignee: AMD64 Project <amd64>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Couzens 2004-09-29 18:30:46 UTC
synopsis-0.6 successfully builds under x86_64/amd64

Of interest is that with CFLAGS: '-O3 -pipe -march=k8' I the build failed telling me that I had to add -fPIC which is something I was under the impression portage is supposed to figured out on its own?  Once I added -fPIC through the command line it built like a charm.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-02-07 12:15:06 UTC
please never ever add -fPIC to your CFLAGS, this is evil.