Tim Janssen wrote:
Thanks you all, for the abundant info on this. I am fine with sticking to 32 bit for now. However, how do I compile Mplayer in 32bit mode? Manu suggested
And change, in the configure, the search order of the libraries :
/usr/lib:/usr/lib64 instead of /usr/lib64:/usr/lib
but I have been unable to find these lines in the CVS version configure file. When I ignore that bit and simply set the flags (as Manu also suggested)
export CFLAGS=-m32 export LDFLAGS=-m32
doing a configure/make results in a mess:
wrapper.S: Assembler messages: wrapper.S:25: Error: `pusha' is not supported in 64-bit mode wrapper.S:28: Error: suffix or operands invalid for `push' wrapper.S:32: Error: suffix or operands invalid for `push' wrapper.S:34: Error: suffix or operands invalid for `push' wrapper.S:39: Error: suffix or operands invalid for `push' wrapper.S:40: Error: suffix or operands invalid for `push' wrapper.S:49: Error: `popa' is not supported in 64-bit mode wrapper.S:51: Error: suffix or operands invalid for `pop' wrapper.S:52: Error: suffix or operands invalid for `push' wrapper.S:58: Error: suffix or operands invalid for `push' wrapper.S:59: Error: `pusha' is not supported in 64-bit mode wrapper.S:62: Error: suffix or operands invalid for `push' wrapper.S:66: Error: suffix or operands invalid for `push' wrapper.S:68: Error: suffix or operands invalid for `push' wrapper.S:73: Error: suffix or operands invalid for `push' wrapper.S:74: Error: suffix or operands invalid for `push' wrapper.S:81: Error: `popa' is not supported in 64-bit mode make[1]: *** [wrapper.o] Error 1
Thus: how to compile mplayer as a 32bit application?
Thanks! Tim
--- Manuel Soriano <manu@valux.org> wrote:
El Sábado 04 Marzo 2006 13:50, Tom Corr escribió:
On Friday 03 March 2006 09:04, Manuel Soriano wrote:
For a while i don't use other viewer than mplayer :
http://www.mplayerhq.hu/design7/dload.html
very easy to configure, compile & using...
mplayer have some problems in 64bit & with the compiler included in the Suse-10.0, you have some solutions :
compile in 32bit mode with the stock compiler compile in 32bit mode with the old gcc compiler compile in 64bit mode with the stock compiler,but with some restrictions, like the windows codes cimpile in 64bit mode with the old gcc compiler, with the same restrictions.
The old gcc compiler gives you more stability when you copy "autorised" pictures... I use the version 3.3.6 of the gcc.
To compile in 32bit mode, you need to declare two variables :
export CFLAGS=-m32 export LDFLAGS=-m32
And change, in the configure, the search order of the libraries :
/usr/lib:/usr/lib64 instead of /usr/lib64:/usr/lib
Enjoy...
--
Bye, Manu.
Break the rules! Break the windows! Use Linux! manu at valux.org http://www.valux.org Linux is here to stay. FUD won't make it go away. ************************************************* * Manuel Soriano * Lo Perello/Valencia/Spain * ( AbM Compliant ) Linux Counter Nº: 294597 Para que funcione la alianza de civilizaciones, todos deben ser civilizados.
-- Check the List-Unsubscribe header to unsubscribe For additional commands, email: suse-amd64-help@suse.com
Hi, i want to share my experience with mplayer and w32 codecs. I had installed the mplayer- rpm from packman via apt (Synaptic). I could, until now, not play any w32 files. Then i read the tip here to rebuild the source-rpm. After i rebuild the source and installed the new prm, the w32 files can now be played. Hope it helps someone Michael