readme.solaris
来自「刻录光盘的程序」· SOLARIS 代码 · 共 39 行
SOLARIS
39 行
Never compile anything in a locale other than "C" unless you are surethat your C-compiler and the program 'nm' has been patched.This is not needed with Solrais 2.6 or later and with the Workshop 5.0compiler or later.To ensure that locale "C"' is set, dosetenv LC_ALL Cin cshorLC_ALL=Cexport LC_ALLin shbefore running make.The reason:1) On Solaris before 2.5.1 'nm' dumps core in any other locale. For that reason lorder will not work. *** no patch available **** but fixed on Solaris 2.5.1 according to Sun2) The SunPro C-compiler will not convert floating point numbers correctly if e.g. in "de" locale (Germany) 1.3 will be interpreted as 1.0!!!! *** patch available ***If you want to do compilations on Solaris, it is best not have /usr/ucbin your PATH. If you want to have /usr/ucb in the PATH it must be the lastentry.To be able to use 'make' 'as' and 'ld' you need to make sure that /usr/ccs/bin is in your path.For CD-Recording please read the README.volmgt too.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?