README.solaris
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

MultiPlatform

  1. Never compile anything in a locale other than "C" unless you are sure
  2. that your C-compiler and the program 'nm' has been patched.
  3. This is not needed with Solrais 2.6 or later and with the Workshop 5.0
  4. compiler or later.
  5. To ensure that locale "C"' is set, do
  6. setenv LC_ALL C
  7. in csh
  8. or
  9. LC_ALL=C
  10. export LC_ALL
  11. in sh
  12. before running make.
  13. The reason:
  14. 1) On Solaris before 2.5.1 'nm' dumps core in any other locale.
  15. For that reason lorder will not work.
  16. *** no patch available **** but fixed on Solaris 2.5.1
  17. according to Sun
  18. 2) The SunPro C-compiler will not convert floating
  19. point numbers correctly if e.g. in "de" locale (Germany)
  20. 1.3 will be interpreted as 1.0!!!!
  21. *** patch available ***
  22. If you want to do compilations on Solaris, it is best not have /usr/ucb
  23. in your PATH. If you want to have /usr/ucb in the PATH it must be the last
  24. entry.
  25. To be able to use 'make' 'as' and 'ld' you need to make sure that 
  26. /usr/ccs/bin is in your path.
  27. For CD-Recording please read the README.volmgt too.