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

--- Comment #4 from Alexandre Demers <alexandre.f.dem...@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.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to