Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!tut.cis.ohio-state.edu!rutgers!netnews.upenn.edu!cps3xx!newman From: newman@pixel.cps.msu.edu (Timothy S Newman) Newsgroups: gnu.gcc Subject: problem with system() ? Message-ID: <6308@cps3xx.UUCP> Date: 5 Feb 90 15:04:08 GMT Sender: usenet@cps3xx.UUCP Reply-To: newman@pixel.cps.msu.edu (Timothy S Newman) Distribution: na Organization: Computer Science, Michigan State University, East Lansing Lines: 10 I am encountering the following error message upon linking: system_.o: Undefined symbol _units referenced from test segment The problematic line of code is a system() call. Has anyone ever seen anything like this before? Are there any restrictions on usage of system()? Thanks newman@pixel.cps.msu.edu