From apache-bugdb-owner@apache.org Tue Jun 24 21:40:16 1997 Received: (from majordom@localhost) by hyperreal.com (8.8.5/8.8.5) id VAA08503; Tue, 24 Jun 1997 21:40:16 -0700 (PDT) Received: (from nobody@localhost) by hyperreal.com (8.8.5/8.8.5) id VAA08306; Tue, 24 Jun 1997 21:39:51 -0700 (PDT) Date: Tue, 24 Jun 1997 21:39:51 -0700 (PDT) Message-Id: <199706250439.VAA08306@hyperreal.com> To: apache-bugdb@apache.org, marc@apache.org, soney@peaktech.com From: marc@hyperreal.com Subject: Re: mod_env/780: can't compile mod_env.c Sender: apache-bugdb-owner@apache.org Precedence: bulk Synopsis: can't compile mod_env.c State-Changed-From-To: open-analyzed State-Changed-By: marc State-Changed-When: Tue Jun 24 21:39:50 PDT 1997 State-Changed-Why: Why are you trying to use a C++ compiler to compile a C program? Try using cc instead. It compiles fine on a 10.20 system using either HPUX's cc or gcc. What happens if you don't mess with anything in the Configuration file?