mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Remove SunPRO cc/c99 note, which may (or may not) be outdated
This commit is contained in:
parent
2124bf7486
commit
a58ac125c1
22
README
22
README
@ -170,25 +170,3 @@ These are also used in the example configuration files:
|
||||
|
||||
* Ogg Theora:
|
||||
- Decoder/Encoder: ffmpeg2theora (http://v2v.cc/~j/ffmpeg2theora/)
|
||||
|
||||
|
||||
|
||||
OPERATING SYSTEM SPECIFIC NOTES
|
||||
:::::::::::::::::::::::::::::::::
|
||||
|
||||
|
||||
* Ezstream and SunPRO cc/c99 on Solaris:
|
||||
|
||||
Ezstream may not build with SunPRO cc/c99 "out of the box" if a threaded
|
||||
libshout was built with gcc. This known issue results in the following
|
||||
error message from the linker:
|
||||
|
||||
ld: fatal: option -h and building a dynamic executable are incompatible
|
||||
|
||||
This is related to gcc and GNU ld using different compiler/linker flags,
|
||||
related to POSIX threads, than the SunPRO compilers. These are being passed
|
||||
on to ezstream, where cc or c99 ultimately chokes on them.
|
||||
|
||||
Ezstream compiles with both cc/c99 and gcc if libshout was built with Sun's
|
||||
compiler. If libshout was built with gcc, compile ezstream with gcc as
|
||||
well.
|
||||
|
Loading…
Reference in New Issue
Block a user