Yuri Gaevsky wrote:
> BTW, you also can download mplayer package from blastwave.org.
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> laptop-discuss mailing list
> laptop-discuss at opensolaris.org
>   
Set the following to build with GNU tools:

PATH="/usr/local/bin:/usr/sfw/bin:/usr/gnu/bin:/usr/ccs/bin:/opt/SUNWspro/bin:/usr/X11/bin"
LD_LIBRARY_PATH="/usr/local/lib:/usr/sfw/lib:/usr/gnu/lib:/usr/ccs/lib:/opt/SUNWspro/lib:/usr/X11/lib"
INCLUDE_PATH="/usr/local/include:/usr/sfw/include:/usr/include:/usr/gnu/include:/usr/ccs/include:/opt/SUNWspro/include:/usr/X11/include"

bzip2 -dc mplayer-1.0rc2.tar.bz2 | tar xf -
cd mplayer-1.0rc2
./configure --prefix=/usr/local
gmake install

mplayer /path/to/file.blah

NOTICE: This will produce a 32-bit binary and would place it as 
/usr/local/bin/mplayer compiled against GNU GCC and associated tools and 
may exhibit some strange behavior, so keep it away from others as it may 
cause mental injury.

Those out there being pedantic, I know you typically don't need to set 
LD_LIBRARY_PATH on later Nevada spins, but nonetheless it's my habit 
since I've worked with Solaris 10 for so long.

James

Reply via email to