File: README.linux

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 (25 lines) | stat: -rw-r--r-- 785 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
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& LINUX

 To compile on LINUX type:

	% make linux

 and then

	% make install

 after having properly set the LIBDIR variable in the master Makefile.
 Linux now supports dynamic loading. Also, the `show memory' function
 is not available. Some distributions of linux require different
 flags for the lexical analyser library flag ( -ll or -lfl )
 depending if you have flex or lex.
 Edit LLFLAGS in Makefile.in if it reports yywrap-something
 not found.

 If you have dll libreadline installed, then you should comment
 out the entry for compiling the included version of readline.

 C libraries after or equal to 4.5.26 have cbrt(). You should then
 remove the -DNODBRT in the linux part of the Makefile.in master
 file.