📄 readme.ultrix
字号:
When compiling on DECstation running Ultrix 4.0 a command 'cc -c -Oregex.c' is causing an infinite loop in an optimizer. Other sourcescompile fine with -O flag. If you are going to use this flag eitheradd a special rule to Makefile for a compilation of regex.c, or issue'cc -c regex.c' before hitting 'make'.From: Steve Simmons <scs@wotan.iti.org>Subject: Non-bug report on gawk 2.13.2To: david@cs.dal.ca, arnold@skeeve.atl.ga.usDate: Thu, 25 Jul 1991 13:45:38 -0300Just fyi -- it passes tests with flying colors under Ultrix 4.2. TheREADME.ultrix file applies more than ever. You might want to addthese paragraphs to it: As of Ultrix 4.2 the optimise works for regex.c, but you must give an additional switch to get everything optimised. Using '-Olimit 1500' does the job. Without the switch gawk will compile and run correctly, but you will get complaints about lost optimisations in builtin.c, awk.tab.c and regex.c. The configure for ultrix4.1 works just fine for ultrix4.2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -