Howdy All,
So I've compiled Wine quite a few times now... and this is the first time I
am trying to do it on Karmic 64bit and I am hitting the following error message
when I run make depend && make
Code:
make[2]: Leaving directory
`/home/jeff/Downloads/wine-1.1.34/dlls/winejoystick.drv'
make[2]: Entering directory
`/home/jeff/Downloads/wine-1.1.34/dlls/winemp3.acm'
../../tools/winegcc/winegcc -m32 -B../../tools/winebuild --sysroot=../.. -shared
./winemp3.acm.spec mpegl3.o -o winemp3.acm.so -lwinmm -luser32
-lkernel32 ../../libs/port/libwine_port.a -lmpg123
mpegl3.o: In function `MPEG3_Reset':
/home/jeff/Downloads/wine-1.1.34/dlls/winemp3.acm/mpegl3.c:401: undefined
reference to `mpg123_feedseek'
collect2: ld returned 1 exit status
winegcc: gcc failed
make[2]: *** [winemp3.acm.so] Error 2
make[2]: Leaving directory
`/home/jeff/Downloads/wine-1.1.34/dlls/winemp3.acm'
make[1]: *** [winemp3.acm] Error 2
make[1]: Leaving directory `/home/jeff/Downloads/wine-1.1.34/dlls'
make: *** [dlls] Error 2
Any suggestions on what I should do? Didn't get any hits on Google
pertaining to the issue and I'm not quite sure what the error means off
hand. I have the Wine build-dep installed & the build-essential package
Thanks in advance,
~Jeff