Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!tut.cis.ohio-state.edu!SIRIUS.CTR.COLUMBIA.EDU!yjj From: yjj@SIRIUS.CTR.COLUMBIA.EDU (Yuan Jiang) Newsgroups: comp.sys.dec Subject: A bug in "cc" of DecStation 3100? Message-ID: <9010260352.AA13466@tut.cis.ohio-state.edu> Date: 26 Oct 90 03:51:54 GMT References: <12924@neptune.inf.ethz.ch> Sender: daemon@tut.cis.ohio-state.edu Organization: Columbia University Center for Telecommunications Research Lines: 13 I'm linking my program with a black-box library. I get undefined: environ Appearently, "execv" in the standard library is called and it calls "environ", which should also be in the standard library. "environ" is listed in reference 7 (miscllaneous functions) of the programming reference. I used -lc and -lm when linking. Is this a bug or I missed to link some library. Thanks, Yuan