File: INSTALL

package info (click to toggle)
dctc 0.79.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,180 kB
  • ctags: 819
  • sloc: ansic: 13,974; sh: 2,678; makefile: 100; perl: 14
file content (16 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Just do as usual. ./configure ; make ; make install

After compilation, you obtain 2 programs inside src/
- hublist
- dctc


--------------------------------------------------------------------------------
configure accepts the following extra parameter:

--enable-bug-workaround: Some old glibc (2.1.x) contain bugs when threads are
                         used and generate Bus Error. The problem has been
                         detected on a Redhat having glibc 2.1.3 on a SPARC. One
                         of the problem occurs if semctl(GETVAL) is performed in
                         a thread.