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