blob: 14270475487ea4d7a7c14a14b98f5edcb82845d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking whether make supports the include directive... yes (GNU style)
checking dependency style of g++... gcc3
checking whether make sets $(MAKE)... (cached) yes
no
checking whether to enable assertions... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for nettle/sha.h... yes
checking for nettle_pbkdf2_hmac_sha256 in -lnettle... yes
checking for stat... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for C++11 support or better... yes
checking check for fallthrough support... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make all-am
make[1]: Entering directory '/build/rdfind/src/rdfind-1.6.0'
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT rdfind.o -MD -MP -MF .deps/rdfind.Tpo -c -o rdfind.o rdfind.cc
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT Checksum.o -MD -MP -MF .deps/Checksum.Tpo -c -o Checksum.o Checksum.cc
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT Dirlist.o -MD -MP -MF .deps/Dirlist.Tpo -c -o Dirlist.o Dirlist.cc
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT Fileinfo.o -MD -MP -MF .deps/Fileinfo.Tpo -c -o Fileinfo.o Fileinfo.cc
mv -f .deps/Checksum.Tpo .deps/Checksum.Po
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT Rdutil.o -MD -MP -MF .deps/Rdutil.Tpo -c -o Rdutil.o Rdutil.cc
mv -f .deps/Dirlist.Tpo .deps/Dirlist.Po
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT EasyRandom.o -MD -MP -MF .deps/EasyRandom.Tpo -c -o EasyRandom.o EasyRandom.cc
mv -f .deps/Fileinfo.Tpo .deps/Fileinfo.Po
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT UndoableUnlink.o -MD -MP -MF .deps/UndoableUnlink.Tpo -c -o UndoableUnlink.o UndoableUnlink.cc
mv -f .deps/rdfind.Tpo .deps/rdfind.Po
g++ -DHAVE_CONFIG_H -I. -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT CmdlineParser.o -MD -MP -MF .deps/CmdlineParser.Tpo -c -o CmdlineParser.o CmdlineParser.cc
mv -f .deps/UndoableUnlink.Tpo .deps/UndoableUnlink.Po
mv -f .deps/EasyRandom.Tpo .deps/EasyRandom.Po
mv -f .deps/CmdlineParser.Tpo .deps/CmdlineParser.Po
mv -f .deps/Rdutil.Tpo .deps/Rdutil.Po
g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o rdfind rdfind.o Checksum.o Dirlist.o Fileinfo.o Rdutil.o EasyRandom.o UndoableUnlink.o CmdlineParser.o -lnettle
make[1]: Leaving directory '/build/rdfind/src/rdfind-1.6.0'
|