Platforms.txt 3.3 KB

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