|
From: Beresnev, G. <GRE...@ca...> - 2003-05-06 23:07:50
|
hi everyone,
I was wondering if anyone has encountered the following compilation =
problem, and if so,
what would be your proposed solution. I'm starting to think it might =
have something to
do with the configuration on my machine, but the strange thing is that =
the error goes
away from time to time. (This machine is running Windows 2000, as far as =
I recall)
Last 100 lines of the output:
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:/95/sso/mk/gcc2cl2 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for c:/95/sso/mk/gcc2cl2 option to produce PIC... -DDLL_EXPORT
checking if c:/95/sso/mk/gcc2cl2 PIC flag -DDLL_EXPORT works... yes
checking if c:/95/sso/mk/gcc2cl2 static flag works... yes
checking if c:/95/sso/mk/gcc2cl2 supports -c -o file.o... yes
checking if c:/95/sso/mk/gcc2cl2 supports -c -o file.lo... yes
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
checking whether to build shared libraries... yes
checking whether to build static 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:/95/sso/mk/gcc2cl2 accepts -g... no
checking dependency style of c:/95/sso/mk/gcc2cl2... none
checking how to run the C++ preprocessor... c:/95/sso/mk/gcc2cl2 -E
checking for unistd.h... (cached) no
checking io.h usability... no
checking io.h presence... yes
checking for io.h... configure: WARNING: io.h: present but cannot be =
compiled
configure: WARNING: io.h: check for missing prerequisite headers?
configure: WARNING: io.h: proceeding with the preprocessor's result
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 socket in -lsocket... no
checking for gethostbyname in -lnsl... no
creating log4cpp-config - generic 0.3.4b 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 doc/html/Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/log4cpp/Makefile
config.status: creating include/log4cpp/threading/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/log4cppDLL/Makefile
config.status: creating msvc6/testCategory/Makefile
config.status: creating msvc6/testDLL/Makefile
config.status: creating msvc6/testMain/Makefile
config.status: creating msvc6/testNDC/Makefile
config.status: creating msvc6/testNTEventLog/Makefile
config.status: creating msvc6/testPattern/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
config.status: executing depfiles commands
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:/95/obj/win95/log4cpp/log4cpp ; gmake --unix --no-print-directory =
MAKEFLAGS=3D
cd . && /bin/bash =
/cygdrive/c/95/obj/win95/log4cpp/log4cpp/config/missing --run =
aclocal-1.6=20
cd . && \
/bin/bash /cygdrive/c/95/obj/win95/log4cpp/log4cpp/config/missing =
--run automake-1.6 --gnu Makefile
Makefile.am:1: DOC does not appear in AM_CONDITIONAL
gmake[3]: *** [Makefile.in] Error 1
gmake[2]: *** [c:/95/obj/win95/log4cpp/.configured] Error 2
gmake[1]: *** [build] Error 1
gmake: *** [all] Error 2
regards,
Greg
|