[Mesa-dev] [Bug 54326] When building 32 bit on 64 bit, build ends at libgbm saying it can't find 32 bit libkms.so
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 6 16:54:13 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54326
--- Comment #4 from Alexandre Demers <alexandre.f.demers at gmail.com> 2012-09-06 23:54:13 UTC ---
Created attachment 66753
--> https://bugs.freedesktop.org/attachment.cgi?id=66753
Makefile shows many libs located under 64bit folder instead of 32
Many paths point to 64bit libraries:
LIBDRM_CFLAGS = -I/usr/include/x86_64-linux-gnu
-I/usr/include/x86_64-linux-gnu/libdrm
LIBDRM_LIBS = -L/usr/lib/i386-linux-gnu/ -ldrm
LIBDRM_XORG_CFLAGS = -I/usr/include/x86_64-linux-gnu
-I/usr/include/x86_64-linux-gnu/libdrm
LIBDRM_XORG_LIBS = -L/usr/lib/x86_64-linux-gnu -ldrm
LIBKMS_CFLAGS = -I/usr/include/x86_64-linux-gnu/libkms
LIBKMS_LIBS = -L/usr/lib/x86_64-linux-gnu -lkms
LIBKMS_XORG_CFLAGS = -I/usr/include/x86_64-linux-gnu/libkms
LIBKMS_XORG_LIBS = -L/usr/lib/x86_64-linux-gnu -lkms
However,
LIBUDEV_CFLAGS =
LIBUDEV_LIBS = -ludev -lrt
are correctly dynamically found and
LIB_DIR = i386-linux-gnu
points to the good lib folder.
--
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