From d404f0286fbd60fe3ed62dae730eb8f5a3f0c54e Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Mon, 1 Oct 2001 09:19:25 +0000 Subject: Document dependency on gas, when compiling on solaris x86 (gas needed on x86 for 3dnow, sse, ... support) CVS patchset: 712 CVS date: 2001/10/01 09:19:25 --- doc/README.solaris | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/README.solaris b/doc/README.solaris index 99cc96c5b..6312b6476 100644 --- a/doc/README.solaris +++ b/doc/README.solaris @@ -3,6 +3,12 @@ building xine on solaris * Compile xine with GNU make (gmake, /opt/sfw/bin/gmake) +* On Solaris x86: The xine code tries to use MMX/SSE/3DNOW! instructions + of x86 CPUs, which may not assemble using Solaris' /usr/ccs/bin/as. + Make sure to use the GNU assembler as the assembler backend for the + GNU C compiler and as a standalone assembler command + (env AS=gas configure ...). + * If you get a "fatal: relocation error" ... "symbol __divdi3: referenced symbol not found" error when running xine, re-configure xine-lib with gcc as the linker command (env LD=gcc configure ...) -- cgit v1.2.3