]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad
Ignore unimportant lines at the beginning of the log.
[blhc/blhc.git] / t / logs / bad
index 4f95039acedee49b0615d3c9add7778a9f411ff8..49357a1e96b3d69b51e5bd8a64194ee7ac46423e 100644 (file)
@@ -1,3 +1,5 @@
+dpkg-buildpackage: source package test
+
 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' ...
 
 checking for gcc... gcc
@@ -14,3 +16,10 @@ x86_64-linux-gnu-gcc -g -O2 -c test-a.c
 x86_64-linux-gnu-gcc -g -O2 -c test-b.c
 x86_64-linux-gnu-gcc -g -O2 -c test-c.c
 x86_64-linux-gnu-gcc -o test test-a.o test-b.o test-c.o -ltest
+
+g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -pthread -o ./testProgram ../src/test/testProgram.cpp
+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
+
+gcc -o test test-a.o test-b.o test-c.a
+
+g++  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security ../src/test/objs/test.o -o ../src/test/bin/test