18 | | $ ldd _mc-bin/bin/mc |
19 | | linux-vdso.so.1 => (0x00007fffbd152000) |
20 | | libgpm.so.1 => /lib/libgpm.so.1 (0x00007f5d4b5a8000) |
21 | | libslang.so.2 => /usr/lib/libslang.so.2 (0x00007f5d4b242000) |
22 | | libc.so.6 => /lib/libc.so.6 (0x00007f5d4aeec000) |
23 | | libdl.so.2 => /lib/libdl.so.2 (0x00007f5d4ace8000) |
24 | | libncurses.so.5 => /lib/libncurses.so.5 (0x00007f5d4aa97000) |
25 | | libm.so.6 => /lib/libm.so.6 (0x00007f5d4a815000) |
26 | | /lib64/ld-linux-x86-64.so.2 (0x00007f5d4b7ae000) |
| 17 | checking for a BSD-compatible install... /usr/bin/install -c |
| 18 | checking whether build environment is sane... yes |
| 19 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
| 20 | checking for gawk... gawk |
| 21 | checking whether make sets $(MAKE)... yes |
| 22 | checking whether to enable maintainer-specific portions of Makefiles... yes |
| 23 | checking build system type... x86_64-unknown-linux-gnu |
| 24 | checking host system type... x86_64-unknown-linux-gnu |
| 25 | checking for style of include used by make... GNU |
| 26 | checking for gcc... gcc |
| 27 | checking for C compiler default output file name... |
| 28 | configure: error: in `/home/slyfox/dev/git/mc-build.all-static': |
| 29 | configure: error: C compiler cannot create executables |
| 30 | See `config.log' for more details. |