Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!rpi!sci.ccny.cuny.edu!dsndata!unocss!ff013 From: ff013@unocss.unomaha.edu (ff013) Newsgroups: comp.unix.aix Subject: Linkage problem on RS6000 Message-ID: <3138@unocss.unomaha.edu> Date: 29 Nov 90 19:29:01 GMT References: <122@edi386.UUCP> Organization: U. of Nebraska at Omaha Lines: 16 We are trying to link several (over 500) object modules on an RS6000 and get the error message "binder killed by signal 9". We called IBM Austin and were told that we are linking too many object modules. We compile our object modules and stick the resulting object code into an ar archive. We then compile a single Oracle user exit file and link our object modules and Oracle object modules together through cc. The command is: cc usrexit.c -o iapx ourobj.a Does anyone have a work-around on this problem or has anyone else experienced this problem? ff013@unocss.unomaha.edu