File: README.irix

package info (click to toggle)
fudgit 2.42-6
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 2,468 kB
  • ctags: 2,375
  • sloc: ansic: 27,729; makefile: 793; yacc: 724; lex: 102; asm: 29; fortran: 15
file content (26 lines) | stat: -rw-r--r-- 871 bytes parent folder | download
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
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& IRIX4

 The source compiles on IRIX 3.3.1 and higher as it is.
 (FUDGIT was first developped on IRIX so it is fully tested on it).

 We have the -D_BSD_COMPAT in the makefile so
 that the signal() functions be of the proper kind.
 Just type:

	% make irix4

 and then

	% make install

 after having properly set the LIBDIR variable in the master Makefile.
 The program has been developped primarily on IRIX so that the code
 has been heavily tested on it. DO NOT STRIP THE EXECUTABLE.
 The macro SAME_STPROC should be defined in src/Makefile.irix4
 if the version of your operating system IRIX == 4.0.5. (see `uname(1)')

 The executable can be compiled by either cc or gcc.

 If you have problem getting the dynamic loading feature compiled
 just turn it off using the instruction in the master Makefile.