yjj@SIRIUS.CTR.COLUMBIA.EDU (Yuan Jiang) (10/26/90)
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