home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!gatech!news.ans.net!cmcl2!panix!drw
- From: drw@panix.com (Douglas Williams)
- Subject: ixemul.library v39.41
- Message-ID: <1992Aug28.061644.8098@panix.com>
- Date: Fri, 28 Aug 1992 06:16:44 GMT
- Organization: PANIX Public Access Unix & Internet, NYC
- Lines: 30
-
- I recently upgraded to 39.41, using the binary found in
- the pdksh distribution. Now I notice that any gcc
- compiled program accesses my drive for several seconds
- when invoked, unless I'm running it from ksh. This didn't
- happened with previous versions of the library.
-
- For example, I compiled foo.c with gcc 2.1 with the new
- library installed. It does nothing but exit. It takes
- six seconds to load and run under the amiga shell or SKsh,
- even when invoked from RAM: with an absolute path. It
- takes less than a second when invoked via ksh.
-
- RAM:> c:version libs:ixemul.library
- libs:ixemul.library version 39.41
- RAM:> cat foo.c
- main() { exit (0); }
- RAM:>
- RAM:> date; ./foo; date
- Thu 27-Aug-92 22:20:27
- Thu 27-Aug-92 22:20:33
- RAM:>
- RAM:> ksh
- % time foo
- 0.66s real 0.11s user 0.30s system
- % exit
- RAM:>
-
- Has anyone else encountered this behavior?
- --
- Douglas Williams (drw@panix.com)
-