Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!shelby!csli!cwitty From: cwitty@csli.Stanford.EDU (Carl Witty) Newsgroups: comp.soft-sys.andrew Subject: Re: Problems installing on Sun4 Message-ID: <15009@csli.Stanford.EDU> Date: 22 Aug 90 18:01:49 GMT References: <9008220745.AA07291@andorfer.fmi.uni-passau.de.> Sender: cwitty@csli.Stanford.EDU (Carl Witty) Organization: CSLI, Stanford University Lines: 19 In-reply-to: eherer@andorfer.fmi.uni-passau.de's message of 22 Aug 90 07:45:32 GMT A problem I have with installing ATK (PL6) on a Sun4: Compiling with cc without optimizer option completes without any problems. But starting an application brings up the following error message: illegal instruction (core dumped). Compile the whole thing statically (with the -Bstatic flag) (or get a list of the applications that use dynamic loading, and compile them statically. Anybody have such a list?) Why doesn't the documentation mention that this is necessary? Is there something odd about my case, such that it works for most people without compiling statically? Carl Witty cwitty@cs.stanford.edu