]> git.decadent.org.uk Git - dak.git/blob - tools/dsync-0.0/COMPILING
LOCAL: Remove replay check
[dak.git] / tools / dsync-0.0 / COMPILING
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
6     on other compilers :<
7     You will need a properly working STL as well.
8   - A C library with the usual POSIX functions and a BSD socket layer
9
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..
13
14 This is a list of platforms and information that dsync has been compiled
15 and tested on:
16
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  
20   g++ egcs-2.91.60
21   dsync 0.0 18/01/1999
22   - All versions work here
23   - Watch out! You get shared libraries! Use 'make ONLYSHAREDLIBS=' to 
24     disable
25   - You will want to have debiandoc-sgml and yodl installed to get
26     best results.
27     
28 Sun Solaris
29   SunOS ohaton 5.6 Generic_105181-11 sun4u
30   g++ 2.8.1
31   dsync 0.0 18/01/1999
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 
37     defectiveness
38   
39 HP-UX
40   HP-UX nyquist B.10.20 C 9000/780 2016574337 32-user license
41   g++ 2.8.1
42   dsync 0.0 18/01/1999
43   - I had alot of problems here initially, the utilities are very strict.
44     Things work well now.
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