Dan Hensley wrote: > On Wed, 2006-01-04 at 22:23 -0800, Joel Gomberg wrote: > >>Dan Hensley wrote: >> >>>I have e-mailed this question before but received no responses. I did >>>not find anything useful with a Google search, and I've been looking for >>>a few months. I also have not found any RPMs with yum. I am pointing >>>to Livna in addition to the standard location. >>> >>>I am trying to compile wine on FC4. I use the following configure: >>> >>>./configure --disable-debug --disable-trace --disable-win16 >>> >>>It always fails with this message: >> >>>/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.so when >>>searching for -lXext >>>/usr/bin/ld: skipping incompatible /usr/X11R6/lib64/libXext.a when >>>searching for -lXext >>>/usr/bin/ld: cannot find -lXext >> >>I received the same error message when I attempted to compile wine with >>FC4's original gcc 4.0, but I haven't had any problems with the most >>recent version: gcc-4.0.2-8.fc4. >> >>Is your gcc up to date? > > > Yes, here is what I have installed: > > [dhensley@amd64 ~]$ rpm -qa | grep gcc > libgcc-4.0.2-8.fc4 > gcc-4.0.2-8.fc4 > gcc-objc-4.0.2-8.fc4 > gcc-c++-4.0.2-8.fc4 > compat-gcc-32-3.2.3-47.fc4 > libgcc-4.0.2-8.fc4 > compat-libgcc-296-2.96-132.fc4 > gcc-gfortran-4.0.2-8.fc4 > gcc-java-4.0.2-8.fc4 > Well, then you might try using ./configure --x-libraries=/usr/X11R6/lib. I needed to add this in the past. -- Joel