checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /bin/install -c
checking ""for XO class library""... xo
checking for cos in -lm... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... libraries /usr/X11R6/lib, headers
/usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for memset... yes
checking for strncmp... 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... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for time_t... yes
checking whether time.h and sys/time.h may both be
included... yes
checking whether struct tm is in sys/time.h or time.h...
time.h
checking for struct tm.tm_zone... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
cp: cannot stat `config.cache': No such file or directory
checking for bison... bison -y
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
.
.
.
checking for memory.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be
included... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
make[1]: Entering directory `/sources/buici-clock-0.4.5/xo'
-- Use 'make depend' to create dependencies file.
Continuing without it.
=== Creating 'o/' output directory
bison -y -d -o res_y.cxx res_y.y
mv res_y.hxx res_y.h
g++ -c -g -O2 -o o/ldisplay.o ldisplay.cxx
g++ -c -g -O2 -o o/lwindow.o lwindow.cxx
g++ -c -g -O2 -o o/lfont.o lfont.cxx
g++ -c -g -O2 -o o/wbutton.o wbutton.cxx
g++ -c -g -O2 -o o/wtext.o wtext.cxx
g++ -c -g -O2 -o o/wdialog.o wdialog.cxx
g++ -c -g -O2 -o o/lhash.o lhash.cxx
g++ -c -g -O2 -o o/larray.o larray.cxx
g++ -c -g -O2 -o o/res.o res.cxx
g++ -c -g -O2 -o o/dmalloc.o dmalloc.cxx
g++ -c -g -O2 -o o/dither.o dither.cxx
g++ -c -g -O2 -o o/lpicture.o lpicture.cxx
g++ -c -g -O2 -o o/loupe.o loupe.cxx
g++ -c -g -O2 -o o/stats.o stats.cxx
flex -ores_l.cxx res_l.l
g++ -c -g -O2 -o o/res_l.o res_l.cxx
g++ -c -g -O2 -o o/res_y.o res_y.cxx
g++ -g -L/usr/X11R6/lib -lSM -lICE -lX11 -lXext -o o/xo
o/ldisplay.o o/lwindow.o o/lfont.o o/wbutton.o o/wtext.o
o/wdialog.o o/lhash.o o/larray.o o/res.o o/dmalloc.o
o/dither.o o/lpicture.o o/loupe.o o/stats.o o/res_l.o
o/res_y.o
ar rc libxo.a o/ldisplay.o o/lwindow.o o/lfont.o
o/wbutton.o o/wtext.o o/wdialog.o o/lhash.o o/larray.o
o/res.o o/dmalloc.o o/dither.o o/lpicture.o
make[1]: Leaving directory `/sources/buici-clock-0.4.5/xo'
g++ -c -g -O2 -o o/main.o main.cxx
g++ -c -g -O2 -o o/options.o options.cxx
g++ -c -g -O2 -o o/version.o version.cxx
g++ -c -g -O2 -o o/clock.o clock.cxx
g++ -c -g -O2 -o o/signal.o signal.cxx
g++ -o o/buici-clock o/main.o o/options.o o/version.o
o/clock.o o/signal.o -g -L/usr/X11R6/lib -Lxo -lSM -lICE
-lm -lxo -lX11 -lXext
-- Linking buici-clock to o/buici-clock
./mkinstalldirs /usr/bin /usr/man/man1
/bin/install -c buici-clock /usr/bin/
strip /usr/bin//buici-clock
/bin/install -c -m 644 buici-clock.1 /usr/man/man1
|