⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.sun386i

📁 早期freebsd实现
💻 SUN386I
字号:
Date:	Mon, 16 Mar 1992 14:49:10 -0400From:	<beebe@math.utah.edu>To:	david@cs.dal.ca, arnold@skeeve.atl.ga.us...On the Sun 386i, floating-point numbers are printed without a leadingzero digit.  This causes the cmp step to fail for the chem target.  Irevised the Makefile, and at the same time, inserted an RM macro inplace of the many rm calls.  The complete updated Makefile is appendedbelow. This change should be applied to all systems to avoid theleading-zero problem in the future.On the Sun 386i, my initial "make sunos40" resulted in a load failurewith>> Undefined:>> strncasecmp>> strftimeI therefore modified the Makefile to readOPTIMIZE=	-g -O -fstrength-reduce -DSTRFTIME_MISSING -DSTRCASE_MISSINGand loading got further, but still failed:>> tzset: ld: /lib/libc.a(localtime.o): multiply defined>> *** Error code 1>> make: Fatal error: Command failed for target `gawk'>> Current working directory /home/share/gnu/src/gawk-2.13>> *** Error code 1>> make: Fatal error: Command failed for target `test'Investigation with nm showed that localtime() is only referenced bybuiltin.o, so I simply did	chmod +x gawk	make test bigtestand was able to complete the test after the leading-zero digit fixwas applied to the Makefile.The Sun 386i is not receiving further development by Sun, and SunOS4.0.3 is the last O/S release for it, so perhaps you don't want to doanything other than note the problem in the README file.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -