https://bugs.winehq.org/show_bug.cgi?id=37534
--- Comment #6 from Todd Chester ToddAndMargo@zoho.com --- (In reply to Sebastian Lackner from comment #1)
libXrender: You are missing libXrender-devel.
No I am not. This is reporting error. Looking at the config.log:
configure:9395: gcc -m32 -o conftest -g -O2 conftest.c -lXext -lX11 >&5 /usr/bin/ld: skipping incompatible /usr/lib64/libXext.so when searching for -lXext /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status configure:9395: $? = 1[/quote]
What was missing was libXext. What in the world does that have to do with libXrender?
And this fixed the issue.
# yum --enablerepo=* install libXext-devel-1.3.2-2.1.el6.i686
Please correct this reporting error to state that libXext is missing and not libXrender.
Many thanks, -T