summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Keil <jkeil@users.sourceforge.net>2001-10-01 09:19:25 +0000
committerJuergen Keil <jkeil@users.sourceforge.net>2001-10-01 09:19:25 +0000
commitd404f0286fbd60fe3ed62dae730eb8f5a3f0c54e (patch)
tree9759cba3b5fc224f1f3928bd1bbaa8caf11a9cce
parentb0e8fdd803216a06f014e93912e72cb6eff53426 (diff)
downloadxine-lib-d404f0286fbd60fe3ed62dae730eb8f5a3f0c54e.tar.gz
xine-lib-d404f0286fbd60fe3ed62dae730eb8f5a3f0c54e.tar.bz2
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
-rw-r--r--doc/README.solaris6
1 files changed, 6 insertions, 0 deletions
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 ...)