|
From: Beresnev, G. <GRE...@ca...> - 2003-01-12 22:09:55
|
hi, my log4cpp build fails on Windows95 from time to time, with the =
following being recorded in the log:
-------------------------------------------------------------------------=
-------------------------------
cd c:/sso/head.bld/sso-1/95/obj/win95/log4cpp/log4cpp ; unset ECHO ; =
LD=3Dlink CC=3D"c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2" =
CXX=3D"c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2" CFLAGS=3D"/MD /O2 =
-DWIN32 -D_WIN32 -DMSWIN -DWINVER=3D0x0400 -D_WIN32_WINNT=3D0x0400 =
-pt,/W3 -pt,/G5 -pt,/GX" CPPFLAGS=3D"/MD /O2 -DWIN32 -D_WIN32 -DMSWIN =
-DWINVER=3D0x0400 -D_WIN32_WINNT=3D0x0400 -pt,/W3 -pt,/G5 -pt,/GX" =
MAKEFLAGS=3D MAKE=3D"gmake --unix --no-print-directory" =
TESTCONFIG_LIBS=3D"wsock32.lib" ./configure --disable-debug =
--disable-doxygen --with-threads=3Dnt --disable-shared --without-pic
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether gmake --unix --no-print-directory sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking for gcc... c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2
checking for C compiler default output... conftest.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... .exe
checking for object suffix... o
checking whether we are using the GNU C compiler... no
checking whether c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 accepts -g... =
yes
checking for non-GNU ld... link
checking if the linker (link) is GNU ld... no
checking for link option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... file_magic file format =
pei*-i386(.*architecture: i386)?
checking command to parse /usr/bin/nm -B output... failed
checking how to run the C preprocessor... =
c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 -E
checking for dlfcn.h... no
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 option to produce =
PIC... -DDLL_EXPORT
checking if c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 PIC flag =
-DDLL_EXPORT works... yes
checking if c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 static flag =
works... yes
checking if c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 supports -c -o =
file.o... yes
checking if c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 supports -c -o =
file.lo... no
checking whether the linker (link) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... Win32 ld.exe
checking if libtool supports shared libraries... yes
creating libtool
checking for a BSD compatible install... /usr/bin/install -c
checking whether gmake --unix --no-print-directory sets ${MAKE}... =
(cached) yes
checking whether we are using the GNU C++ compiler... no
checking whether c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 accepts -g... =
no
checking how to run the C++ preprocessor... =
c:/sso/head.bld/sso-1/95/sso/mk/gcc2cl2 -E
checking for unistd.h... no
checking for io.h... yes
checking for int64_t... no
checking whether the compiler implements namespaces... no
checking whether the compiler has stringstream... no
checking for working snprintf... no
checking for syslog... no
checking for gettimeofday... no
checking for ftime... no
checking for strcasecmp... no
checking for stricmp... no
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
creating log4cpp-config - generic 0.2.7 of log4cpp
configure: creating ./config.status
config.status: creating Makefile
config.status: creating log4cpp.spec
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/log4cpp/Makefile
config.status: creating tests/Makefile
config.status: creating debian/Makefile
config.status: creating msvc6/Makefile
config.status: creating msvc6/log4cpp/Makefile
config.status: creating msvc6/testCategory/Makefile
config.status: creating msvc6/testNDC/Makefile
config.status: creating bcb5/Makefile
config.status: creating bcb5/log4cpp/Makefile
config.status: creating bcb5/testCategory/Makefile
config.status: creating bcb5/testConfig/Makefile
config.status: creating bcb5/testFixedContextCategory/Makefile
config.status: creating bcb5/testmain/Makefile
config.status: creating bcb5/testNDC/Makefile
config.status: creating bcb5/testPattern/Makefile
config.status: creating openvms/Makefile
config.status: creating include/config.h
creating include/log4cpp/config.h - prefix LOG4CPP for include/config.h =
defines
/* automatically generated CVS/ bcb5/ config/ debian/ doc/ include/ m4/ =
msvc6/ openvms/ src
cd c:/sso/head.bld/sso-1/95/obj/win95/log4cpp/log4cpp ; gmake --unix =
--no-print-directory MAKEFLAGS=3D
cd . && aclocal
cd . && automake --gnu --include-deps Makefile
Makefile.am:1: DOC does not appear in AM_CONDITIONAL
gmake[3]: *** [Makefile.in] Error 1
gmake[2]: *** [c:/sso/head.bld/sso-1/95/obj/win95/log4cpp/.configured] =
Error 2
gmake[1]: *** [build] Error 1
gmake: *** [all] Error 2
ERROR: Operation failed.
But most of the time this doesn't occur. Was wondering if anyone had any =
idea what's that
supposed to mean.
thanks
Greg
|