You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/25 00:53:14 UTC

Error in compiling 1.2b4 (fwd)

---------- Forwarded message ----------
Date: Fri, 24 Jan 1997 13:13:41 -0800
From: Sam Rogers <sr...@svr.net>
To: apache-bugs@apache.org
Subject: Error in compiling 1.2b4

To all:

This is the output from when I try and complie on a Sparc 10 running
2.5.1.

svr-ws:root: make
(cd regex; make lib CC=gcc AUX_CFLAGS="-O2 -DSOLARIS2 " RANLIB=ranlib)
rm -f *.o
sh ./mkh  -i _REGEX_H_ regex2.h regcomp.c regerror.c regexec.c regfree.c
>regex.tmp
cmp -s regex.tmp regex.h 2>/dev/null || cp regex.tmp regex.h
rm -f regex.tmp
sh ./mkh  -p regcomp.c >regcomp.ih
gcc -I. -DPOSIX_MISTAKE -O2 -DSOLARIS2  -c  regcomp.c
sh ./mkh  -p engine.c >engine.ih
gcc -I. -DPOSIX_MISTAKE -O2 -DSOLARIS2  -c  regexec.c
sh ./mkh  -p regerror.c >regerror.ih
gcc -I. -DPOSIX_MISTAKE -O2 -DSOLARIS2  -c  regerror.c
gcc -I. -DPOSIX_MISTAKE -O2 -DSOLARIS2  -c  regfree.c
rm -f libregex.a
ar crv libregex.a regcomp.o regexec.o regerror.o regfree.o
a - regcomp.o
a - regexec.o
a - regerror.o
a - regfree.o
ar: writing libregex.a
ranlib libregex.a
gcc -c -Iregex  -O2 -DSOLARIS2   alloc.c
alloc.c: In function `pstrcat':
alloc.c:410: `__builtin_va_alist' undeclared (first use this function)
alloc.c:410: (Each undeclared identifier is reported only once
alloc.c:410: for each function it appears in.)
alloc.c: In function `pfopen':
alloc.c:789: warning: assignment makes pointer from integer without a
cast
alloc.c: In function `pfdopen':
alloc.c:805: warning: assignment makes pointer from integer without a
cast
alloc.c: In function `spawn_child_err':
alloc.c:961: warning: assignment makes pointer from integer without a
cast
alloc.c:973: warning: assignment makes pointer from integer without a
cast
alloc.c:985: warning: assignment makes pointer from integer without a
cast
*** Error code 1
make: Fatal error: Command failed for target `alloc.o'
svr-ws:root: