1 | CFLAGS=-O3 ./configure |
---|
2 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
3 | checking whether build environment is sane... yes |
---|
4 | checking for a thread-safe mkdir -p... ./install-sh -c -d |
---|
5 | checking for gawk... gawk |
---|
6 | checking whether make sets $(MAKE)... yes |
---|
7 | checking whether make supports nested variables... yes |
---|
8 | checking for gcc... gcc |
---|
9 | checking whether the C compiler works... yes |
---|
10 | checking for C compiler default output file name... a.out |
---|
11 | checking for suffix of executables... |
---|
12 | checking whether we are cross compiling... no |
---|
13 | checking for suffix of object files... o |
---|
14 | checking whether we are using the GNU C compiler... yes |
---|
15 | checking whether gcc accepts -g... yes |
---|
16 | checking for gcc option to accept ISO C89... none needed |
---|
17 | checking whether gcc understands -c and -o together... yes |
---|
18 | checking for style of include used by make... GNU |
---|
19 | checking dependency style of gcc... gcc3 |
---|
20 | checking how to run the C preprocessor... gcc -E |
---|
21 | checking for grep that handles long lines and -e... /usr/bin/grep |
---|
22 | checking for egrep... /usr/bin/grep -E |
---|
23 | checking for ANSI C header files... yes |
---|
24 | checking for gcc option to support OpenMP... -fopenmp |
---|
25 | checking for log in -lm... yes |
---|
26 | checking for pkg-config... /opt/local/bin/pkg-config |
---|
27 | checking pkg-config is at least version 0.9.0... yes |
---|
28 | checking for GTK... yes |
---|
29 | checking for FFTW... yes |
---|
30 | checking for GSL... yes |
---|
31 | checking for CFITSIO... yes |
---|
32 | checking for LIBCONFIGXX... yes |
---|
33 | checking for LIBRAW... yes |
---|
34 | checking for LIBTIFF... yes |
---|
35 | checking for jpeg_mem_src in -ljpeg... no |
---|
36 | configure: WARNING: libjpeg not found. Not using JPEG importer and exporter. |
---|
37 | checking for LIBPNG... yes |
---|
38 | checking for FFMS2... yes |
---|
39 | checking for g++... g++ |
---|
40 | checking whether we are using the GNU C++ compiler... yes |
---|
41 | checking whether g++ accepts -g... yes |
---|
42 | checking dependency style of g++... gcc3 |
---|
43 | checking how to run the C++ preprocessor... g++ -E |
---|
44 | checking for OPENCV... yes |
---|
45 | checking that generated files are newer than configure... done |
---|
46 | configure: creating ./config.status |
---|
47 | config.status: creating Makefile |
---|
48 | config.status: creating src/Makefile |
---|
49 | config.status: creating config.h |
---|
50 | config.status: config.h is unchanged |
---|
51 | config.status: executing depfiles commands |
---|