Path: utzoo!utgpu!watmath!iuvax!bsu-cs!jbwaters From: jbwaters@bsu-cs.UUCP (J. Brian Waters) Newsgroups: comp.sys.amiga.tech Subject: Re: Question about EXAMINE/EXNEXT Summary: _abort Message-ID: <6077@bsu-cs.UUCP> Date: 13 Mar 89 03:59:31 GMT References: <8374@netnews.upenn.edu> <757@microsoft.UUCP> <5977@bsu-cs.UUCP> <5307@hcr.UUCP> Distribution: na Organization: The Binary Bin Lines: 14 In article <5307@hcr.UUCP>, edwin@hcr.UUCP (Edwin Hoogerbeets) writes: > Unfortunately, there is no way to put this into a library, is there? If you > try to link your library containing the revised scdir and your _abort > before the standard c.lib, _abort won't be needed and won't get linked > in. Also, if you link your library after the c.lib, the linker will > pick up the _abort already in c.lib, and will ignore yours! You can put it into a library by having the scdir replacment and _abort load together as one object module. This would not solve the problem though as a program could call exit and skip the _abort routine... it really needs to be part of the cleanup routines. -- Brian Waters !{iuvax|pur-ee}!bsu-cs!jbwaters