home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12792 < prev    next >
Encoding:
Text File  |  1992-08-29  |  1.2 KB  |  40 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!news.ans.net!cmcl2!panix!drw
  3. From: drw@panix.com (Douglas Williams)
  4. Subject: ixemul.library v39.41
  5. Message-ID: <1992Aug28.061644.8098@panix.com>
  6. Date: Fri, 28 Aug 1992 06:16:44 GMT
  7. Organization: PANIX Public Access Unix & Internet, NYC
  8. Lines: 30
  9.  
  10. I recently upgraded to 39.41, using the binary found in
  11. the pdksh distribution.  Now I notice that any gcc
  12. compiled program accesses my drive for several seconds
  13. when invoked, unless I'm running it from ksh.  This didn't
  14. happened with previous versions of the library.
  15.  
  16. For example, I compiled foo.c with gcc 2.1 with the new
  17. library installed.  It does nothing but exit.  It takes
  18. six seconds to load and run under the amiga shell or SKsh,
  19. even when invoked from RAM: with an absolute path.  It
  20. takes less than a second when invoked via ksh.
  21.  
  22. RAM:> c:version libs:ixemul.library
  23. libs:ixemul.library version 39.41
  24. RAM:> cat foo.c
  25. main() { exit (0); }
  26. RAM:> 
  27. RAM:> date; ./foo; date
  28. Thu 27-Aug-92 22:20:27
  29. Thu 27-Aug-92 22:20:33
  30. RAM:> 
  31. RAM:> ksh
  32. % time foo                                                                   
  33.    0.66s real    0.11s user    0.30s system 
  34. % exit    
  35. RAM:>
  36.  
  37. Has anyone else encountered this behavior?
  38. -- 
  39. Douglas Williams (drw@panix.com)
  40.