[MPlayer-users] 1.0pre4 build problem

D Richard Felker III dalias at aerifal.cx
Mon May 3 22:30:37 CEST 2004


On Mon, May 03, 2004 at 11:45:37PM +0400, Mikhail Ramendik wrote:
> Hello,
> 
> I am trying to build MPlayer 1.0pre4 (actually as an RPM, based on an
> older spec from my distro). And the compile fails. 
> 
> Here are the last lines of make:
> 
> cc -I../libvo/ -I../../libvo -march=athlon -D_REENTRANT
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
> -I/usr/X11R6/include -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o i386/cputest.o i386/cputest.c 

Did you read the BIG WARNING after running configure:

Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
      compile *** DO NOT REPORT BUGS if you tweak these files ***

Apparently you set CFLAGS to something bogus before running configure,
since there are NO optimization flags in the above commandline...
Please unset the CFLAGS variable and then run configure again.

Rich




More information about the MPlayer-users mailing list