NOTES_OSR5_BUILD_SKUNKWARE97
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. This port to Osr5 was donated by 
  2.     ARTURO MONTES    mitosys@colomsat.net.co
  3. Its a snapshot of the 1.60 Beta 5 version 
  4. It passes all the tests except test_fork (this seems to be  a problem 
  5. with  the MIT source)
  6. and  I suspect there may also  to be problems with 
  7. the floating point initialisation and perhaps the netdb access as well
  8. Regarding the networking API's mind the following (ARTURO):
  9. - Always we are searching host address in /etc/hosts by default, if you
  10. want other behaviour let me to know.
  11. - If you haven't an entry in /etc/hosts, please create it and after test
  12. with DNS service.
  13. regarding floating point initialisation (ARTURO)
  14. ...mit-pthreads/pthreads/tests> ./test_preemption_float
  15. test_preemption_float INDETERMINATE
  16. I inhibit the pthread float code, but they are a minor changes in machdep.c.
  17. > What did you do/needs to be done here ??
  18. Look into machdep.c machdep_save_float_state() and
  19. machdep_restore_float_state() routine. I think the initialization float
  20. code can have problems with pthread initialization code.
  21. ----------------
  22. If you wish to rebuild from source you'll need the gnus devsys
  23. (gmake and gcc) and don't use configure to reconfigure the makefiles, etc
  24.     ( I don't know why this is but it doesn't work)
  25. If Arturo keeps me updated with buildable snapshots I'll endeavour to keep
  26. the skunkware Website updated with them.
  27. Best of luck
  28. hops 01-Aug-97