The following reply was made to PR config/666; it has been noted by GNATS. From: Marc Slemko <[EMAIL PROTECTED]> To: Christian Gilmore <[EMAIL PROTECTED]> Subject: config/666 Date: Wed, 4 Jun 1997 22:13:25 -0600 (MDT)
On Wed, 4 Jun 1997, Christian Gilmore wrote: > At 9:02 PM -0700 6/3/97, [EMAIL PROTECTED] wrote: > > >Please send the contents of your src/Makefile.config > >and support/Makefile. It should include them... > > src/Makefile.config: > > ############### > # Platform: SGI IRIX I assume this is from a different machine? You reported it for SunOS 5.5.1 originally. If this is for a different machine, what version of IRIX is it? I would prefer to go through this either on SunOS 5.5.x or IRIX 6.2, since those are the platforms that I have the easiest access to. What is output when you run ./Configure? What compiler is used when you make the server? Did you change the Configuration file? Are you sure you didn't uncomment the CC= line but leave it empty? > # Final Rules: > # Rule WANTHSREGEX=yes > ############### > CFLAGS1= -DIRIX > INCLUDES1= -Iregex > LIBS1= > LFLAGS1= > BROKEN_BPRINTF_FLAGS= > REGLIB=regex/libregex.a > RANLIB=true > SHELL=/bin/sh > > #### End of Configure created section #### > > > > support/Makefile: > > ############### > # Platform: SGI IRIX > # Final Rules: > # Rule WANTHSREGEX=yes > ############### > CFLAGS1= -DIRIX > INCLUDES1= -Iregex > LIBS1= > LFLAGS1= > BROKEN_BPRINTF_FLAGS= > REGLIB=regex/libregex.a > RANLIB=true > SHELL=/bin/sh > > #### End of Configure created section #### > # Apache makefile template (well, suffix). > > # This is combined with the information in the "Configuration" file > # by the configure script to make the actual Makefile. > > CFLAGS=$(OPTIM) $(CFLAGS1) $(EXTRA_CFLAGS) > LIBS=$(EXTRA_LIBS) $(LIBS1) > INCLUDES=-I../src -I../src/regex $(INCLUDES1) $(EXTRA_INCLUDES) > LFLAGS=$(LFLAGS1) $(EXTRA_LFLAGS) > > .c.o: > $(CC) -c $(CFLAGS) $(INCLUDES) $< > > TARGETS=htpasswd htdigest httpd_monitor rotatelogs logresolve > > all: $(TARGETS) > > htpasswd: htpasswd.c > $(CC) $(CFLAGS) htpasswd.c -o htpasswd $(LIBS) > > htdigest: htdigest.c > $(CC) $(CFLAGS) htdigest.c -o htdigest > > httpd_monitor: httpd_monitor.c > $(CC) $(INCLUDES) $(CFLAGS) httpd_monitor.c -o httpd_monitor > > rotatelogs: rotatelogs.c > $(CC) $(INCLUDES) $(CFLAGS) rotatelogs.c -o rotatelogs > > logresolve: logresolve.c > $(CC) $(INCLUDES) $(CFLAGS) logresolve.c -o logresolve $(LIBS) > > clean: > rm -f $(TARGETS) > > > > > I hope this helps. > > Regards, > Christian > > ---------------------------------------------------------------------- > Christian Gilmore | [EMAIL PROTECTED] > Room C047 | http://www.research.att.com/info/cgilmore > 180 Park Avenue | > Florham Park, NJ 07932 | > (201) 360 - 8366 | AT&T Research, Florham Park > > > > >
