source: trunk/essentials/sys-apps/gawk/README_d/README.ultrix

Last change on this file was 3076, checked in by bird, 18 years ago

gawk 3.1.5

File size: 1.6 KB
Line 
1When compiling on DECstation running Ultrix 4.0 a command 'cc -c -O
2regex.c' is causing an infinite loop in an optimizer. Other sources
3compile fine with -O flag. If you are going to use this flag either
4add a special rule to Makefile for a compilation of regex.c, or issue
5'cc -c regex.c' before hitting 'make'.
6
7From: Steve Simmons <scs@wotan.iti.org>
8Subject: Non-bug report on gawk 2.13.2
9To: david@cs.dal.ca, arnold@skeeve.atl.ga.us
10Date: Thu, 25 Jul 1991 13:45:38 -0300
11
12Just fyi -- it passes tests with flying colors under Ultrix 4.2. The
13README.ultrix file applies more than ever. You might want to add
14these paragraphs to it:
15
16 As of Ultrix 4.2 the optimise works for regex.c, but you must give an
17 additional switch to get everything optimised. Using '-Olimit 1500'
18 does the job. Without the switch gawk will compile and run correctly,
19 but you will get complaints about lost optimisations in builtin.c,
20 awk.tab.c and regex.c.
21
22From: Arnold Robbins <arnold@math.utah.edu>
23Date: Sun Sep 8 07:05:07 EDT 1996
24
25On Decstations using Ultrix 4.3, the tweakfld test case will fail. It
26appears that routines in the math library return very small but non-zero
27numbers in cases where most other systems return zero.
28
29From: Juergen Kahrs <jkahrs@castor.atlas.de>
30Date: Wed Jan 17 13:15:34 MET 2001
31
32On Ultrix 4.3, configure like this:
33
34 ./configure --disable-nls
35
36In custom.h, we defined HAVE_MKTIME in order to avoid a linker error.
37If you compile with
38
39 make check
40
41every test will pass, except for the badargs test:
42
43 *** Error code 1 (ignored)
44
45This shouldnt cause problems.
46
Note: See TracBrowser for help on using the repository browser.