[MPlayer-users] MPlayer 0.50 on sparc solaris 8

Gregory A. Shimansky gregory at lab.sun.mcst.ru
Wed Oct 10 17:15:40 CEST 2001


>>>>> "RT" == Rojek, Tomasz <Tomasz.Rojek at siemens.pl> writes:

RT> Gregory!
>> It is most likely that your CC environment variable points to a C compiler
>> which is not gcc (most likely Sun compiler - it will not compile MPlayer).
>> Do export CC=gcc, export CXX=gcc (for bash) and try again. When I
RT> installed

RT> You were right! Thanks for the hint. But I have onather problem:
RT> configuration script didn'r finish well. These are last mesages I got:

RT> ar r libvo.a aspect.o aclib.o osd.o font_load.o yuv2rgb.o video_out.o
RT> vo_null.o vo_pgm.o vo_md5.o vo_mpegpes.o vo_odivx.o x11_common.o vo_x11.o
RT> make[1]: ar: Command not found
RT> make[1]: *** [libvo.a] Error 127
RT> make[1]: Leaving directory `/data/tomek/MPlayer-20011010/libvo'
RT> make: *** [libvo/libvo.a] Error 2

Command ar is the standard library tool needed for creating libraries. Also
you will most likely need ld command which is needed for linking
executables. These are standard binutils that usually come with compiler.
On Solaris computers they can be found in /usr/ccs/bin (add this directory
to your PATH). If you for some reason don't have Solaris binutils, you can
try to find GNU binutils but I would recommend using native Solaris
binutils.

-- 
Gregory



More information about the MPlayer-users mailing list