forked from pruby/GNUnet-Mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PLATFORMS
50 lines (37 loc) · 1.21 KB
/
PLATFORMS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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