1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:850: checking host system type |
---|
5 | configure:871: checking target system type |
---|
6 | configure:889: checking build system type |
---|
7 | configure:951: checking for gawk |
---|
8 | configure:1065: checking for ccache |
---|
9 | configure:1118: checking for ccache |
---|
10 | configure:1196: checking for perl5 |
---|
11 | configure:2566: checking for gcc |
---|
12 | configure:2679: checking whether the C compiler (/opt/local/bin/ccache -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64) works |
---|
13 | configure:2695: /opt/local/bin/ccache -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
14 | ccache: invalid option -- o |
---|
15 | Usage: |
---|
16 | ccache [options] |
---|
17 | ccache compiler [compiler options] |
---|
18 | compiler [compiler options] (via symbolic link) |
---|
19 | |
---|
20 | Options: |
---|
21 | -c, --cleanup delete old files and recalculate size counters |
---|
22 | (normally not needed as this is done automatically) |
---|
23 | -C, --clear clear the cache completely |
---|
24 | -F, --max-files=N set maximum number of files in cache to N (use 0 for |
---|
25 | no limit) |
---|
26 | -M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no |
---|
27 | limit; available suffixes: G, M and K; default |
---|
28 | suffix: G) |
---|
29 | -s, --show-stats show statistics summary |
---|
30 | -z, --zero-stats zero statistics counters |
---|
31 | |
---|
32 | -h, --help print this help text |
---|
33 | -V, --version print version and copyright information |
---|
34 | |
---|
35 | See also <http://ccache.samba.org>. |
---|
36 | configure: failed program was: |
---|
37 | |
---|
38 | #line 2690 "configure" |
---|
39 | #include "confdefs.h" |
---|
40 | |
---|
41 | main(){return(0);} |
---|