blob: c5f08575ca489f2be0161b2e9008b626ca3e439e (
plain)
1
2
3
4
5
6
7
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 ...)
|