home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11698 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.8 KB  |  44 lines

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!chx400!urz.unibas.ch!bioftp.unibas.ch!comp.bioz.unibas.ch!doelz
  2. Newsgroups: comp.sys.sgi
  3. Subject: Re: nntp porting problem
  4. Message-ID: <1992Jul31.062356.17772@comp.bioz.unibas.ch>
  5. From: doelz@comp.bioz.unibas.ch (Reinhard Doelz)
  6. Date: Fri, 31 Jul 1992 06:23:56 GMT
  7. Reply-To: doelz@urz.unibas.ch
  8. Sender: usenet@comp.bioz.unibas.ch (NEWS transaction account)
  9. References: <reed.712507835@teal>
  10. Organization: EMBnet Switzerland [BASEL]   
  11. Keywords: nntp sgi
  12. Nntp-Posting-Host: biox.embnet.unibas.ch
  13. Lines: 29
  14.  
  15. In article <reed.712507835@teal>, reed@teal.csn.org (Jim Reed) writes:
  16. |> I have been trying to get nntp.1.5.11 ported to a 340/4d running 4.0.1, so far without luck.  The program compiles fine now, but will hang in the middle of the program server/timer.c.  
  17. |> 
  18.  
  19. It worked for me if I inserted a #undef in the beginning of timer.c: 
  20. /*
  21.  * Machinery to run routines off timers.
  22.  */
  23. #include "common.h"
  24. #undef USG
  25. #ifdef TIMERS
  26.  
  27. Forgive me if this is a pragmatic hack. Any attempts of collegues to convince
  28. me that the timer.c is correct failed - it really bombs out while compiling
  29. the standard code. 
  30.  
  31. regards 
  32. Reinhard 
  33.  
  34.  
  35. -- 
  36. +----------------------------------+-------------------------------------+
  37. |    Dr. Reinhard Doelz            | RFC     doelz@urz.unibas.ch         |
  38. |      Biocomputing                | DECNET  20579::48130::doelz         |
  39. |Biozentrum der Universitaet       | X25     022846211142036::doelz      |
  40. |   Klingelbergstrasse 70          | FAX     x41 61 261- 6760 or 267- 2078     
  41. |     CH 4056 Basel                | TEL     x41 61 267- 2076 or 2247    |   
  42. +------------- bioftp.unibas.ch is the SWISS EMBnet node ----------------+
  43.                -----------------------------------------
  44.