[winex11.drv.so] Error 2 in Hardy 64bit

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ethnopunk
Level 2
Level 2
Posts: 12
Joined: Wed Jun 03, 2009 3:38 pm

[winex11.drv.so] Error 2 in Hardy 64bit

Post by ethnopunk »

/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.4/../../../libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libXext.a when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.so when searching for -lXext
/usr/bin/ld: skipping incompatible /usr/lib/libXext.a when searching for -lXext
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [winex11.drv.so] Error 2
make[2]: Leaving directory `/home/afrodeity/wine-1.0.0/dlls/winex11.drv'
make[1]: *** [winex11.drv/__install-lib__] Error 2
make[1]: Leaving directory `/home/afrodeity/wine-1.0.0/dlls'
make: *** [dlls/__install-lib__] Error 2
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: [winex11.drv.so] Error 2 in Hardy 64bit

Post by vitamin »

ethnopunk
Level 2
Level 2
Posts: 12
Joined: Wed Jun 03, 2009 3:38 pm

Post by ethnopunk »

I followed the instructions as per the the link. This is how I got here. Please see http://forum.winehq.org/viewtopic.php?t ... b0976066fb. Now I am stuck. Please, somebody help
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

You need the 32 bit versions of all required libraries.
ethnopunk
Level 2
Level 2
Posts: 12
Joined: Wed Jun 03, 2009 3:38 pm

Post by ethnopunk »

Yes, I realise that. Question is, which 32bit library am I missing, and how can I rectify the situation so that I can make and make install without getting the error?
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

ethnopunk wrote:Yes, I realise that. Question is, which 32bit library am I missing, and how can I rectify the situation so that I can make and make install without getting the error?
Read the log you posted.
ethnopunk
Level 2
Level 2
Posts: 12
Joined: Wed Jun 03, 2009 3:38 pm

Post by ethnopunk »

libXext is probably missing. How do I get hold of it?
ethnopunk
Level 2
Level 2
Posts: 12
Joined: Wed Jun 03, 2009 3:38 pm

Post by ethnopunk »

I tried using getlibs but it says ia32libs already installed, so I not sure, maybe there is something wrong with ia32libs?
Locked