]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/bad
8457e9f30154f925329990b37461e8f95d928973
[blhc/blhc.git] / t / logs / bad
1 dpkg-buildpackage: source package test
2
3 configure: running /bin/bash ./configure ... 'CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'CPPFLAGS=-D_FORTIFY_SOURCE=2' 'CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security' 'LDFLAGS=-Wl,-z,relro -Wl,-z,defs -Wl,--as-needed' ...
4
5 checking for gcc... gcc
6 checking whether gcc accepts -g... yes
7 checking for gcc option to accept ISO C89... none needed
8 checking dependency style of gcc... gcc3
9
10 gcc -g -O2 -c test-a.c
11 gcc -g -O2 -c test-b.c
12 gcc -g -O2 -c test-c.c
13 gcc -o test test-a.o test-b.o test-c.o -ltest
14
15 x86_64-linux-gnu-gcc -g -O2 -c test-a.c
16 x86_64-linux-gnu-gcc -g -O2 -c test-b.c
17 x86_64-linux-gnu-gcc -g -O2 -c test-c.c
18 x86_64-linux-gnu-gcc -o test test-a.o test-b.o test-c.o -ltest
19
20 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -o ./testProgram ../src/test/testProgram.cpp
21 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -Wl,-z,relro -o ../src/test/bin/test ../src/test/objs/test.o
22
23 gcc -o test test-a.o test-b.o test-c.a
24
25 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ../src/test/objs/test.o -o ../src/test/bin/test
26
27 gcc -c -o test test.S
28 gcc -c -o test test.s
29
30 gcc -E test.c
31
32 gcc -S test.c
33
34 gcc test.c
35
36 gcc -Wl,-z,relro -o test test-.cpp test-b.cpp.o
37
38 gcc -MD -c test.c
39 gcc -MT -MD -MF test.d -c test.c
40 gcc -MMD -c test.c
41 gcc -MT -MMD -MF test.d -c test.c