Blob


2 ngIRCd - Next Generation IRC Server
4 (c)2001-2006 Alexander Barton
5 alex@barton.de, http://www.barton.de/
7 ngIRCd is free software and published under the
8 terms of the GNU General Public License.
10 -- Platforms.txt --
13 This file lists the status of all platforms on which the ngIRCd has been
14 tested. Included is the date and version of the last "official" test and
15 the name of the tester/maintainer.
17 If you successfully compiled and tested ngIRCd on a platform that isn't
18 listed here, please contact Alexander Barton, <alex@barton.de>, so that this
19 list can be updated. Thanks for your help!
22 the executable works ("runs") as expected --+
23 tests run successfully ("make check") --+ |
24 ngIRCd compiles ("make") --+ | |
25 ./configure works --+ | | |
26 | | | |
27 Platform Compiler ngIRCd Date Tester C M T R See
28 --------------------------- ------------ ---------- -------- ------ - - - - ---
29 alpha/unknown/netbsd3.0 gcc 3.3.3 CVSHEAD 06-05-07 fw Y Y Y Y (3)
30 hppa/unknown/openbsd3.5 gcc 2.95.3 CVSHEAD 04-05-25 alex Y Y Y Y
31 hppa1.1/unknown/linux-gnu gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y
32 hppa2.0/unknown/linux-gnu gcc 3.3.5 0.9.x-CVS 05-06-27 alex Y Y Y Y
33 i386/pc/solaris2.9 gcc 3.2.2 CVSHEAD 04-02-24 alex Y Y Y Y
34 i386/pc/solaris2.11 gcc 3.4.3 CVSHEAD 06-08-04 alex Y Y Y Y
35 i386/unknown/freebsd5.2.1 gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y
36 i386/unknown/freebsd6.0 gcc 3.4.4 0.10.0-p1 06-08-04 alex Y Y Y Y (3)
37 i386/unknown/freebsd6.1 gcc 3.4.4 CVSHEAD 06-05-07 fw Y Y Y Y (3)
38 i386/unknown/gnu0.3 gcc 3.3.3 0.8.0 04-05-30 alex Y Y n Y
39 i386/unknown/netbsdelf1.6.1 gcc 2.95.3 CVSHEAD 04-02-24 alex Y Y Y Y
40 i386/unknown/netbsdelf3.0.1 gcc 3.3.3 0.10.0-p1 06-08-30 alex Y Y Y Y (3)
41 i386/unknown/openbsd3.9 gcc 3.3.5 0.10.0-p1 06-08-30 alex Y Y Y Y (3)
42 i686/pc/cygwin gcc 3.3.1 0.8.0 04-05-30 alex Y Y n Y
43 i686/pc/linux-gnu gcc 2.95.4 0.8.0 04-05-30 alex Y Y Y Y (1)
44 i686/pc/linux-gnu gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y (1)
45 i386/pc/linux-gnu gcc 4.1.2 0.10.0-p1 06-08-30 alex Y Y Y Y (1)
46 m68k/apple/aux3.1.1 Orig. A/UX 0.7.x-CVS 03-04-22 alex Y Y Y Y (2)
47 m68k/hp/hp-ux9.10 Orig. HPUX 0.7.x-CVS 03-04-30 goetz Y Y Y Y
48 m88k/dg/dgux5.4R3.10 gcc 2.5.8 CVSHEAD 04-03-15 alex Y Y ? ?
49 powerpc/apple/darwin6.5 gcc 3.1 0.7.x-CVS 03-04-23 alex Y Y Y Y
50 powerpc/apple/darwin7.4.0 gcc 3.3 0.8.0 04-05-30 alex Y Y Y Y
51 powerpc/apple/darwin7.9.0 gcc 3.3 CVSHEAD 06-05-07 fw Y Y Y Y (3)
52 powerpc/apple/darwin8.1.0 gcc 4.0 0.9.x-CVS 05-06-27 alex Y Y Y Y
53 powerpc/unknown/linux-gnu gcc 3.3.3 0.8.0 04-05-30 alex Y Y Y Y
54 powerpc/unknown/openbsd3.6 gcc 2.95.3 0.10.0 06-10-08 alex Y Y n Y
55 sparc/sun/solaris2.6 gcc 2.95.3 0.7.x-CVS 03-04-22 alex Y Y Y Y
56 sparc/sun/solaris2.7 gcc 3.3 0.8.0 04-05-30 alex Y Y Y Y
57 sparc/unkn./netbsdelf1.6.1 gcc 2.95.3 0.8.0 04-05-30 alex Y Y Y Y
60 Notes
61 ~~~~~
63 (1) i686/pc/linux-gnu:
64 ngIRCd has been tested with various Linux distributions, such as SuSE,
65 RedHat, Debian, and Gentoo using Kernels 2.2.x, 2.4.x and 2.6.x with
66 various versions of the GNU C compiler (starting with 2.95.x and up to
67 version 4.1.x). The eldest glibc used was glibc-2.0.7. ngIRCd compiled
68 and run on all these systems without problems.
69 Actual Linux kernels (2.6.x) and glic's support the epoll() IO interface.
71 (2) This compiler is an pre-ANSI C compiler, therefore the source code is
72 automatically converted using the included ansi2knr tool while building.
74 (3) Using the kqueue() IO interface.
76 --
77 $Id: Platforms.txt,v 1.18 2006/10/08 14:09:16 alex Exp $