1 To compile this you need a couple things
2 - A working POSIX system with working POSIX sh, awk and sed
3 - GNU Make 3.74 or so, -- normal UNIX make will NOT work
4 - A working ANSI C++ compiler, this is not g++ 2.7.*
5 g++ 2.8 works OK and newer egcs work well also. Nobody has tried it
7 You will need a properly working STL as well.
8 - A C library with the usual POSIX functions and a BSD socket layer
10 The MD5 routine needs to know about the architecture, many of the common
11 ones are in buildlib/archtable and buildlib/sizetable if your processor/host
12 is not listed then just add them..
14 This is a list of platforms and information that dsync has been compiled
17 Debian GNU Linux 2.1 'slink'
18 Linux Wakko 2.0.35 #1 Sun Nov 15 20:54:42 MST 1998 i586 unknown
19 Linux faure 2.0.35 #1 Tue Oct 30 14:31:28 CST 2018 alpha unknown
22 - All versions work here
23 - Watch out! You get shared libraries! Use 'make ONLYSHAREDLIBS=' to
25 - You will want to have debiandoc-sgml and yodl installed to get
29 SunOS ohaton 5.6 Generic_105181-11 sun4u
32 - The Sun I used did not have 'ar' in the path for some reason, it is
33 in /usr/ccs/bin/ar, export this before running configure or edit
34 environment.mak to fix it.
35 - libpthread seems to have some defectiveness issue with pthread_once,
36 it doesn't actually work. The code has a hack to advoid the
40 HP-UX nyquist B.10.20 C 9000/780 2016574337 32-user license
43 - I had alot of problems here initially, the utilities are very strict.
45 - The HP-UX I used had gnu-make installed as 'gmake' this causes configure
46 to die when it does 'make dirs' I ran 'gmake dirs' by hand.
47 - There is a snprintf in the libraries someplace but it does not declare
48 it in any header, this causes all sorts of fun compile warnings