Solaris 10 x86, gcc 3.4.6
# make
make -s all-recursive
Making all in libsystem
Making all in libBBS
Making all in rzsz
Making all in src
[Compiling bm.c]
bm.c: In function `modify_denytime':
bm.c:539: error: structure has no member named `tm_gmtoff'
bm.c:539: error: structure has no member named `tm_gmtoff'
bm.c:596: error: structure has no member named `tm_gmtoff'
bm.c:596: error: structure has no member named `tm_gmtoff'
bm.c: In function `modify_user_deny':
bm.c:626: warning: implicit declaration of function `get_denied_freetype'
bm.c:636: error: structure has no member named `tm_gmtoff'
bm.c:636: error: structure has no member named `tm_gmtoff'
bm.c: In function `clubmember':
bm.c:1232: warning: int format, pid_t arg (arg 4)
*** Error code 1
The following command caused the error:
source='bm.c' object='bm.o' libtool=no \
depfile='.deps/bm.Po' tmpdepfile='.deps/bm.TPo' \
depmode=gcc3 /bin/bash ../depcomp \
"/export/home0/kbs_svn/kbs_bbs/wrapper.sh" -DHAVE_CONFIG_H -I. -I. -I.. -DBBSMAIN -D_POSIX_PTHREAD_SEMANTICS -g -D_POSIX_PTHREAD_SEMANTICS -DSOLARIS -Wpointer-arith -Wall -I/usr/local/mysql/include/mysql -c `test -f 'bm.c' || echo './'`bm.c
make: Fatal error: Command failed for target `bm.o'
Current working directory /export/home0/kbs_svn/kbs_bbs/src
*** Error code 1
The following command caused the error:
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libsystem libBBS rzsz src daemon local_utl mail2bbs service innbbsd sshbbsd php'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make -s $local_target) \
|| case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
make -s "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home0/kbs_svn/kbs_bbs
*** Error code 1
make: Fatal error: Command failed for target `all'
# gcc -v
Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6
--
FROM 121.31.118.*