On Thu, Apr 15, 2010 at 12:48 PM, Ionut Biru <[email protected]> wrote: > add before ./configure: > export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
tried changing build to the following but it still bails out with the same error... but that gave me a new idea... hmm... it's my FLAGS... CFLAGS="-march=core2 -O2 -pipe" CXXFLAGS="-march=core2 -O2 -pipe" dunno why it doesn't like core2 optimizations but it seems to bail for this package when using those... reverting them to CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe" CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe" works... problem solved... PEBCAK? -- Caleb Cushing http://xenoterracide.blogspot.com
