Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!sdcsvax!nosc!cod!murphys From: murphys@cod.UUCP (Steven P. Murphy) Newsgroups: comp.sys.ibm.pc Subject: Stack overflow in MSC V3.0 Message-ID: <719@cod.UUCP> Date: Tue, 9-Jun-87 19:43:13 EDT Article-I.D.: cod.719 Posted: Tue Jun 9 19:43:13 1987 Date-Received: Fri, 12-Jun-87 05:35:42 EDT Organization: Naval Ocean Systems Center, San Diego Lines: 14 Keywords: help I am having troubles with C, MSC V3.0 to be exact. I have written a program on a pc to do some matrix operations and I had been using LINT on a main frame to help debug it. The problem is it compiles on the main frame with % cc filename -lm and runs, but on the pc I use: > msc /AL /FPi filename > link /STACK:65000 filename and all I get is stack overflow. Any help with what I'm doing wrong would be greatly appreciated. Thank in advance. Murph,