Ticket #42469: config.log

File config.log, 1.7 KB (added by cooljeanius (Eric Gallager), 10 years ago)

config.log for mozjs17 (x86_64)

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4configure:850: checking host system type
5configure:871: checking target system type
6configure:889: checking build system type
7configure:951: checking for gawk
8configure:1065: checking for ccache
9configure:1118: checking for ccache
10configure:1196: checking for perl5
11configure:2566: checking for gcc
12configure: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
13configure: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
14ccache: invalid option -- o
15Usage:
16    ccache [options]
17    ccache compiler [compiler options]
18    compiler [compiler options]          (via symbolic link)
19
20Options:
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
35See also <http://ccache.samba.org>.
36configure: failed program was:
37
38#line 2690 "configure"
39#include "confdefs.h"
40
41main(){return(0);}