]> ruderich.org/simon Gitweb - blhc/blhc.git/blob - t/logs/bad
t: Add linker test with -o at the end of the line.
[blhc/blhc.git] / t / logs / bad
1 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' ...
2
3 checking for gcc... gcc
4 checking whether gcc accepts -g... yes
5 checking for gcc option to accept ISO C89... none needed
6 checking dependency style of gcc... gcc3
7
8 gcc -g -O2 -c test-a.c
9 gcc -g -O2 -c test-b.c
10 gcc -g -O2 -c test-c.c
11 gcc -o test test-a.o test-b.o test-c.o -ltest
12
13 x86_64-linux-gnu-gcc -g -O2 -c test-a.c
14 x86_64-linux-gnu-gcc -g -O2 -c test-b.c
15 x86_64-linux-gnu-gcc -g -O2 -c test-c.c
16 x86_64-linux-gnu-gcc -o test test-a.o test-b.o test-c.o -ltest
17
18 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -o ./testProgram ../src/test/testProgram.cpp
19 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
20
21 gcc -o test test-a.o test-b.o test-c.a
22
23 g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ../src/test/objs/test.o -o ../src/test/bin/test