You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Martin Kraemer <Ma...@mch.sni.de> on 1999/04/27 22:17:30 UTC

[PATCH] TestCompile: ease standalone debugging

When something goes wrong during "configure" or "Configure" execution,
it is often difficult to find out what exactly went wrong. More often
than not, the TestCompile utility detected a missing library or file.

a) we should add a HINT: to use "VERBOSE=yes ./configure" to enable
   printing of the compiler error messages

b) we should improve the usage of TestCompile so that a user can call
   it from the command line to see what's wrong
   (e.g., helpers/TestCompile -v lib db dbopen).
Currently, the latter is difficult, because TestCompile uses $(MAKE)
to start the compilation -- but $MAKE is usually unset (unless called
by make or set manually).
The following patch falls back to using make if $(MAKE) is unset. This
helps in debugging from the command line.

    Martin
-- 
<Ma...@MchP.Siemens.De>      |        Siemens Information and
Phone: +49-89-636-46021               |        Communication  Products
FAX:   +49-89-636-47816               |        81730  Munich,  Germany