bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem with complie


From: T Tiger
Subject: problem with complie
Date: Wed, 03 Jan 2001 10:33:14 -0800

I have solaris v2.6, apache v1.3.14, perl v4.6, gcc v2.8.1
Here is all the message:
# ./configure
creating cache ./config.cache
checking for a BSD compatible install... tools/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking host system type... sparc-sun-solaris2.6
checking build system type... sparc-sun-solaris2.6
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/ccs/bin/nm -p
checking whether ln -s works... yes
updating cache ./config.cache
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking if gcc static flag -static works... none
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking whether the linker (/usr/ccs/bin/ld) supports shared libraries... yes
checking command to parse /usr/ccs/bin/nm -p output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/ccs/bin/ld option to reload object files... -r
checking dynamic linker characteristics... solaris2.6 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking where to find xml parser... expat (new)
checking for expat.h... yes
checking for timeb.h... no
checking for sys/timeb.h... yes
checking for sys/time.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for ieeefp.h... yes
checking for iconv.h... yes
checking where to find iconv_open... libc
checking for ftime... yes
checking for mtrace... no
checking for isnan... yes
checking for isinf... no
checking for finite... yes
checking for macro isinf... no
checking for wchar.h... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Sablot/Makefile
creating Sablot/engine/Makefile
creating Sablot/command/Makefile
creating autocfg/autocfg.h
# make
Making all in Sablot
Making all in engine
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg     -g -O2 -c arena.cpp
mkdir .libs
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c arena.cpp  -fPIC -DPIC -o .libs/arena.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c arena.cpp -o arena.o >/dev/null 2>&1
mv -f .libs/arena.lo arena.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg     -g -O2 -c base.cpp
rm -f .libs/base.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c base.cpp  -fPIC -DPIC -o .libs/base.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c base.cpp -o base.o >/dev/null 2>&1
mv -f .libs/base.lo base.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg     -g -O2 -c context.cpp
rm -f .libs/context.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c context.cpp  -fPIC -DPIC -o .libs/context.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c context.cpp -o context.o >/dev/null 2>&1
mv -f .libs/context.lo context.lo
/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg     -g -O2 -c datastr.cpp
rm -f .libs/datastr.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -g -O2 -c datastr.cpp  -fPIC -DPIC -o .libs/datastr.lo
datastr.cpp: In method `DStr::DStr()':
datastr.cpp:452: Internal compiler error.
datastr.cpp:452: Please submit a full bug report to `address@hidden'.
*** Error code 1
make: Fatal error: Command failed for target `datastr.lo'
Current working directory /opt/Sablot-0.50/Sablot/engine
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /opt/Sablot-0.50/Sablot
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
#
Thanks much for any help.
Tim


Get your FREE download of MSN Explorer at http://explorer.msn.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]