[ 0:00] + cat [ 0:00] + for COMPILER in clang dioscc divcc [ 0:00] + clang a.c [ 0:00] + file a.out [ 0:00] + grep 'dynamically linked' [ 0:00] a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, not stripped [ 0:00] + rm a.out [ 0:00] + clang a.c --static [ 0:00] + file a.out [ 0:00] + grep 'statically linked' [ 0:00] a.out: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, not stripped [ 0:00] + rm a.out [ 0:00] + clang a.c -static [ 0:00] + file a.out [ 0:01] + grep 'statically linked' [ 0:01] a.out: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, not stripped [ 0:01] + rm a.out [ 0:01] + for COMPILER in clang dioscc divcc [ 0:01] + dioscc a.c [ 0:01] + file a.out [ 0:01] + grep 'dynamically linked' [ 0:01] a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped [ 0:01] + rm a.out [ 0:01] + dioscc a.c --static [ 0:01] + file a.out [ 0:01] + grep 'statically linked' [ 0:01] a.out: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, with debug_info, not stripped [ 0:01] + rm a.out [ 0:01] + dioscc a.c -static [ 0:01] + file a.out [ 0:02] + grep 'statically linked' [ 0:02] a.out: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, with debug_info, not stripped [ 0:02] + rm a.out [ 0:02] + for COMPILER in clang dioscc divcc [ 0:02] + divcc a.c [ 0:02] + file a.out [ 0:02] + grep 'dynamically linked' [ 0:02] a.out: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, with debug_info, not stripped [ 0:02] + rm a.out [ 0:02] + divcc a.c --static [ 0:02] + file a.out [ 0:02] + grep 'statically linked' [ 0:02] a.out: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, with debug_info, not stripped [ 0:02] + rm a.out [ 0:02] + divcc a.c -static [ 0:02] + file a.out [ 0:02] + grep 'statically linked' [ 0:02] a.out: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, with debug_info, not stripped [ 0:02] + rm a.out [ 0:02] + check debris [ 0:02] + test -e warning