Blame


1 52a24c4b 2003-04-22 alex
2 52a24c4b 2003-04-22 alex ngIRCd - Next Generation IRC Server
3 52a24c4b 2003-04-22 alex
4 52a24c4b 2003-04-22 alex (c)2001-2003 by Alexander Barton,
5 52a24c4b 2003-04-22 alex alex@barton.de, http://www.barton.de/
6 52a24c4b 2003-04-22 alex
7 52a24c4b 2003-04-22 alex ngIRCd is free software and published under the
8 52a24c4b 2003-04-22 alex terms of the GNU General Public License.
9 52a24c4b 2003-04-22 alex
10 52a24c4b 2003-04-22 alex -- Platforms.txt --
11 52a24c4b 2003-04-22 alex
12 52a24c4b 2003-04-22 alex
13 52a24c4b 2003-04-22 alex This file lists the status of all platforms on which the ngIRCd has been
14 52a24c4b 2003-04-22 alex tested. Included is the date and version of the last "official" test and
15 52a24c4b 2003-04-22 alex the name of the tester/maintainer.
16 52a24c4b 2003-04-22 alex
17 52a24c4b 2003-04-22 alex If you successfully compiled and tested ngIRCd on a platform that isn't
18 52a24c4b 2003-04-22 alex listed here, please contact Alexander Barton, <alex@barton.de>, so that this
19 52a24c4b 2003-04-22 alex list can be updated. Thanks for your help!
20 52a24c4b 2003-04-22 alex
21 52a24c4b 2003-04-22 alex
22 52a24c4b 2003-04-22 alex the executable works ("runs") as expected --+
23 52a24c4b 2003-04-22 alex tests run successfully ("make check") --+ |
24 52a24c4b 2003-04-22 alex ngIRCd compiles ("make") --+ | |
25 52a24c4b 2003-04-22 alex ./configure works --+ | | |
26 52a24c4b 2003-04-22 alex | | | |
27 52a24c4b 2003-04-22 alex Platform Compiler ngIRCd Date Tester C M T R See
28 52a24c4b 2003-04-22 alex --------------------------- ------------ ---------- -------- ------ - - - - ---
29 e7102559 2003-04-28 alex i386/pc/solaris2.9 gcc 3.2.2 0.7.x-CVS 03-04-28 alex Y Y Y Y
30 bdc08ae2 2003-05-15 alex i386/unknown/freebsd5.0 gcc 3.2.1 0.7.0 03-05-15 alex Y Y Y Y
31 34ede2a9 2003-05-05 alex i386/unknown/gnu0.3 gcc 3.2.3 CVSHEAD 03-05-05 alex Y Y n Y
32 52a24c4b 2003-04-22 alex i386/unknown/netbsdelf1.6.1 gcc 2.95.3 0.7.x-CVS 03-04-23 alex Y Y Y Y
33 c43d47d6 2003-04-23 alex i686/pc/cygwin gcc 3.2 0.7.x-CVS 03-04-24 alex Y Y n Y
34 bdc08ae2 2003-05-15 alex i686/pc/linux-gnu gcc 2.95/3.x 0.7.0 03-05-15 alex Y Y Y Y (1)
35 52a24c4b 2003-04-22 alex m68k/apple/aux3.1.1 Orig. A/UX 0.7.x-CVS 03-04-22 alex Y Y Y Y (2)
36 34ede2a9 2003-05-05 alex m68k/hp/hp-ux9.10 Orig. HPUX 0.7.x-CVS 03-04-30 goetz Y Y Y Y
37 09075652 2003-04-23 alex powerpc/apple/darwin6.5 gcc 3.1 0.7.x-CVS 03-04-23 alex Y Y Y Y
38 52a24c4b 2003-04-22 alex sparc/sun/solaris2.6 gcc 2.95.3 0.7.x-CVS 03-04-22 alex Y Y Y Y
39 52a24c4b 2003-04-22 alex
40 34ede2a9 2003-05-05 alex
41 52a24c4b 2003-04-22 alex Notes
42 52a24c4b 2003-04-22 alex ~~~~~
43 52a24c4b 2003-04-22 alex (1) i686/pc/linux-gnu:
44 52a24c4b 2003-04-22 alex ngIRCd has been tested with various Linux distributions, such as SuSE,
45 52a24c4b 2003-04-22 alex RedHat, Debian, and Gentoo using Kernels 2.2.x or 2.4.x and various
46 52a24c4b 2003-04-22 alex versions of the GNU C compiler (2.95.3, 3.0, 3.2 and 3.3). The eldest
47 52a24c4b 2003-04-22 alex glibc used was glibc-2.0.7. ngIRCd compiled and run on all these systems
48 52a24c4b 2003-04-22 alex without problems.
49 52a24c4b 2003-04-22 alex
50 52a24c4b 2003-04-22 alex (2) This compiler is an pre-ANSI C compiler, therefore the source code is
51 52a24c4b 2003-04-22 alex automatically converted using the included ansi2knr tool while building.
52 52a24c4b 2003-04-22 alex
53 52a24c4b 2003-04-22 alex
54 52a24c4b 2003-04-22 alex --
55 bdc08ae2 2003-05-15 alex $Id: Platforms.txt,v 1.7 2003/05/15 21:33:47 alex Exp $