You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Marc Slemko <ma...@znep.com> on 1997/09/18 05:10:02 UTC

Re: os-ultrix/1137: cannot make (fwd)

The following reply was made to PR os-ultrix/1137; it has been noted by GNATS.

From: Marc Slemko <ma...@znep.com>
To: Apache bugs database <ap...@apache.org>
Subject: Re: os-ultrix/1137: cannot make (fwd)
Date: Wed, 17 Sep 1997 21:02:56 -0600 (MDT)

 
 
 
 ---------- Forwarded message ----------
 Date: Tue, 16 Sep 1997 10:18:17 -0700
 From: Alexandre Pechtchanski <al...@rockvax.rockefeller.edu>
 To: Marc Slemko <ma...@hyperreal.org>
 Subject: Re: os-ultrix/1137: cannot make
 
 At 03:40 PM 9/15/97 -0700, you wrote:
 >Synopsis: cannot make
 >
 >State-Changed-From-To: open-analyzed
 >State-Changed-By: marc
 >State-Changed-When: Mon Sep 15 15:40:22 PDT 1997
 >State-Changed-Why:
 >Please try without the SSL patches.  It is possible that
 >they are changing something that is breaking things.
 
 My apologies - I've restored the original apache_1.2.0 and make has run
 without a hitch.  It doesn't solve my problem, thou, as the main reason I
 started this was to set up a secure server.
 
 >Also give it a try without '-v' and let me know
 >the error message it gives.  I'm having trouble making
 >sense of the error message it gave with -v.
 
 With -v it prints out a whole sheinigan of cc command as cc sees it, plus
 time() output.  
 I suspect that the main problem lies in different EXTRA_CFLAGS setting: in
 the version of apache-ssl I have (and I suspect I grubbed kinda
 'development' version) it sets EXTRA_CFLAGS=-w3 -v -g
 which means:
 -w3: no warnings, die if warning issued
 -v: print all this verbose stuff, and
 -g==-g2: no optimization, but debug information.
 It also comments out (? didn't check the original) OPTIM=-O2 so that it
 becomes
 #OPTIM=-O2
 but Configure still sticks -O2 into OPTIM, so uopt complains that it can't
 both optimize (-O2) and skip optimization for the sake of debugging (-g).  
 I'm trying it right now with cleared EXTRA_CFLAGS, and it seems to like it,
 except giving me warnings which I saw mentioned in other bug reports: 
 cfe: Warning: proxy_cache.c, line 804: illegal combination of pointer and
 integer
      p = mktemp(c->tempfile);
  ------^
 I gonna look up the solution and try again.
 Thank you very much, I should bung my dumb head on the wall some more ;-)
 
 Alexandre Pechtchanski, Systems Manager, RUH, NY