Summary: | xen-3.0.2 builds fails with gcc-4.0.1-r1 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | petergun <petergun> |
Component: | New packages | Assignee: | Chris Bainbridge (RETIRED) <chrb> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Build breakage information
Basic C(XX) , same result |
Description
petergun
2006-06-06 13:02:29 UTC
Created attachment 88555 [details]
Build breakage information
-fvisibility-inlines-hidden is not supported, reopen if you can reproduce with sane C[XX]FLAGS. Created attachment 88567 [details]
Basic C(XX) , same result
I have made these mods to make.conf, same prob. CHOST="i686-pc-linux-gnu" # CFLAGS="-march=i686" # #CFLAGS="${CFLAGS} -O2" #CFLAGS="${CFLAGS} -fomit-frame-pointer" CFLAGS="${CFLAGS} -pipe" CFLAGS="${CFLAGS} -mno-tls-direct-seg-refs" # CXXFLAGS="${CFLAGS}" #CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden" Works for me with gcc-4.1.1. It looks like either a bug with your gcc, or some problem with your system setup. |