summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-06-21 17:34:23 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-06-21 17:34:23 +0000
commit436b928915f56a8bc56fc7065800fad7e474e158 (patch)
tree9d0680a8099f22e639058ce366e79032129f13f7 /doc
parenta2c0482e17a5d1d0ea99d06b81e94c0e7b5cb4e2 (diff)
downloadxine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.gz
xine-lib-436b928915f56a8bc56fc7065800fad7e474e158.tar.bz2
solaris and stability patches provided by Juergen Keil
CVS patchset: 211 CVS date: 2001/06/21 17:34:23
Diffstat (limited to 'doc')
-rw-r--r--doc/README9
-rw-r--r--doc/README.solaris8
2 files changed, 14 insertions, 3 deletions
diff --git a/doc/README b/doc/README
index a91890f28..7af89b377 100644
--- a/doc/README
+++ b/doc/README
@@ -75,9 +75,12 @@ xine has so far been sucessfully used on the following systems:
- Linux on a Amd K6-2@475
using XFree86 4.1.0 on a 3dfx voodoo3 2000 PCI 16Mb
(Xv is working on this configuration)
+- Solaris 8 on Intel
+ see READNE.solaris for more infomation
-Work for non-Intel platforms has started but has not yet reached a
-working state.
+non-intel platforms:
+- Solaris 8 on SPARC
+ see READNE.solaris for more infomation
usage:
------
@@ -335,4 +338,4 @@ contacting the xine project:
Daniel Caujolle-Bert <f1rmb@users.sourceforge.net>
Siegfried Langauf <siggi@users.sourceforge.net>
- $Id: README,v 1.2 2001/06/17 01:22:08 guenter Exp $
+ $Id: README,v 1.3 2001/06/21 17:34:23 guenter Exp $
diff --git a/doc/README.solaris b/doc/README.solaris
new file mode 100644
index 000000000..c5f08575c
--- /dev/null
+++ b/doc/README.solaris
@@ -0,0 +1,8 @@
+building xine on solaris
+------------------------
+
+Compile xine with GNU make (gmake, /opt/sfw/bin/gmake)
+
+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 ...)