On 08/14/08 03:50, Basant Kukreja wrote: > On Thu, Aug 14, 2008 at 01:36:22AM +0530, Seema Alevoor wrote: >> I have updated the webrev ( http://cr.opensolaris.org/~seema/6670736/ ). >> >> Main changes include patches to apr_hints.m4 and apr_common.m4 >> apr_hints.m4 - to add the threaded flags. >> >> apr_common.m4 - to use the Sun compiler's flag, "-xM" to generate >> makefile dependencies. Since, for httpd we use the bundled configure >> script, there is a need to patch this file, too. >> Without this, mod_auth_gss build caused the following error: >> cc1: error: invalid option `t' > > Check for gcc in your PATH and in generated build/config_vars.mk and > build/rules.mk. apr's configure does something with GCC. I think GCC is not > set > in your environment. > I do have it in the evironment. $ which gcc /usr/sfw/bin/gcc
I will reset the environment and run the build again to see if it goes through without errors. Thanks, Seema.