deleting /usr/lib/libgmp.a
deleting /usr/include/gmp.h
deleting /usr/info/gmp.info.gz
deleting /usr/info/gmp.info-1.gz
deleting /usr/info/gmp.info-2.gz
deleting /usr/info/gmp.info-3.gz
make: Entering directory `/src/gperf-2.7'
CXXFLAGS="-Wall -O2 -pipe" CFLAGS="-Wall -O2 -pipe" \
	./configure --prefix=/usr
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
configuring in lib
running /bin/sh ./configure  --prefix=/usr --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc -Wall -O2 -pipe ) works... yes
checking whether the C compiler (gcc -Wall -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++ -Wall -O2 -pipe ) works... yes
checking whether the C++ compiler (c++ -Wall -O2 -pipe ) 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 for ranlib... ranlib
checking for a BSD compatible install... cp
updating cache .././config.cache
creating ./config.status
creating Makefile
configuring in src
running /bin/sh ./configure  --prefix=/usr --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -Wall -O2 -pipe ) works... yes
checking whether the C compiler (gcc -Wall -O2 -pipe ) 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... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++ -Wall -O2 -pipe ) works... yes
checking whether the C++ compiler (c++ -Wall -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
checking for a BSD compatible install... (cached) cp
checking for working throw()... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for getrlimit... yes
checking for setrlimit... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
configuring in tests
running /bin/sh ./configure  --prefix=/usr --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -Wall -O2 -pipe ) works... yes
checking whether the C compiler (gcc -Wall -O2 -pipe ) 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... (cached) gcc -E
checking for c++... (cached) c++
checking whether the C++ compiler (c++ -Wall -O2 -pipe ) works... yes
checking whether the C++ compiler (c++ -Wall -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) c++ -E
creating ./config.status
creating Makefile
configuring in doc
running /bin/sh ./configure  --prefix=/usr --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking whether make sets ${MAKE}... (cached) yes
checking for a BSD compatible install... (cached) cp
creating ./config.status
creating Makefile
make
make[1]: Entering directory `/src/gperf-2.7'
cd lib; make all
make[2]: Entering directory `/src/gperf-2.7/lib'
gcc -Wall -O2 -pipe -I. -c ./getopt.c
gcc -Wall -O2 -pipe -I. -c ./getopt1.c
c++ -Wall -O2 -pipe -I. -c ./hash.cc
rm -f libgp.a
ar rc libgp.a getopt.o getopt1.o hash.o
ranlib libgp.a
make[2]: Leaving directory `/src/gperf-2.7/lib'
cd src; make all
make[2]: Entering directory `/src/gperf-2.7/src'
c++ -Wall -O2 -pipe -I. -I./../lib -c ./new.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./options.cc
/usr/include/stdlib.h: In method `void Options::operator ()(int, char **)':
/usr/include/stdlib.h:252: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:312: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:252: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:312: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:252: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:312: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:252: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:312: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:252: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
/usr/include/stdlib.h:312: warning: `struct cp_eh_info * __exception_info' might be used uninitialized in this function
c++ -Wall -O2 -pipe -I. -I./../lib -c ./iterator.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./main.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./gen-perf.cc
./gen-perf.cc: In method `void Gen_Perf::change(struct List_Node *, struct List_Node *)':
./gen-perf.cc:233: warning: int format, different type arg (arg 4)
c++ -Wall -O2 -pipe -I. -I./../lib -c ./key-list.cc
./key-list.cc: In method `void Key_List::output_lookup_array()':
./key-list.cc:1230: warning: int format, different type arg (arg 3)
c++ -Wall -O2 -pipe -I. -I./../lib -c ./list-node.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./hash-table.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./bool-array.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./read-line.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./trace.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./vectors.cc
c++ -Wall -O2 -pipe -I. -I./../lib -c ./version.cc
c++ -Wall -O2 -pipe  -o gperf new.o options.o iterator.o main.o gen-perf.o key-list.o list-node.o hash-table.o bool-array.o read-line.o trace.o vectors.o version.o ../lib/libgp.a -lm
make[2]: Leaving directory `/src/gperf-2.7/src'
cd tests; make all
make[2]: Entering directory `/src/gperf-2.7/tests'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/gperf-2.7/tests'
cd doc; make all
make[2]: Entering directory `/src/gperf-2.7/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/src/gperf-2.7/doc'
make[1]: Leaving directory `/src/gperf-2.7'
make: Leaving directory `/src/gperf-2.7'
make: Entering directory `/src/gperf-2.7'
make install
make[1]: Entering directory `/src/gperf-2.7'
cd lib; make install
make[2]: Entering directory `/src/gperf-2.7/lib'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/src/gperf-2.7/lib'
cd src; make install
make[2]: Entering directory `/src/gperf-2.7/src'
if [ ! -d /usr/bin ] ; then mkdir /usr/bin ; fi
cp gperf /usr/bin/gperf
make[2]: Leaving directory `/src/gperf-2.7/src'
cd tests; make install
make[2]: Entering directory `/src/gperf-2.7/tests'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/src/gperf-2.7/tests'
cd doc; make install
make[2]: Entering directory `/src/gperf-2.7/doc'
if [ ! -d /usr/info ] ; then mkdir /usr/info ; fi
cp ./gperf.info /usr/info/gperf.info
if [ ! -d /usr/man ] ; then mkdir /usr/man ; fi
if [ ! -d /usr/man/man1 ] ; then mkdir /usr/man/man1 ; fi
cp ./gperf.1 /usr/man/man1/gperf.1
make[2]: Leaving directory `/src/gperf-2.7/doc'
make[1]: Leaving directory `/src/gperf-2.7'
strip /usr/bin/gperf
make: Leaving directory `/src/gperf-2.7'
Extracting package gperf, please wait...
------------------------------------------------
current binary package: aaa_base.jur
extract /etc/ld.so.cache
