[MPlayer-users] Building mplayer on Solaris

Murray Blakeman mblakeman at netspace.net.au
Thu Jun 10 13:03:30 CEST 2010


Change the first line of "configure" to read

     #! /bin/bash

Change the first line of "version.sh" to read

     #!/bin/bash

Change line 1570 in "configure" to read (note the tail command)

     cc_name_tmp=$($_cc -v 2>&1 | tail -1 | cut -d ' ' -f 1)

Make sure you use gsed, gawk and ggrep (the gnu versions).

I also use the following when running ./configure

     ./configure --cc=gcc --extra-cflags=-std=gnu99 
--extra-cflags=-ffast-math --extra-cflags=-fomit-frame-pointer.

I'm using gcc version 4.3.4.


On  8/06/10 02:23 AM, Brooks Lyrette wrote:
> Hey All,
>
> I can not seem to get mplayer to build in solaris.
>
> [donjulio:~/mplayer] brooks$ ./configure
> ./configure: LC_ALL=C: is not an identifier
>
> I did see this was due to:
>
> http://lists.mplayerhq.hu/pipermail/mplayer-users/2009-May/076650.html
>
> Is there any listed work around to get this to build?
>
> Thanks,
> Brooks L.
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
>    



More information about the MPlayer-users mailing list