Ubuntu Pastebin

Paste from Shaun at Fri, 13 Mar 2015 22:35:17 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
configure:3196: checking whether the C compiler works
configure:3218: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c  >&5
gcc: error: unrecognized command line option '-fstack-protector-strong'
configure:3222: $? = 1
configure:3260: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3265: error: in `/home/pi/src/libsdl2-2.0.2+dfsg1':
configure:3267: error: C compiler cannot create executables
Download as text