[MPlayer-users] How to cross-compile mplayer.exe
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Dec 15 20:00:53 CET 2012
On Fri, Dec 14, 2012 at 11:46:54PM +0000, bat guano wrote:
> configuration: --target=i686-wine --cc=winegcc -m32 --windres=wrc --enable-gui
>
> ============ Checking for gcc version ============
> Result is: 4.5.2
> ##########################################
> ============ Checking for working compiler ============
> int main(void) { return 0; }
>
> gcc /tmp/mplayer-configure--1872/tmp.c -fno-pic -UWIN32 -U_WIN32 -U__WIN32 -U__WIN32__ -DWINE_NOWINSOCK -Dstricmp=strcasecmp -I. -Iffmpeg -fno-common -lwinmm -o /tmp/mplayer-configure--1872/tmp.exe -lm
> /usr/bin/ld: cannot find -lwinmm
> collect2: ld returned 1 exit status
> ********
>
> Any idea why it's giving this message?
Because it's not actually using winegcc, I don't think you have a
working winegcc on your system.
More information about the MPlayer-users
mailing list