Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!mips!ptimtc!rdmei!icspub!astemgw!kuis!nishio From: nishio@kuis.kyoto-u.ac.jp (Nishio `Cchwitz' Shuichi) Newsgroups: comp.windows.interviews Subject: Re: installing on SPARCstation running 4.0.3 Message-ID: Date: 22 Apr 91 17:00:45 GMT References: Sender: news@kuis.kyoto-u.ac.jp Distribution: comp Organization: Department of Information Science, Kyoto University, Japan Lines: 16 In article drich@klaatu.lanl.gov (David O. Rich) writes: Are there any know problems trying to install InterViews 3.0 (Beta) on a SPARCstation running SunOS 4.0.3? In my first attempt (using Saber-C++) several files did not compile due to "cpp" segmentation faults or bus errors (weird). I'm in the process of trying it using the Sun C++ compiler instead. Anyone seen this weirdness? From my experience, 1. for cpp's segmentation fault, add +i option to C++ driver(CC) . 2. in 4.0.3, waitpid() is lacking, so you cannot link ibuild. I tried to substitute with wait4(), but ibuild dies when I try to execute the produced code, so this might have been wrong. --nishio