This file lists the known problems with GNUnet on various platforms.

Let us know if you know more about it then we do.  The test is quite
easy.  Run "make check" and "gnunet-transport-check" *after*
configuring GNUnet (including placing a valid configuration files at
~/.gnunet/gnunet.conf and /etc/gnunetd.conf).  That should yield all
the information necessary (assuming it compiles).


GNU/Linux (x86):
- perfect

GNU/Linux (AMD Athlon64):
- perfect

GNU/Linux (Ultra Sparc):
- unknown

GNU/Linux (Alpha):
- unknown

FreeBSD (x86):
- perfect

OpenBSD:
- tested without the gtk+, qt, guile, ncurses and mysql dependencies 
  (so no gnunet-gtk or gnunet-setup) on OpenBSD 4.2 

NetBSD:
- unknown

OS X (10.3.7, PowerPC):
- GNUNET_PREFIX needs to be set properly for 'make check'
- You may have to recompile some libraries (if you get a linker error)
  libgpg-error: add configure flag --disable-nls
  libgmp: add configure flag --with-pic
  [Thanks, kkaz/johnh, see Mantis #968]

Solaris:
- unknown

Cygwin (x86):
- plugins cannot be loaded (FATAL)
- difficult to compile (autotools trouble)
- gnunet-transport-check fails
- TCP transport does not work ("Transport endpoint is not connected")
- CTRL-C has no effect

MinGW (x86):
- perfect
