Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!mcsun!unido!nixpbe!nixsin!koerber.sin@sni.de From: koerber.sin@sni.de (Mathias Koerber) Newsgroups: comp.lang.perl Subject: p4010: cflags problem Message-ID: <1994@nixsin.UUCP> Date: 19 Jun 91 03:34:17 GMT Sender: koerberm@nixsin.UUCP Reply-To: koerber.sin@sni.de Organization: Siemens Nixdorf Information Systems (Singapore) Pte Ltd Lines: 17 When I generated my perl 4 patchlevel 10 today, I found the following problem. cflags tests $CONFIG to find where the config script is. Too bad, my system has a $CONFIG for some other software, set by default for every user. Please Larry, If U use environmantal variables, either have their names start with a unique string, or make sure they really point to where you think they should point. And kind of document the ones Configure uses. I had to $ unset CONFIG export CONFIG $ make to get my perl to compile properly. Mathias