1
|
[Wani@Linux trunk]$ make config
|
2
|
cd config && make -f config.make config
|
3
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/config'
|
4
|
autoconf -o ../configure
|
5
|
configure.ac:43: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
6
|
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
|
7
|
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
|
8
|
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
|
9
|
aclocal.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
|
10
|
aclocal.m4:4170: _LT_LINKER_SHLIBS is expanded from...
|
11
|
aclocal.m4:5252: _LT_LANG_C_CONFIG is expanded from...
|
12
|
aclocal.m4:138: _LT_SETUP is expanded from...
|
13
|
aclocal.m4:67: LT_INIT is expanded from...
|
14
|
configure.ac:43: the top level
|
15
|
configure.ac:43: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
16
|
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
|
17
|
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
|
18
|
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
|
19
|
aclocal.m4:4170: _LT_LINKER_SHLIBS is expanded from...
|
20
|
aclocal.m4:5252: _LT_LANG_C_CONFIG is expanded from...
|
21
|
aclocal.m4:138: _LT_SETUP is expanded from...
|
22
|
aclocal.m4:67: LT_INIT is expanded from...
|
23
|
configure.ac:43: the top level
|
24
|
configure.ac:43: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
|
25
|
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
|
26
|
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
|
27
|
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
|
28
|
aclocal.m4:1022: _LT_SYS_MODULE_PATH_AIX is expanded from...
|
29
|
aclocal.m4:5359: _LT_LANG_CXX_CONFIG is expanded from...
|
30
|
aclocal.m4:785: _LT_LANG is expanded from...
|
31
|
aclocal.m4:768: LT_LANG is expanded from...
|
32
|
aclocal.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from...
|
33
|
aclocal.m4:138: _LT_SETUP is expanded from...
|
34
|
aclocal.m4:67: LT_INIT is expanded from...
|
35
|
configure.ac:43: the top level
|
36
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/config'
|
37
|
[Wani@Linux trunk]$ ./configure CXX=/opt/oracle/solarisstudio12.3/bin/CC CC=/opt/oracle/solarisstudio12.3/bin/cc CXXFLAGS=-library=stlport4
|
38
|
checking whether the C++ compiler works... yes
|
39
|
checking for C++ compiler default output file name... a.out
|
40
|
checking for suffix of executables...
|
41
|
checking whether we are cross compiling... no
|
42
|
checking for suffix of object files... o
|
43
|
checking whether we are using the GNU C++ compiler... no
|
44
|
checking whether /opt/oracle/solarisstudio12.3/bin/CC accepts -g... (cached) no
|
45
|
checking how to run the C++ preprocessor... /opt/oracle/solarisstudio12.3/bin/CC -E
|
46
|
checking for gcc... /opt/oracle/solarisstudio12.3/bin/cc
|
47
|
checking whether we are using the GNU C compiler... no
|
48
|
checking whether /opt/oracle/solarisstudio12.3/bin/cc accepts -g... (cached) no
|
49
|
checking for /opt/oracle/solarisstudio12.3/bin/cc option to accept ISO C89... none needed
|
50
|
checking how to run the C preprocessor... /opt/oracle/solarisstudio12.3/bin/cc -E
|
51
|
checking for a BSD-compatible install... /usr/bin/install -c
|
52
|
checking whether ln -s works... yes
|
53
|
checking whether make sets $(MAKE)... yes
|
54
|
checking build system type... x86_64-unknown-linux-gnu
|
55
|
checking host system type... x86_64-unknown-linux-gnu
|
56
|
checking whether NLS is requested... yes
|
57
|
checking for msgfmt... /usr/bin/msgfmt
|
58
|
checking for gmsgfmt... /usr/bin/msgfmt
|
59
|
checking for xgettext... /usr/bin/xgettext
|
60
|
checking for msgmerge... /usr/bin/msgmerge
|
61
|
checking for non-GNU ld... /bin/ld
|
62
|
checking if the linker (/bin/ld) is GNU ld... yes
|
63
|
checking for shared library run path origin... done
|
64
|
checking for CFPreferencesCopyAppValue... no
|
65
|
checking for CFLocaleCopyCurrent... no
|
66
|
checking whether NLS is requested... yes
|
67
|
checking for GNU gettext in libc... yes
|
68
|
checking whether to use NLS... yes
|
69
|
checking where the gettext function comes from... libc
|
70
|
checking for a sed that does not truncate output... /usr/bin/sed
|
71
|
checking for grep that handles long lines and -e... /usr/bin/grep
|
72
|
checking for egrep... /usr/bin/grep -E
|
73
|
checking for fgrep... /usr/bin/grep -F
|
74
|
checking for GNU ld... /bin/ld
|
75
|
checking if the linker (/bin/ld) is GNU ld... yes
|
76
|
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
|
77
|
checking the name lister (/usr/bin/nm -B) interface... BSD nm
|
78
|
checking the maximum length of command line arguments... 1572864
|
79
|
checking whether the shell understands some XSI constructs... yes
|
80
|
checking whether the shell understands "+="... yes
|
81
|
checking for /bin/ld option to reload object files... -r
|
82
|
checking for objdump... objdump
|
83
|
checking how to recognize dependent libraries... pass_all
|
84
|
checking for ar... ar
|
85
|
checking for strip... strip
|
86
|
checking for ranlib... ranlib
|
87
|
checking command to parse /usr/bin/nm -B output from /opt/oracle/solarisstudio12.3/bin/cc object... ok
|
88
|
checking for ANSI C header files... yes
|
89
|
checking for sys/types.h... yes
|
90
|
checking for sys/stat.h... yes
|
91
|
checking for stdlib.h... yes
|
92
|
checking for string.h... yes
|
93
|
checking for memory.h... yes
|
94
|
checking for strings.h... yes
|
95
|
checking for inttypes.h... yes
|
96
|
checking for stdint.h... yes
|
97
|
checking for unistd.h... yes
|
98
|
checking for dlfcn.h... yes
|
99
|
checking whether we are using the GNU C++ compiler... (cached) no
|
100
|
checking whether /opt/oracle/solarisstudio12.3/bin/CC accepts -g... (cached) no
|
101
|
checking how to run the C++ preprocessor... /opt/oracle/solarisstudio12.3/bin/CC -E
|
102
|
checking for objdir... .libs
|
103
|
checking for /opt/oracle/solarisstudio12.3/bin/cc option to produce PIC... -KPIC -DPIC
|
104
|
checking if /opt/oracle/solarisstudio12.3/bin/cc PIC flag -KPIC -DPIC works... yes
|
105
|
checking if /opt/oracle/solarisstudio12.3/bin/cc static flag -Bstatic works... yes
|
106
|
checking if /opt/oracle/solarisstudio12.3/bin/cc supports -c -o file.o... yes
|
107
|
checking if /opt/oracle/solarisstudio12.3/bin/cc supports -c -o file.o... (cached) yes
|
108
|
checking whether the /opt/oracle/solarisstudio12.3/bin/cc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
|
109
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
110
|
checking how to hardcode library paths into programs... immediate
|
111
|
checking whether stripping libraries is possible... yes
|
112
|
checking if libtool supports shared libraries... yes
|
113
|
checking whether to build shared libraries... yes
|
114
|
checking whether to build static libraries... yes
|
115
|
checking whether the /opt/oracle/solarisstudio12.3/bin/CC linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
|
116
|
checking for /opt/oracle/solarisstudio12.3/bin/CC option to produce PIC... -KPIC -DPIC
|
117
|
checking if /opt/oracle/solarisstudio12.3/bin/CC PIC flag -KPIC -DPIC works... yes
|
118
|
checking if /opt/oracle/solarisstudio12.3/bin/CC static flag -Bstatic works... yes
|
119
|
checking if /opt/oracle/solarisstudio12.3/bin/CC supports -c -o file.o... yes
|
120
|
checking if /opt/oracle/solarisstudio12.3/bin/CC supports -c -o file.o... (cached) yes
|
121
|
checking whether the /opt/oracle/solarisstudio12.3/bin/CC linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
|
122
|
checking dynamic linker characteristics... GNU/Linux ld.so
|
123
|
checking how to hardcode library paths into programs... immediate
|
124
|
checking for cos in -lm... yes
|
125
|
checking if zlib is wanted... yes
|
126
|
checking for inflateEnd in -lz... yes
|
127
|
checking zlib.h usability... yes
|
128
|
checking zlib.h presence... yes
|
129
|
checking for zlib.h... yes
|
130
|
checking for inflateEnd in -lz... (cached) yes
|
131
|
checking zlib in /usr... ok
|
132
|
checking for iconv... yes
|
133
|
checking for iconv declaration...
|
134
|
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
|
135
|
checking for ANSI C header files... (cached) yes
|
136
|
checking libintl.h usability... yes
|
137
|
checking libintl.h presence... yes
|
138
|
checking for libintl.h... yes
|
139
|
checking locale.h usability... yes
|
140
|
checking locale.h presence... yes
|
141
|
checking for locale.h... yes
|
142
|
checking malloc.h usability... yes
|
143
|
checking malloc.h presence... yes
|
144
|
checking for malloc.h... yes
|
145
|
checking for stdint.h... (cached) yes
|
146
|
checking for stdlib.h... (cached) yes
|
147
|
checking for string.h... (cached) yes
|
148
|
checking for unistd.h... (cached) yes
|
149
|
checking sys/mman.h usability... yes
|
150
|
checking sys/mman.h presence... yes
|
151
|
checking for sys/mman.h... yes
|
152
|
checking utime.h usability... yes
|
153
|
checking utime.h presence... yes
|
154
|
checking for utime.h... yes
|
155
|
checking for stdbool.h that conforms to C99... yes
|
156
|
checking for _Bool... yes
|
157
|
checking for an ANSI C-conforming const... yes
|
158
|
checking for inline... inline
|
159
|
checking for pid_t... yes
|
160
|
checking for size_t... yes
|
161
|
checking whether struct tm is in sys/time.h or time.h... time.h
|
162
|
checking for stdlib.h... (cached) yes
|
163
|
checking for unistd.h... (cached) yes
|
164
|
checking for sys/param.h... yes
|
165
|
checking for getpagesize... yes
|
166
|
checking for working mmap... yes
|
167
|
checking whether strerror_r is declared... yes
|
168
|
checking for strerror_r... yes
|
169
|
checking whether strerror_r returns char *... no
|
170
|
checking for gmtime_r... yes
|
171
|
checking for lstat... yes
|
172
|
checking for memset... yes
|
173
|
checking for mmap... yes
|
174
|
checking for munmap... yes
|
175
|
checking for strchr... yes
|
176
|
checking for strerror... yes
|
177
|
checking for strtol... yes
|
178
|
checking for timegm... yes
|
179
|
checking whether to enable dependency tracking... yes
|
180
|
checking whether to enable symbol visibility support... yes
|
181
|
checking whether the C++ compiler accepts the -xldscope=hidden flag... yes
|
182
|
checking whether to use the lens database for Nikon lens names... yes
|
183
|
checking whether to compile a commercial version of the Exiv2 library... no
|
184
|
checking whether to enable XMP support (requires expat)... yes
|
185
|
checking expat.h usability... yes
|
186
|
checking expat.h presence... yes
|
187
|
checking for expat.h... yes
|
188
|
checking for XML_ParserCreate in -lexpat... yes
|
189
|
configure: creating ./config.status
|
190
|
config.status: creating ./Makefile
|
191
|
config.status: creating ./config/config.mk
|
192
|
config.status: creating ./config/exiv2.pc
|
193
|
config.status: creating ./po/Makefile.in
|
194
|
config.status: creating ./src/doxygen.hpp
|
195
|
config.status: creating ./config/config.h
|
196
|
config.status: executing default-1 commands
|
197
|
config.status: creating ./po/POTFILES
|
198
|
config.status: creating ./po/Makefile
|
199
|
config.status: executing libtool commands
|
200
|
|
201
|
------------------------------------------------------------------
|
202
|
-- Exiv2 0.23 feature configuration summary
|
203
|
--
|
204
|
-- Build a shared library......... YES
|
205
|
-- Use symbol visibility support.. YES
|
206
|
-- PNG image support.............. YES
|
207
|
-- Native language support........ YES
|
208
|
-- Nikon lens database............ YES
|
209
|
-- XMP metadata support........... YES
|
210
|
-------------------------[Wani@Linux trunk]$ make
|
211
|
if test "x1" = "x1"; then cd xmpsdk/src && make xmpsdk; fi;
|
212
|
make[1]: Entering directory `/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src'
|
213
|
libtool: compile: /opt/oracle/solarisstudio12.3/bin/CC -library=stlport4 -xldscope=hidden -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XML_Node.cpp -KPIC -DPIC -o .libs/XML_Node.o
|
214
|
CC: Warning: Option -funsigned-char passed to ld, if ld is invoked, ignored otherwise
|
215
|
libtool: compile: /opt/oracle/solarisstudio12.3/bin/CC -library=stlport4 -xldscope=hidden -I. -DEXV_LOCALEDIR=\"/usr/local/share/locale\" -I../include -funsigned-char -DNDEBUG=1 -DEXV_HAVE_STDINT_H=1 -c XML_Node.cpp -o XML_Node.o >/dev/null 2>&1
|
216
|
CC: Warning: Option -funsigned-char passed to ld, if ld is invoked, ignored otherwise
|
217
|
/opt/oracle/solarisstudio12.3/prod/lib/amd64/crt1x.o: In function `_start':
|
218
|
fsr.s:(.text+0x3b): undefined reference to `main'
|
219
|
make[1]: *** [XML_Node.o] Error 2
|
220
|
make[1]: Leaving directory `/home/Wani/GSoC/exiv2-trunk/trunk/xmpsdk/src'
|
221
|
make: *** [xmpsdk] Error 2
|
222
|
[Wani@Linux trunk]$
|
223
|
|
224
|
|