unable to complete installing wine from source.

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
honmadvig
Newbie
Newbie
Posts: 4
Joined: Fri Nov 07, 2008 10:52 pm

unable to complete installing wine from source.

Post by honmadvig »

ubuntu (8.04) hardy

This is the error's I get after performing command: make depend && make
/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/administrator/wine-1.1.8/dlls/winex11.drv'
make[1]: *** [winex11.drv] Error 2
make[1]: Leaving directory `/home/administrator/wine-1.1.8/dlls'
make: *** [dlls] Error 2


Any ideas???

extra note: Trying to get punkbuster to work with wine, otherwise I would just use the package manager to install
James McKenzie

unable to complete installing wine from source.

Post by James McKenzie »

honmadvig wrote:
ubuntu (8.04) hardy

This is the error's I get after performing command: make depend && make
/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/administrator/wine-1.1.8/dlls/winex11.drv'
make[1]: *** [winex11.drv] Error 2
make[1]: Leaving directory `/home/administrator/wine-1.1.8/dlls'
make: *** [dlls] Error 2


Any ideas???

Have you added the packages needed to build Wine?

[Link]
http://wiki.winehq.org/Recommended_Packages

James McKenzie
honmadvig
Newbie
Newbie
Posts: 4
Joined: Fri Nov 07, 2008 10:52 pm

response

Post by honmadvig »

Yes I have
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

unable to complete installing wine from source.

Post by austin987 »

On Fri, Nov 7, 2008 at 10:12 PM, honmadvig <[email protected]> wrote:
Yes I have





Run ./configure --verbose and fix any errors.

--
-Austin
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: unable to complete installing wine from source.

Post by vitamin »

honmadvig wrote:ubuntu (8.04) hardy

This is the error's I get after performing command: make depend && make
/usr/bin/ld: cannot find -lXext
collect2: ld returned 1 exit status
You missing
libxext-dev
x11proto-xext-dev
honmadvig
Newbie
Newbie
Posts: 4
Joined: Fri Nov 07, 2008 10:52 pm

issue done

Post by honmadvig »

Thank you, that resolved the issue... The libraries that is...
Locked