[Mesa-dev] [Bug 29585] glsl2: --enable-32-bit doesn't check for talloc properly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 15 11:13:20 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29585

--- Comment #1 from Török Edwin <edwintorok at 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.


More information about the mesa-dev mailing list