https://bugs.freedesktop.org/show_bug.cgi?id=80034
--- Comment #3 from Tapani Pälli <lem...@gmail.com> --- (In reply to comment #2) > export CFLAGS="-m${LIBDIRSUFFIX} -O3 -march=native -pipe" > export CXXFLAGS="${CFLAGS} -fvisibility-inlines-hidden" > export CPPFLAGS="${CXXLAGS} -I${XBUILD}/include > -L${XBUILD}/lib${LIBDIRSUFFIX}:${XBUILD}/lib:/usr/lib${LIBDIRSUFFIX}" Note that there is typo setting CPPFLAGS ("CXXLAGS"). Also feeding CXXFLAGS to CPPFLAGS can potentially cause problems (?) At least you should see following errors when compiling: "cc1: warning: command line option '-fvisibility-inlines-hidden' is valid for C++/ObjC++ but not for C [enabled by default]" (just noticed this when I tried to reproduce the bug) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev