On Sun, Feb 03, 2013 at 10:13:10AM -0800, Ben Widawsky wrote: > - The build kind of sucks on Arch because of Arch's choices regarding > python libraries. To build this on Arch, you must run something like: > ./autogen.sh PYTHON_LDFLAGS="-L/usr/lib/python3.3 -lpython3.3m" Don't you have a python3.pc that would allow you to pull the right flags? An other detail it that we can't add those hard dependencies to i-g-t, distributions will hate us (even more). So you'd need to make its compilation optional. -- Damien