[XviD-devel] xvidcore on Solaris

Edouard Gomez ed.gomez at free.fr
Mon Nov 27 21:37:19 CET 2006


Le Mon, 27 Nov 2006 16:28:21 +0200, apostolo a écrit:
> If you really want to use gas instead of solaris as, then just
> #cd /usr/ccs/bin
> #cp as as.solaris
> #cp /usr/sfw/bin/gas as
> 
> #cd /usr/ccs/bin
> #cp ld ld.solaris
> #cp /usr/sfw/bin/gld ld

Setting AS and LD on the make command line is enough.
$ ./configure
$ make AS=gas LD=gld

Concerning the nasm/yasm not found messages, they speak for themselves...
those assemblers are not installed. So if you wanna get x86(_64) optims on,
you'd better install them before compiling xvidcore.

-- 
Edouard Gomez



More information about the XviD-devel mailing list