Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!dimacs.rutgers.edu!rutgers!rochester!lubkin From: lubkin@cs.rochester.edu (Saul Lubkin) Newsgroups: comp.unix.sysv386 Subject: -Xp optionin ISC cc Keywords: startup code in /lib for ISC cc Message-ID: <1991Apr23.145657.8672@cs.rochester.edu> Date: 23 Apr 91 14:56:57 GMT Organization: Computer Science Department University of Rochester Lines: 17 The ISC cc links in some startup code from /lib -- I think crt[01].o -- on invocation. Apparantly, when "-Xp" is used, alternative POSIX compliant startup code is used instead -- perhaps crtp[01].o, or something else. /lib contains crt[01].o, crtn.o, crtp[01].o, mcrt[01].o, mcrtp1.o, pcrt[01].o and pcrtp1.o. Could someone enlighten me as to which of these are linked in when? This is relevant to my trying to create a useable job control support version of bash for ISC 2.2. I have made a job control bash -- but it causes a system panic when vpix is run under it. Sincerely, Saul Lubkin