To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.
Portability: Difference between revisions
Jump to navigation
Jump to search
Added missing Category. Now shows up in Category page for ZNC |
DarthGandalf (talk | contribs) works on cygwin |
||
Line 1: | Line 1: | ||
This page tries to display the current status of ZNC on different platforms. | This page tries to display the current status of ZNC on different platforms. | ||
''TODO: need to substitute this static table with automatic testing'' | |||
{| border="0" | {| border="0" | ||
Line 27: | Line 28: | ||
|-style="background:lightgreen" | |-style="background:lightgreen" | ||
| || icpc (icc) || ok || Seems to work fine if you are lucky (Hint: <code>-diag-disable 383,444,869,981,1419,1572,1710,1711,1712,2259</code>) | | || icpc (icc) || ok || Seems to work fine if you are lucky (Hint: <code>-diag-disable 383,444,869,981,1419,1572,1710,1711,1712,2259</code>) | ||
|-style="background: | |-style="background:lightgreen" | ||
| Windows || | | Windows || cygwin || ok || | ||
|} | |} | ||
[[Category:ZNC]] | [[Category:ZNC]] |
Revision as of 04:28, 31 December 2012
This page tries to display the current status of ZNC on different platforms.
TODO: need to substitute this static table with automatic testing
Platform | Compiler | Status | Notes |
---|---|---|---|
Linux | gcc | ok | |
FreeBSD | gcc | ok | |
OpenBSD | gcc | ok | |
GNU | gcc | ok | |
Darwin | gcc | ok | |
Cygwin | gcc | ok | |
Solaris >= 10 | gcc | ok | Requires znc 0.093 or later |
Solaris <= 9 | gcc | ok | Requires znc 0.099 or later |
Irix | gcc | ok | Requires znc 0.099 or later |
Windows | msvc | ok | Unoffical patches and precompiled packages available at [1] |
icpc (icc) | ok | Seems to work fine if you are lucky (Hint: -diag-disable 383,444,869,981,1419,1572,1710,1711,1712,2259 )
| |
Windows | cygwin | ok |