Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!oliveb!sun!lightsabre!kenobi From: kenobi%lightsabre@Sun.COM (Rick Kwan) Newsgroups: comp.lsi Subject: Re: Need: Spice source file unix.c for Sun 3 system. Message-ID: <113245@sun.Eng.Sun.COM> Date: 29 Jun 89 22:31:14 GMT References: <24ramcte01@ULKYVX.bitnet> Sender: news@sun.Eng.Sun.COM Reply-To: kenobi@sun.UUCP (Rick Kwan) Organization: Sun Microsystems, Mountain View Lines: 14 In article <24ramcte01@ULKYVX.bitnet> ramcte01@ULKYVX.BITNET writes: >I am trying to get Spice V2G.6 running on a Sun 3/110 system. I am pulling >the source from a DEC Ultrix system and the Sun compiler is coughing on >"unix.c". Can someone send me a copy of this file for the Sun 3? > Check the parameter passing conventions in "unix.c". The C language normally likes call-by-value; FORTRAN is call-by-reference. I ran into the same problem a few months ago at a previous employer. Fixing the parameter passing fixed the problem. Rick Kwan kenobi@sun.COM Rick Kwan Sun Intercon