autoconf works fine, all dependencies are met with extensive use of sid packages and make halts with the following error: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxcb.a(xcb_conn.o): relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxcb.a: could not read symbols: Bad value
(In reply to comment #1) > /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../../lib/libxcb.a(xcb_conn.o): > relocation R_X86_64_32 against `.rodata' can not be used when making a shared > object; recompile with -fPIC Please provide more context from the build output, at the very least the full linker command line.
Also, where is your /usr/lib/libxcb.a from, and (why) is there no corresponding /usr/lib/libxcb.so?
No reply and build system has changed a lot since report. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.