- 论坛徽章:
- 0
|
online# ./configure -prefix =/usr/home/musica/mysql++
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) 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... found
checking whether make sets ${MAKE}... (cached) yes
checking host system type... i386-unknown-freebsdelf4.9
checking build system type... i386-unknown-freebsdelf4.9
checking for ranlib... (cached) ranlib
checking for gcc... (cached) 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... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for executable suffix... (cached) 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... -static
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... freebsdelf4.9 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
updating cache ./config.cache
loading cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for MySQL library directory... /usr/local/lib/mysql
checking for MySQL include directory... /usr/local/include/mysql
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 -L/usr/local/lib/mysql) works... yes
checking whether the C compiler (gcc -g -O2 -L/usr/local/lib/mysql) is a cross-compiler...
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for c++... (cached) c++
checking whether the C++ compiler (c++ -L/usr/local/lib/mysql) works... yes
checking whether the C++ compiler (c++ -L/usr/local/lib/mysql) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for main in -lintl... (cached) no
checking for main in -lsocket... (cached) no
checking for main in -lnsl... (cached) no
checking for mysql_store_result in -lmysqlclient... (cached) yes
checking if malloc debugging is wanted... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for strtol... (cached) yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating sqlplusint/Makefile
creating examples/Makefile
creating config.h
config.h is unchanged
creating sqlplusint/exceptions.hh
sqlplusint/exceptions.hh is unchanged
online# make
make all-recursive
Making all in sqlplusint
"Makefile", line 302: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/home/musica/mysql++-1.7.9.
*** Error code 1
Stop in /usr/home/musica/mysql++-1.7.9.  |
|