https://bugs.freedesktop.org/show_bug.cgi?id=29585
--- Comment #1 from Török Edwin <edwinto...@gmail.com> 2010-08-15 11:13:21 PDT --- Try 2. Build 32-bit talloc: ./configure --prefix=/opt/xorg --libdir=/opt/xorg/lib32 CC=gcc -m32 CFLAGS=-march=native -O2 -g make make install Problem is that mesa calls pkg-config --libs from the Makefile and not from configure, at which time PKG_CONFIG_PATH is no longer set. Try 3. Export PKG_CONFIG_PATH. Now it worked. I suggest that pkg-config --libs be run at configure time, or just build the builtin talloc if system one can't be found (or wrong bitness). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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