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
unable to complete installing wine from source.
unable to complete installing wine from source.
honmadvig wrote:
[Link]
http://wiki.winehq.org/Recommended_Packages
James McKenzie
Have you added the packages needed to build Wine?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???
[Link]
http://wiki.winehq.org/Recommended_Packages
James McKenzie
unable to complete installing wine from source.
On Fri, Nov 7, 2008 at 10:12 PM, honmadvig <[email protected]> wrote:
--
-Austin
Run ./configure --verbose and fix any errors.Yes I have
--
-Austin
Re: unable to complete installing wine from source.
You missinghonmadvig 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
libxext-dev
x11proto-xext-dev
issue done
Thank you, that resolved the issue... The libraries that is...