1 | ---> Computing dependencies for ppl |
---|
2 | ---> Configuring ppl |
---|
3 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
4 | checking whether build environment is sane... yes |
---|
5 | checking for gawk... gawk |
---|
6 | checking whether make sets $(MAKE)... yes |
---|
7 | checking build system type... i386-apple-darwin10.0.0 |
---|
8 | checking host system type... i386-apple-darwin10.0.0 |
---|
9 | checking whether to compile with debug info... yes |
---|
10 | checking whether to compile for profiling... no |
---|
11 | checking whether to compile for test coverage... no |
---|
12 | checking whether to enable checking of run-time assertions... no |
---|
13 | checking whether to enable even more run-time assertions... no |
---|
14 | checking whether to enable optimizations... standard |
---|
15 | checking for which architecture to optimize... default |
---|
16 | checking whether to use precompiled headers... no |
---|
17 | checking the type of integral values to use as coefficients... GMP mpz |
---|
18 | checking for egrep... grep -E |
---|
19 | checking for gcc... /usr/bin/gcc-4.2 |
---|
20 | checking for C compiler default output file name... a.out |
---|
21 | checking whether the C compiler works... yes |
---|
22 | checking whether we are cross compiling... no |
---|
23 | checking for suffix of executables... |
---|
24 | checking for suffix of object files... o |
---|
25 | checking whether we are using the GNU C compiler... yes |
---|
26 | checking whether /usr/bin/gcc-4.2 accepts -g... yes |
---|
27 | checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed |
---|
28 | checking for style of include used by make... GNU |
---|
29 | checking dependency style of /usr/bin/gcc-4.2... gcc3 |
---|
30 | checking whether we are using the GNU C++ compiler... yes |
---|
31 | checking whether /usr/bin/g++-4.2 accepts -g... yes |
---|
32 | rm: conftest.dSYM: is a directory |
---|
33 | checking dependency style of /usr/bin/g++-4.2... gcc3 |
---|
34 | checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E |
---|
35 | checking whether make sets $(MAKE)... (cached) yes |
---|
36 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
37 | checking for perl... /opt/local/bin/perl |
---|
38 | checking for an ANSI C-conforming const... yes |
---|
39 | checking for inline... inline |
---|
40 | checking whether byte ordering is bigendian... no |
---|
41 | checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E |
---|
42 | checking for ANSI C header files... rm: conftest.dSYM: is a directory |
---|
43 | rm: conftest.dSYM: is a directory |
---|
44 | yes |
---|
45 | checking for sys/types.h... yes |
---|
46 | checking for sys/stat.h... yes |
---|
47 | checking for stdlib.h... yes |
---|
48 | checking for string.h... yes |
---|
49 | checking for memory.h... yes |
---|
50 | checking for strings.h... yes |
---|
51 | checking for inttypes.h... yes |
---|
52 | checking for stdint.h... yes |
---|
53 | checking for unistd.h... yes |
---|
54 | checking for int... yes |
---|
55 | checking size of int... 4 |
---|
56 | checking for long... yes |
---|
57 | checking size of long... 8 |
---|
58 | checking for long long... yes |
---|
59 | checking size of long long... 8 |
---|
60 | checking for unsigned... yes |
---|
61 | checking size of unsigned... 4 |
---|
62 | checking for unsigned long... yes |
---|
63 | checking size of unsigned long... 8 |
---|
64 | checking for unsigned long long... yes |
---|
65 | checking size of unsigned long long... 8 |
---|
66 | checking for size_t... yes |
---|
67 | checking size of size_t... 8 |
---|
68 | checking for float... yes |
---|
69 | checking size of float... 4 |
---|
70 | checking for double... yes |
---|
71 | checking size of double... 8 |
---|
72 | checking for long double... yes |
---|
73 | checking size of long double... 16 |
---|
74 | checking fenv.h usability... yes |
---|
75 | checking fenv.h presence... yes |
---|
76 | checking for fenv.h... yes |
---|
77 | checking ieeefp.h usability... no |
---|
78 | checking ieeefp.h presence... no |
---|
79 | checking for ieeefp.h... no |
---|
80 | checking for the possibility to control the FPU... yes |
---|
81 | checking the binary format of C++ floats... IEEE754 Single Precision |
---|
82 | checking the binary format of C++ doubles... IEEE754 Double Precision |
---|
83 | checking the binary format of C++ long doubles... Intel Double-Extended |
---|
84 | checking whether the C++ compiler supports flexible arrays... yes |
---|
85 | checking whether the C++ compiler supports __attribute__ ((weak))... yes |
---|
86 | checking whether ffs is declared... yes |
---|
87 | checking whether getenv is declared... yes |
---|
88 | checking whether strtof is declared... yes |
---|
89 | checking whether strtod is declared... yes |
---|
90 | checking whether strtold is declared... yes |
---|
91 | checking whether strtoll is declared... yes |
---|
92 | checking whether strtoull is declared... yes |
---|
93 | checking whether fma is declared... yes |
---|
94 | checking whether fmaf is declared... yes |
---|
95 | checking whether fmal is declared... yes |
---|
96 | checking whether rintf is declared... yes |
---|
97 | checking whether rintl is declared... yes |
---|
98 | checking for int_fast16_t... yes |
---|
99 | checking for int_fast32_t... yes |
---|
100 | checking for int_fast64_t... yes |
---|
101 | checking for uint_fast16_t... yes |
---|
102 | checking for uint_fast32_t... yes |
---|
103 | checking for uint_fast64_t... yes |
---|
104 | checking for ld used by GCC... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld |
---|
105 | checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no |
---|
106 | checking for shared library run path origin... done |
---|
107 | checking how to link with libgmp... -lgmp |
---|
108 | checking how to link with libgmpxx... -lgmpxx -lgmp |
---|
109 | checking for the GMP library version 4.1.3 or above... yes |
---|
110 | checking for mp_limb_t... yes |
---|
111 | checking size of mp_limb_t... 8 |
---|
112 | checking whether GMP has been compiled with support for exceptions... yes |
---|
113 | checking for __mpz_struct._mp_alloc... yes |
---|
114 | checking for __mpz_struct._mp_size... yes |
---|
115 | checking for __mpz_struct._mp_d... yes |
---|
116 | checking whether to build the Parma Watchdog Library... yes |
---|
117 | checking which interfaces are enabled... cxx c ciao_prolog gnu_prolog sicstus_prolog swi_prolog xsb_prolog yap_prolog |
---|
118 | checking for ciao... no |
---|
119 | checking for gprolog... no |
---|
120 | checking for sicstus... no |
---|
121 | checking for swi-prolog... no |
---|
122 | checking for swipl... no |
---|
123 | checking for pl... /usr/bin/pl |
---|
124 | checking SWI-Prolog.h usability... no |
---|
125 | checking SWI-Prolog.h presence... no |
---|
126 | checking for SWI-Prolog.h... no |
---|
127 | checking for xsb... no |
---|
128 | checking for yap... no |
---|
129 | checking for a sed that does not truncate output... /opt/local/bin/gsed |
---|
130 | checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld |
---|
131 | checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no |
---|
132 | checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r |
---|
133 | checking for BSD-compatible nm... /usr/bin/nm |
---|
134 | checking whether ln -s works... yes |
---|
135 | checking how to recognise dependent libraries... pass_all |
---|
136 | checking dlfcn.h usability... yes |
---|
137 | checking dlfcn.h presence... yes |
---|
138 | checking for dlfcn.h... yes |
---|
139 | checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E |
---|
140 | checking for g77... no |
---|
141 | checking for f77... no |
---|
142 | checking for xlf... no |
---|
143 | checking for frt... no |
---|
144 | checking for pgf77... no |
---|
145 | checking for fort77... no |
---|
146 | checking for fl32... no |
---|
147 | checking for af77... no |
---|
148 | checking for f90... no |
---|
149 | checking for xlf90... no |
---|
150 | checking for pgf90... no |
---|
151 | checking for epcf90... no |
---|
152 | checking for f95... no |
---|
153 | checking for fort... no |
---|
154 | checking for xlf95... no |
---|
155 | checking for ifc... no |
---|
156 | checking for efc... no |
---|
157 | checking for pgf95... no |
---|
158 | checking for lf95... no |
---|
159 | checking for gfortran... no |
---|
160 | checking whether we are using the GNU Fortran 77 compiler... no |
---|
161 | checking whether accepts -g... no |
---|
162 | checking the maximum length of command line arguments... 196608 |
---|
163 | checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... rm: conftest.dSYM: is a directory |
---|
164 | rm: conftest.dSYM: is a directory |
---|
165 | rm: conftest.dSYM: is a directory |
---|
166 | rm: conftest.dSYM: is a directory |
---|
167 | ok |
---|
168 | checking for objdir... .libs |
---|
169 | checking for ar... ar |
---|
170 | checking for ranlib... ranlib |
---|
171 | checking for strip... strip |
---|
172 | rm: conftest.dSYM: is a directory |
---|
173 | rm: conftest.dSYM: is a directory |
---|
174 | checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory |
---|
175 | no |
---|
176 | checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common |
---|
177 | checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... rm: conftest.dSYM: is a directory |
---|
178 | yes |
---|
179 | checking if /usr/bin/gcc-4.2 static flag -static works... rm: conftest.dSYM: is a directory |
---|
180 | no |
---|
181 | checking if /usr/bin/gcc-4.2 supports -c -o file.o... rm: conftest.dSYM: is a directory |
---|
182 | yes |
---|
183 | checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes |
---|
184 | checking dynamic linker characteristics... darwin10.0.0 dyld |
---|
185 | checking how to hardcode library paths into programs... immediate |
---|
186 | checking whether stripping libraries is possible... yes |
---|
187 | checking for dlopen in -ldl... yes |
---|
188 | checking whether a program can dlopen itself... yes |
---|
189 | checking whether a statically linked program can dlopen itself... yes |
---|
190 | checking if libtool supports shared libraries... yes |
---|
191 | checking whether to build shared libraries... yes |
---|
192 | checking whether to build static libraries... yes |
---|
193 | configure: creating libtool |
---|
194 | appending configuration tag "CXX" to libtool |
---|
195 | rm: conftest.dSYM: is a directory |
---|
196 | checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld |
---|
197 | checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no |
---|
198 | checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes |
---|
199 | checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common |
---|
200 | checking if /usr/bin/g++-4.2 PIC flag -fno-common works... rm: conftest.dSYM: is a directory |
---|
201 | yes |
---|
202 | checking if /usr/bin/g++-4.2 static flag -static works... rm: conftest.dSYM: is a directory |
---|
203 | no |
---|
204 | checking if /usr/bin/g++-4.2 supports -c -o file.o... rm: conftest.dSYM: is a directory |
---|
205 | yes |
---|
206 | checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes |
---|
207 | checking dynamic linker characteristics... darwin10.0.0 dyld |
---|
208 | checking how to hardcode library paths into programs... immediate |
---|
209 | appending configuration tag "F77" to libtool |
---|
210 | checking for md5sum... no |
---|
211 | checking glpk.h usability... yes |
---|
212 | checking glpk.h presence... yes |
---|
213 | checking for glpk.h... yes |
---|
214 | checking for fenv.h... (cached) yes |
---|
215 | checking for ieeefp.h... (cached) no |
---|
216 | checking getopt.h usability... yes |
---|
217 | checking getopt.h presence... yes |
---|
218 | checking for getopt.h... yes |
---|
219 | checking signal.h usability... yes |
---|
220 | checking signal.h presence... yes |
---|
221 | checking for signal.h... yes |
---|
222 | checking sys/resource.h usability... yes |
---|
223 | checking sys/resource.h presence... yes |
---|
224 | checking for sys/resource.h... yes |
---|
225 | checking sys/time.h usability... yes |
---|
226 | checking sys/time.h presence... yes |
---|
227 | checking for sys/time.h... yes |
---|
228 | checking for sys/types.h... (cached) yes |
---|
229 | checking for unistd.h... (cached) yes |
---|
230 | checking whether RLIMIT_DATA is declared... yes |
---|
231 | checking whether RLIMIT_RSS is declared... yes |
---|
232 | checking whether RLIMIT_VMEM is declared... no |
---|
233 | checking whether RLIMIT_AS is declared... yes |
---|
234 | configure: creating ./config.status |
---|
235 | config.status: creating Makefile |
---|
236 | config.status: creating ppl.lsm |
---|
237 | config.status: creating ppl.spec |
---|
238 | config.status: creating debian/Makefile |
---|
239 | config.status: creating debian/libppl.copyright |
---|
240 | config.status: creating debian/libppl-pwl.copyright |
---|
241 | config.status: creating src/Makefile |
---|
242 | config.status: creating src/version.hh |
---|
243 | config.status: creating src/ppl-config.cc |
---|
244 | config.status: creating tests/Makefile |
---|
245 | config.status: creating tests/BD_Shape/Makefile |
---|
246 | config.status: creating tests/Polyhedron/Makefile |
---|
247 | config.status: creating tests/Grid/Makefile |
---|
248 | config.status: creating utils/Makefile |
---|
249 | config.status: creating m4/Makefile |
---|
250 | config.status: creating demos/Makefile |
---|
251 | config.status: creating demos/ppl_lcdd/Makefile |
---|
252 | config.status: creating demos/ppl_lcdd/examples/Makefile |
---|
253 | config.status: creating demos/ppl_lpsol/Makefile |
---|
254 | config.status: creating demos/ppl_lpsol/examples/Makefile |
---|
255 | config.status: creating doc/Makefile |
---|
256 | config.status: creating doc/user.doxyconf-latex |
---|
257 | config.status: creating doc/devref.doxyconf-latex |
---|
258 | config.status: creating doc/user.doxyconf-html |
---|
259 | config.status: creating doc/devref.doxyconf-html |
---|
260 | config.status: creating interfaces/Makefile |
---|
261 | config.status: creating interfaces/C/Makefile |
---|
262 | config.status: creating interfaces/C/ppl_c.h |
---|
263 | config.status: creating interfaces/Prolog/Makefile |
---|
264 | config.status: creating interfaces/Prolog/Ciao/Makefile |
---|
265 | config.status: creating interfaces/Prolog/GNU/Makefile |
---|
266 | config.status: creating interfaces/Prolog/SICStus/Makefile |
---|
267 | config.status: creating interfaces/Prolog/SWI/Makefile |
---|
268 | config.status: creating interfaces/Prolog/XSB/Makefile |
---|
269 | config.status: creating interfaces/Prolog/YAP/Makefile |
---|
270 | config.status: creating interfaces/Prolog/tests/Makefile |
---|
271 | config.status: creating config.h |
---|
272 | config.status: config.h is unchanged |
---|
273 | config.status: executing depfiles commands |
---|
274 | configure: configuring in Watchdog |
---|
275 | configure: running /bin/sh './configure' --prefix=/opt/local '--prefix=/opt/local' 'CC=/usr/bin/gcc-4.2' 'CFLAGS=-O2 -arch x86_64' 'CPPFLAGS=-I/opt/local/include' 'CXXFLAGS=-O2 -arch x86_64' 'CXX=/usr/bin/g++-4.2' 'FFLAGS=-O2 -m64' 'LDFLAGS=-L/opt/local/lib' --cache-file=/dev/null --srcdir=. |
---|
276 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
277 | checking whether build environment is sane... yes |
---|
278 | checking for gawk... gawk |
---|
279 | checking whether make sets $(MAKE)... yes |
---|
280 | checking for style of include used by make... GNU |
---|
281 | checking for gcc... /usr/bin/gcc-4.2 |
---|
282 | checking for C compiler default output file name... a.out |
---|
283 | checking whether the C compiler works... yes |
---|
284 | checking whether we are cross compiling... no |
---|
285 | checking for suffix of executables... |
---|
286 | checking for suffix of object files... o |
---|
287 | checking whether we are using the GNU C compiler... yes |
---|
288 | checking whether /usr/bin/gcc-4.2 accepts -g... yes |
---|
289 | checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed |
---|
290 | checking dependency style of /usr/bin/gcc-4.2... gcc3 |
---|
291 | checking for an ANSI C-conforming const... yes |
---|
292 | checking for gcc... (cached) /usr/bin/gcc-4.2 |
---|
293 | checking whether we are using the GNU C compiler... (cached) yes |
---|
294 | checking whether /usr/bin/gcc-4.2 accepts -g... (cached) yes |
---|
295 | checking for /usr/bin/gcc-4.2 option to accept ANSI C... (cached) none needed |
---|
296 | checking dependency style of /usr/bin/gcc-4.2... (cached) gcc3 |
---|
297 | checking whether we are using the GNU C++ compiler... yes |
---|
298 | checking whether /usr/bin/g++-4.2 accepts -g... yes |
---|
299 | checking dependency style of /usr/bin/g++-4.2... gcc3 |
---|
300 | checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E |
---|
301 | checking whether make sets $(MAKE)... (cached) yes |
---|
302 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
303 | checking for perl... /opt/local/bin/perl |
---|
304 | checking whether to compile with debug info... yes |
---|
305 | checking whether to compile for profiling... no |
---|
306 | checking whether to compile for test coverage... no |
---|
307 | checking whether to enable checking of run-time assertions... no |
---|
308 | checking whether to enable optimizations... standard |
---|
309 | checking for which architecture to optimize... default |
---|
310 | checking whether to build the Parma Watchdog Library... yes |
---|
311 | checking whether time.h and sys/time.h may both be included... yes |
---|
312 | checking for egrep... grep -E |
---|
313 | checking for ANSI C header files... yes |
---|
314 | checking for sys/types.h... yes |
---|
315 | checking for sys/stat.h... yes |
---|
316 | checking for stdlib.h... yes |
---|
317 | checking for string.h... yes |
---|
318 | checking for memory.h... yes |
---|
319 | checking for strings.h... yes |
---|
320 | checking for inttypes.h... yes |
---|
321 | checking for stdint.h... yes |
---|
322 | checking for unistd.h... yes |
---|
323 | checking sys/time.h usability... yes |
---|
324 | checking sys/time.h presence... yes |
---|
325 | checking for sys/time.h... yes |
---|
326 | checking for setitimer... yes |
---|
327 | checking build system type... i386-apple-darwin10.0.0 |
---|
328 | checking host system type... i386-apple-darwin10.0.0 |
---|
329 | checking for a sed that does not truncate output... /opt/local/bin/gsed |
---|
330 | checking for ld used by /usr/bin/gcc-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld |
---|
331 | checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no |
---|
332 | checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files... -r |
---|
333 | checking for BSD-compatible nm... /usr/bin/nm |
---|
334 | checking whether ln -s works... yes |
---|
335 | checking how to recognise dependent libraries... pass_all |
---|
336 | checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E |
---|
337 | checking dlfcn.h usability... yes |
---|
338 | checking dlfcn.h presence... yes |
---|
339 | checking for dlfcn.h... yes |
---|
340 | checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E |
---|
341 | checking for g77... no |
---|
342 | checking for f77... no |
---|
343 | checking for xlf... no |
---|
344 | checking for frt... no |
---|
345 | checking for pgf77... no |
---|
346 | checking for fort77... no |
---|
347 | checking for fl32... no |
---|
348 | checking for af77... no |
---|
349 | checking for f90... no |
---|
350 | checking for xlf90... no |
---|
351 | checking for pgf90... no |
---|
352 | checking for epcf90... no |
---|
353 | checking for f95... no |
---|
354 | checking for fort... no |
---|
355 | checking for xlf95... no |
---|
356 | checking for ifc... no |
---|
357 | checking for efc... no |
---|
358 | checking for pgf95... no |
---|
359 | checking for lf95... no |
---|
360 | checking for gfortran... no |
---|
361 | checking whether we are using the GNU Fortran 77 compiler... no |
---|
362 | checking whether accepts -g... no |
---|
363 | checking the maximum length of command line arguments... 196608 |
---|
364 | checking command to parse /usr/bin/nm output from /usr/bin/gcc-4.2 object... rm: conftest.dSYM: is a directory |
---|
365 | rm: conftest.dSYM: is a directory |
---|
366 | rm: conftest.dSYM: is a directory |
---|
367 | rm: conftest.dSYM: is a directory |
---|
368 | ok |
---|
369 | checking for objdir... .libs |
---|
370 | checking for ar... ar |
---|
371 | checking for ranlib... ranlib |
---|
372 | checking for strip... strip |
---|
373 | rm: conftest.dSYM: is a directory |
---|
374 | rm: conftest.dSYM: is a directory |
---|
375 | checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory |
---|
376 | no |
---|
377 | checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common |
---|
378 | checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... rm: conftest.dSYM: is a directory |
---|
379 | yes |
---|
380 | checking if /usr/bin/gcc-4.2 static flag -static works... rm: conftest.dSYM: is a directory |
---|
381 | no |
---|
382 | checking if /usr/bin/gcc-4.2 supports -c -o file.o... rm: conftest.dSYM: is a directory |
---|
383 | yes |
---|
384 | checking whether the /usr/bin/gcc-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes |
---|
385 | checking dynamic linker characteristics... darwin10.0.0 dyld |
---|
386 | checking how to hardcode library paths into programs... immediate |
---|
387 | checking whether stripping libraries is possible... yes |
---|
388 | checking for dlopen in -ldl... yes |
---|
389 | checking whether a program can dlopen itself... yes |
---|
390 | checking whether a statically linked program can dlopen itself... yes |
---|
391 | checking if libtool supports shared libraries... yes |
---|
392 | checking whether to build shared libraries... yes |
---|
393 | checking whether to build static libraries... yes |
---|
394 | configure: creating libtool |
---|
395 | appending configuration tag "CXX" to libtool |
---|
396 | rm: conftest.dSYM: is a directory |
---|
397 | checking for ld used by /usr/bin/g++-4.2... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld |
---|
398 | checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld... no |
---|
399 | checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes |
---|
400 | checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common |
---|
401 | checking if /usr/bin/g++-4.2 PIC flag -fno-common works... rm: conftest.dSYM: is a directory |
---|
402 | yes |
---|
403 | checking if /usr/bin/g++-4.2 static flag -static works... rm: conftest.dSYM: is a directory |
---|
404 | no |
---|
405 | checking if /usr/bin/g++-4.2 supports -c -o file.o... rm: conftest.dSYM: is a directory |
---|
406 | yes |
---|
407 | checking whether the /usr/bin/g++-4.2 linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries... yes |
---|
408 | checking dynamic linker characteristics... darwin10.0.0 dyld |
---|
409 | checking how to hardcode library paths into programs... immediate |
---|
410 | appending configuration tag "F77" to libtool |
---|
411 | configure: creating ./config.status |
---|
412 | config.status: creating Makefile |
---|
413 | config.status: creating src/Makefile |
---|
414 | config.status: creating utils/Makefile |
---|
415 | config.status: creating config.h |
---|
416 | config.status: executing depfiles commands |
---|
417 | ---> Building ppl |
---|
418 | /usr/bin/make all-recursive |
---|
419 | Making all in utils |
---|
420 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -W -Wall -g -O2 -MT timings.o -MD -MP -MF ".deps/timings.Tpo" -c -o timings.o timings.cc; \ |
---|
421 | then mv -f ".deps/timings.Tpo" ".deps/timings.Po"; else rm -f ".deps/timings.Tpo"; exit 1; fi |
---|
422 | sed -e 's,[@]PERL[@],/opt/local/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./build_header.in > build_header |
---|
423 | chmod +x build_header |
---|
424 | sed -e 's,[@]PERL[@],/opt/local/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./text2cxxarray.in > text2cxxarray |
---|
425 | chmod +x text2cxxarray |
---|
426 | rm -f libppl_utils.a |
---|
427 | ar cru libppl_utils.a timings.o |
---|
428 | ranlib libppl_utils.a |
---|
429 | Making all in src |
---|
430 | rm -f ppl_include_files.hh |
---|
431 | ../utils/text2cxxarray --name=BUGS_array \ |
---|
432 | ../BUGS >BUGS.cc |
---|
433 | for file in namespaces.hh compiler.hh Coefficient_traits_template.hh Checked_Number.types.hh GMP_Integer.types.hh Coefficient.types.hh globals.types.hh Interval.types.hh Bounding_Box.types.hh Constraint.types.hh Generator.types.hh Grid_Generator.types.hh Congruence.types.hh Init.types.hh Row.types.hh Linear_Row.types.hh Matrix.types.hh Variable.types.hh Linear_Expression.types.hh Linear_System.types.hh Saturation_Row.types.hh Saturation_Matrix.types.hh Constraint_System.types.hh Generator_System.types.hh Grid_Generator_System.types.hh Congruence_System.types.hh Scalar_Products.types.hh LP_Problem.types.hh Poly_Con_Relation.types.hh Poly_Gen_Relation.types.hh BHRZ03_Certificate.types.hh H79_Certificate.types.hh Grid_Certificate.types.hh Polyhedron.types.hh C_Polyhedron.types.hh NNC_Polyhedron.types.hh Grid.types.hh Ptr_Iterator.types.hh DB_Row.types.hh DB_Matrix.types.hh BD_Shape.types.hh fpu.types.hh Float.defs.hh Float.inlines.hh Limits.hh fpu.defs.hh fpu-c99.inlines.hh fpu-ia32.inlines.hh fpu-none.inlines.hh fpu-sparc.inlines.hh Rounding_Dir.defs.hh Rounding_Dir.inlines.hh Result.defs.hh Result.inlines.hh Numeric_Format.defs.hh checked.defs.hh checked.inlines.hh checked_int.inlines.hh checked_float.inlines.hh checked_mpz.inlines.hh checked_mpq.inlines.hh checked_ext.inlines.hh Checked_Number.defs.hh Checked_Number.inlines.hh mp_numeric_limits.hh checked_numeric_limits.hh GMP_Integer.defs.hh GMP_Integer.inlines.hh Coefficient.defs.hh Coefficient.inlines.hh globals.defs.hh globals.inlines.hh Interval.defs.hh Interval.inlines.hh Bounding_Box.defs.hh Bounding_Box.inlines.hh Variable.defs.hh Variable.inlines.hh Init.defs.hh initializer.hh Topology.hh Row.defs.hh Row.inlines.hh Linear_Row.defs.hh Linear_Row.inlines.hh Matrix.defs.hh Matrix.inlines.hh Saturation_Row.defs.hh Saturation_Row.inlines.hh Linear_System.defs.hh Linear_System.inlines.hh Saturation_Matrix.defs.hh Saturation_Matrix.inlines.hh Constraint_System.defs.hh Generator_System.defs.hh Grid_Generator_System.defs.hh Congruence_System.defs.hh Linear_Expression.defs.hh Linear_Expression.inlines.hh Constraint.defs.hh Constraint.inlines.hh Constraint_System.inlines.hh Generator.defs.hh Generator.inlines.hh Grid_Generator.inlines.hh Grid_Generator.defs.hh Congruence.defs.hh Congruence.inlines.hh Generator_System.inlines.hh Grid_Generator_System.inlines.hh Congruence_System.inlines.hh Scalar_Products.defs.hh Scalar_Products.inlines.hh LP_Problem.defs.hh LP_Problem.inlines.hh Poly_Con_Relation.defs.hh Poly_Con_Relation.inlines.hh Poly_Gen_Relation.defs.hh Poly_Gen_Relation.inlines.hh BHRZ03_Certificate.defs.hh BHRZ03_Certificate.inlines.hh H79_Certificate.defs.hh H79_Certificate.inlines.hh Grid_Certificate.defs.hh Grid_Certificate.inlines.hh Polyhedron.defs.hh Ph_Status.inlines.hh Polyhedron.inlines.hh Polyhedron.templates.hh Grid.defs.hh Grid_Status.inlines.hh Grid.inlines.hh Grid.templates.hh C_Polyhedron.defs.hh C_Polyhedron.inlines.hh NNC_Polyhedron.defs.hh NNC_Polyhedron.inlines.hh Widening_Function.types.hh Widening_Function.defs.hh Widening_Function.inlines.hh Ptr_Iterator.defs.hh Ptr_Iterator.inlines.hh DB_Row.defs.hh DB_Row.inlines.hh DB_Matrix.defs.hh DB_Matrix.inlines.hh BD_Shape.defs.hh BDS_Status.inlines.hh BD_Shape.inlines.hh BD_Shape.templates.hh Determinate.types.hh Determinate.defs.hh Determinate.inlines.hh Powerset.types.hh Powerset.defs.hh Powerset.inlines.hh Powerset.templates.hh Polyhedra_Powerset.types.hh Polyhedra_Powerset.defs.hh Polyhedra_Powerset.inlines.hh Polyhedra_Powerset.templates.hh max_space_dimension.hh algorithms.hh; \ |
---|
434 | do \ |
---|
435 | printf "#include \"%s\"\n" $file >>ppl_include_files.hh; \ |
---|
436 | done |
---|
437 | ../utils/text2cxxarray --name=COPYING_array \ |
---|
438 | ../COPYING >COPYING.cc |
---|
439 | ../utils/text2cxxarray --name=CREDITS_array \ |
---|
440 | ../CREDITS >CREDITS.cc |
---|
441 | ../utils/build_header \ |
---|
442 | -I .. -I ../src \ |
---|
443 | ../src/ppl_header.hh >ppl.hh |
---|
444 | /usr/bin/make all-am |
---|
445 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Bounding_Box.lo -MD -MP -MF ".deps/Bounding_Box.Tpo" -c -o Bounding_Box.lo Bounding_Box.cc; \ |
---|
446 | then mv -f ".deps/Bounding_Box.Tpo" ".deps/Bounding_Box.Plo"; else rm -f ".deps/Bounding_Box.Tpo"; exit 1; fi |
---|
447 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT checked.lo -MD -MP -MF ".deps/checked.Tpo" -c -o checked.lo checked.cc; \ |
---|
448 | then mv -f ".deps/checked.Tpo" ".deps/checked.Plo"; else rm -f ".deps/checked.Tpo"; exit 1; fi |
---|
449 | mkdir .libs |
---|
450 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT checked.lo -MD -MP -MF .deps/checked.Tpo -c checked.cc -fno-common -DPIC -o .libs/checked.o |
---|
451 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Bounding_Box.lo -MD -MP -MF .deps/Bounding_Box.Tpo -c Bounding_Box.cc -fno-common -DPIC -o .libs/Bounding_Box.o |
---|
452 | checked.cc: In function 'Parma_Polyhedra_Library::Result Parma_Polyhedra_Library::Checked::parse_number_part(std::istream&, Parma_Polyhedra_Library::Checked::number_struct&)': |
---|
453 | checked.cc:94: warning: 'max_exp_rem' may be used uninitialized in this function |
---|
454 | checked.cc:93: warning: 'max_exp_div' may be used uninitialized in this function |
---|
455 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT checked.lo -MD -MP -MF .deps/checked.Tpo -c checked.cc -o checked.o >/dev/null 2>&1 |
---|
456 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Checked_Number.lo -MD -MP -MF ".deps/Checked_Number.Tpo" -c -o Checked_Number.lo Checked_Number.cc; \ |
---|
457 | then mv -f ".deps/Checked_Number.Tpo" ".deps/Checked_Number.Plo"; else rm -f ".deps/Checked_Number.Tpo"; exit 1; fi |
---|
458 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Bounding_Box.lo -MD -MP -MF .deps/Bounding_Box.Tpo -c Bounding_Box.cc -o Bounding_Box.o >/dev/null 2>&1 |
---|
459 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Checked_Number.lo -MD -MP -MF .deps/Checked_Number.Tpo -c Checked_Number.cc -fno-common -DPIC -o .libs/Checked_Number.o |
---|
460 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Checked_Number.lo -MD -MP -MF .deps/Checked_Number.Tpo -c Checked_Number.cc -o Checked_Number.o >/dev/null 2>&1 |
---|
461 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Float.lo -MD -MP -MF ".deps/Float.Tpo" -c -o Float.lo Float.cc; \ |
---|
462 | then mv -f ".deps/Float.Tpo" ".deps/Float.Plo"; else rm -f ".deps/Float.Tpo"; exit 1; fi |
---|
463 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Float.lo -MD -MP -MF .deps/Float.Tpo -c Float.cc -fno-common -DPIC -o .libs/Float.o |
---|
464 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Float.lo -MD -MP -MF .deps/Float.Tpo -c Float.cc -o Float.o >/dev/null 2>&1 |
---|
465 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Constraint.lo -MD -MP -MF ".deps/Constraint.Tpo" -c -o Constraint.lo Constraint.cc; \ |
---|
466 | then mv -f ".deps/Constraint.Tpo" ".deps/Constraint.Plo"; else rm -f ".deps/Constraint.Tpo"; exit 1; fi |
---|
467 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Constraint_System.lo -MD -MP -MF ".deps/Constraint_System.Tpo" -c -o Constraint_System.lo Constraint_System.cc; \ |
---|
468 | then mv -f ".deps/Constraint_System.Tpo" ".deps/Constraint_System.Plo"; else rm -f ".deps/Constraint_System.Tpo"; exit 1; fi |
---|
469 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.cc -fno-common -DPIC -o .libs/Constraint.o |
---|
470 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Constraint_System.lo -MD -MP -MF .deps/Constraint_System.Tpo -c Constraint_System.cc -fno-common -DPIC -o .libs/Constraint_System.o |
---|
471 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Constraint.lo -MD -MP -MF .deps/Constraint.Tpo -c Constraint.cc -o Constraint.o >/dev/null 2>&1 |
---|
472 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Constraint_System.lo -MD -MP -MF .deps/Constraint_System.Tpo -c Constraint_System.cc -o Constraint_System.o >/dev/null 2>&1 |
---|
473 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Congruence.lo -MD -MP -MF ".deps/Congruence.Tpo" -c -o Congruence.lo Congruence.cc; \ |
---|
474 | then mv -f ".deps/Congruence.Tpo" ".deps/Congruence.Plo"; else rm -f ".deps/Congruence.Tpo"; exit 1; fi |
---|
475 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Congruence.lo -MD -MP -MF .deps/Congruence.Tpo -c Congruence.cc -fno-common -DPIC -o .libs/Congruence.o |
---|
476 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Congruence_System.lo -MD -MP -MF ".deps/Congruence_System.Tpo" -c -o Congruence_System.lo Congruence_System.cc; \ |
---|
477 | then mv -f ".deps/Congruence_System.Tpo" ".deps/Congruence_System.Plo"; else rm -f ".deps/Congruence_System.Tpo"; exit 1; fi |
---|
478 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Congruence_System.lo -MD -MP -MF .deps/Congruence_System.Tpo -c Congruence_System.cc -fno-common -DPIC -o .libs/Congruence_System.o |
---|
479 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Congruence.lo -MD -MP -MF .deps/Congruence.Tpo -c Congruence.cc -o Congruence.o >/dev/null 2>&1 |
---|
480 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Congruence_System.lo -MD -MP -MF .deps/Congruence_System.Tpo -c Congruence_System.cc -o Congruence_System.o >/dev/null 2>&1 |
---|
481 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Generator_System.lo -MD -MP -MF ".deps/Generator_System.Tpo" -c -o Generator_System.lo Generator_System.cc; \ |
---|
482 | then mv -f ".deps/Generator_System.Tpo" ".deps/Generator_System.Plo"; else rm -f ".deps/Generator_System.Tpo"; exit 1; fi |
---|
483 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Generator_System.lo -MD -MP -MF .deps/Generator_System.Tpo -c Generator_System.cc -fno-common -DPIC -o .libs/Generator_System.o |
---|
484 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Generator_System.lo -MD -MP -MF ".deps/Grid_Generator_System.Tpo" -c -o Grid_Generator_System.lo Grid_Generator_System.cc; \ |
---|
485 | then mv -f ".deps/Grid_Generator_System.Tpo" ".deps/Grid_Generator_System.Plo"; else rm -f ".deps/Grid_Generator_System.Tpo"; exit 1; fi |
---|
486 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Generator_System.lo -MD -MP -MF .deps/Grid_Generator_System.Tpo -c Grid_Generator_System.cc -fno-common -DPIC -o .libs/Grid_Generator_System.o |
---|
487 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Generator_System.lo -MD -MP -MF .deps/Generator_System.Tpo -c Generator_System.cc -o Generator_System.o >/dev/null 2>&1 |
---|
488 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Generator_System.lo -MD -MP -MF .deps/Grid_Generator_System.Tpo -c Grid_Generator_System.cc -o Grid_Generator_System.o >/dev/null 2>&1 |
---|
489 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Generator.lo -MD -MP -MF ".deps/Generator.Tpo" -c -o Generator.lo Generator.cc; \ |
---|
490 | then mv -f ".deps/Generator.Tpo" ".deps/Generator.Plo"; else rm -f ".deps/Generator.Tpo"; exit 1; fi |
---|
491 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Generator.lo -MD -MP -MF ".deps/Grid_Generator.Tpo" -c -o Grid_Generator.lo Grid_Generator.cc; \ |
---|
492 | then mv -f ".deps/Grid_Generator.Tpo" ".deps/Grid_Generator.Plo"; else rm -f ".deps/Grid_Generator.Tpo"; exit 1; fi |
---|
493 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Generator.lo -MD -MP -MF .deps/Generator.Tpo -c Generator.cc -fno-common -DPIC -o .libs/Generator.o |
---|
494 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Generator.lo -MD -MP -MF .deps/Grid_Generator.Tpo -c Grid_Generator.cc -fno-common -DPIC -o .libs/Grid_Generator.o |
---|
495 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Generator.lo -MD -MP -MF .deps/Generator.Tpo -c Generator.cc -o Generator.o >/dev/null 2>&1 |
---|
496 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Generator.lo -MD -MP -MF .deps/Grid_Generator.Tpo -c Grid_Generator.cc -o Grid_Generator.o >/dev/null 2>&1 |
---|
497 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Init.lo -MD -MP -MF ".deps/Init.Tpo" -c -o Init.lo Init.cc; \ |
---|
498 | then mv -f ".deps/Init.Tpo" ".deps/Init.Plo"; else rm -f ".deps/Init.Tpo"; exit 1; fi |
---|
499 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Init.lo -MD -MP -MF .deps/Init.Tpo -c Init.cc -fno-common -DPIC -o .libs/Init.o |
---|
500 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Coefficient.lo -MD -MP -MF ".deps/Coefficient.Tpo" -c -o Coefficient.lo Coefficient.cc; \ |
---|
501 | then mv -f ".deps/Coefficient.Tpo" ".deps/Coefficient.Plo"; else rm -f ".deps/Coefficient.Tpo"; exit 1; fi |
---|
502 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Coefficient.lo -MD -MP -MF .deps/Coefficient.Tpo -c Coefficient.cc -fno-common -DPIC -o .libs/Coefficient.o |
---|
503 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Init.lo -MD -MP -MF .deps/Init.Tpo -c Init.cc -o Init.o >/dev/null 2>&1 |
---|
504 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Coefficient.lo -MD -MP -MF .deps/Coefficient.Tpo -c Coefficient.cc -o Coefficient.o >/dev/null 2>&1 |
---|
505 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Interval.lo -MD -MP -MF ".deps/Interval.Tpo" -c -o Interval.lo Interval.cc; \ |
---|
506 | then mv -f ".deps/Interval.Tpo" ".deps/Interval.Plo"; else rm -f ".deps/Interval.Tpo"; exit 1; fi |
---|
507 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_Expression.lo -MD -MP -MF ".deps/Linear_Expression.Tpo" -c -o Linear_Expression.lo Linear_Expression.cc; \ |
---|
508 | then mv -f ".deps/Linear_Expression.Tpo" ".deps/Linear_Expression.Plo"; else rm -f ".deps/Linear_Expression.Tpo"; exit 1; fi |
---|
509 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c Interval.cc -fno-common -DPIC -o .libs/Interval.o |
---|
510 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_Expression.lo -MD -MP -MF .deps/Linear_Expression.Tpo -c Linear_Expression.cc -fno-common -DPIC -o .libs/Linear_Expression.o |
---|
511 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Interval.lo -MD -MP -MF .deps/Interval.Tpo -c Interval.cc -o Interval.o >/dev/null 2>&1 |
---|
512 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_Expression.lo -MD -MP -MF .deps/Linear_Expression.Tpo -c Linear_Expression.cc -o Linear_Expression.o >/dev/null 2>&1 |
---|
513 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_System.lo -MD -MP -MF ".deps/Linear_System.Tpo" -c -o Linear_System.lo Linear_System.cc; \ |
---|
514 | then mv -f ".deps/Linear_System.Tpo" ".deps/Linear_System.Plo"; else rm -f ".deps/Linear_System.Tpo"; exit 1; fi |
---|
515 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_System.lo -MD -MP -MF .deps/Linear_System.Tpo -c Linear_System.cc -fno-common -DPIC -o .libs/Linear_System.o |
---|
516 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Matrix.lo -MD -MP -MF ".deps/Matrix.Tpo" -c -o Matrix.lo Matrix.cc; \ |
---|
517 | then mv -f ".deps/Matrix.Tpo" ".deps/Matrix.Plo"; else rm -f ".deps/Matrix.Tpo"; exit 1; fi |
---|
518 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c Matrix.cc -fno-common -DPIC -o .libs/Matrix.o |
---|
519 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_System.lo -MD -MP -MF .deps/Linear_System.Tpo -c Linear_System.cc -o Linear_System.o >/dev/null 2>&1 |
---|
520 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Matrix.lo -MD -MP -MF .deps/Matrix.Tpo -c Matrix.cc -o Matrix.o >/dev/null 2>&1 |
---|
521 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Scalar_Products.lo -MD -MP -MF ".deps/Scalar_Products.Tpo" -c -o Scalar_Products.lo Scalar_Products.cc; \ |
---|
522 | then mv -f ".deps/Scalar_Products.Tpo" ".deps/Scalar_Products.Plo"; else rm -f ".deps/Scalar_Products.Tpo"; exit 1; fi |
---|
523 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Scalar_Products.lo -MD -MP -MF .deps/Scalar_Products.Tpo -c Scalar_Products.cc -fno-common -DPIC -o .libs/Scalar_Products.o |
---|
524 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT LP_Problem.lo -MD -MP -MF ".deps/LP_Problem.Tpo" -c -o LP_Problem.lo LP_Problem.cc; \ |
---|
525 | then mv -f ".deps/LP_Problem.Tpo" ".deps/LP_Problem.Plo"; else rm -f ".deps/LP_Problem.Tpo"; exit 1; fi |
---|
526 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT LP_Problem.lo -MD -MP -MF .deps/LP_Problem.Tpo -c LP_Problem.cc -fno-common -DPIC -o .libs/LP_Problem.o |
---|
527 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Scalar_Products.lo -MD -MP -MF .deps/Scalar_Products.Tpo -c Scalar_Products.cc -o Scalar_Products.o >/dev/null 2>&1 |
---|
528 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Poly_Con_Relation.lo -MD -MP -MF ".deps/Poly_Con_Relation.Tpo" -c -o Poly_Con_Relation.lo Poly_Con_Relation.cc; \ |
---|
529 | then mv -f ".deps/Poly_Con_Relation.Tpo" ".deps/Poly_Con_Relation.Plo"; else rm -f ".deps/Poly_Con_Relation.Tpo"; exit 1; fi |
---|
530 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Poly_Con_Relation.lo -MD -MP -MF .deps/Poly_Con_Relation.Tpo -c Poly_Con_Relation.cc -fno-common -DPIC -o .libs/Poly_Con_Relation.o |
---|
531 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Poly_Con_Relation.lo -MD -MP -MF .deps/Poly_Con_Relation.Tpo -c Poly_Con_Relation.cc -o Poly_Con_Relation.o >/dev/null 2>&1 |
---|
532 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT LP_Problem.lo -MD -MP -MF .deps/LP_Problem.Tpo -c LP_Problem.cc -o LP_Problem.o >/dev/null 2>&1 |
---|
533 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Poly_Gen_Relation.lo -MD -MP -MF ".deps/Poly_Gen_Relation.Tpo" -c -o Poly_Gen_Relation.lo Poly_Gen_Relation.cc; \ |
---|
534 | then mv -f ".deps/Poly_Gen_Relation.Tpo" ".deps/Poly_Gen_Relation.Plo"; else rm -f ".deps/Poly_Gen_Relation.Tpo"; exit 1; fi |
---|
535 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Poly_Gen_Relation.lo -MD -MP -MF .deps/Poly_Gen_Relation.Tpo -c Poly_Gen_Relation.cc -fno-common -DPIC -o .libs/Poly_Gen_Relation.o |
---|
536 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Poly_Gen_Relation.lo -MD -MP -MF .deps/Poly_Gen_Relation.Tpo -c Poly_Gen_Relation.cc -o Poly_Gen_Relation.o >/dev/null 2>&1 |
---|
537 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BHRZ03_Certificate.lo -MD -MP -MF ".deps/BHRZ03_Certificate.Tpo" -c -o BHRZ03_Certificate.lo BHRZ03_Certificate.cc; \ |
---|
538 | then mv -f ".deps/BHRZ03_Certificate.Tpo" ".deps/BHRZ03_Certificate.Plo"; else rm -f ".deps/BHRZ03_Certificate.Tpo"; exit 1; fi |
---|
539 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT H79_Certificate.lo -MD -MP -MF ".deps/H79_Certificate.Tpo" -c -o H79_Certificate.lo H79_Certificate.cc; \ |
---|
540 | then mv -f ".deps/H79_Certificate.Tpo" ".deps/H79_Certificate.Plo"; else rm -f ".deps/H79_Certificate.Tpo"; exit 1; fi |
---|
541 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BHRZ03_Certificate.lo -MD -MP -MF .deps/BHRZ03_Certificate.Tpo -c BHRZ03_Certificate.cc -fno-common -DPIC -o .libs/BHRZ03_Certificate.o |
---|
542 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT H79_Certificate.lo -MD -MP -MF .deps/H79_Certificate.Tpo -c H79_Certificate.cc -fno-common -DPIC -o .libs/H79_Certificate.o |
---|
543 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT H79_Certificate.lo -MD -MP -MF .deps/H79_Certificate.Tpo -c H79_Certificate.cc -o H79_Certificate.o >/dev/null 2>&1 |
---|
544 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BHRZ03_Certificate.lo -MD -MP -MF .deps/BHRZ03_Certificate.Tpo -c BHRZ03_Certificate.cc -o BHRZ03_Certificate.o >/dev/null 2>&1 |
---|
545 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Certificate.lo -MD -MP -MF ".deps/Grid_Certificate.Tpo" -c -o Grid_Certificate.lo Grid_Certificate.cc; \ |
---|
546 | then mv -f ".deps/Grid_Certificate.Tpo" ".deps/Grid_Certificate.Plo"; else rm -f ".deps/Grid_Certificate.Tpo"; exit 1; fi |
---|
547 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_nonpublic.lo -MD -MP -MF ".deps/Polyhedron_nonpublic.Tpo" -c -o Polyhedron_nonpublic.lo Polyhedron_nonpublic.cc; \ |
---|
548 | then mv -f ".deps/Polyhedron_nonpublic.Tpo" ".deps/Polyhedron_nonpublic.Plo"; else rm -f ".deps/Polyhedron_nonpublic.Tpo"; exit 1; fi |
---|
549 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Certificate.lo -MD -MP -MF .deps/Grid_Certificate.Tpo -c Grid_Certificate.cc -fno-common -DPIC -o .libs/Grid_Certificate.o |
---|
550 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_nonpublic.lo -MD -MP -MF .deps/Polyhedron_nonpublic.Tpo -c Polyhedron_nonpublic.cc -fno-common -DPIC -o .libs/Polyhedron_nonpublic.o |
---|
551 | In file included from Grid.defs.hh:2482, |
---|
552 | from Grid_Certificate.cc:28: |
---|
553 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
554 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
555 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
556 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
557 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
558 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
559 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
560 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
561 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Certificate.lo -MD -MP -MF .deps/Grid_Certificate.Tpo -c Grid_Certificate.cc -o Grid_Certificate.o >/dev/null 2>&1 |
---|
562 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_public.lo -MD -MP -MF ".deps/Polyhedron_public.Tpo" -c -o Polyhedron_public.lo Polyhedron_public.cc; \ |
---|
563 | then mv -f ".deps/Polyhedron_public.Tpo" ".deps/Polyhedron_public.Plo"; else rm -f ".deps/Polyhedron_public.Tpo"; exit 1; fi |
---|
564 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_public.lo -MD -MP -MF .deps/Polyhedron_public.Tpo -c Polyhedron_public.cc -fno-common -DPIC -o .libs/Polyhedron_public.o |
---|
565 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_nonpublic.lo -MD -MP -MF .deps/Polyhedron_nonpublic.Tpo -c Polyhedron_nonpublic.cc -o Polyhedron_nonpublic.o >/dev/null 2>&1 |
---|
566 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_chdims.lo -MD -MP -MF ".deps/Polyhedron_chdims.Tpo" -c -o Polyhedron_chdims.lo Polyhedron_chdims.cc; \ |
---|
567 | then mv -f ".deps/Polyhedron_chdims.Tpo" ".deps/Polyhedron_chdims.Plo"; else rm -f ".deps/Polyhedron_chdims.Tpo"; exit 1; fi |
---|
568 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_public.lo -MD -MP -MF .deps/Polyhedron_public.Tpo -c Polyhedron_public.cc -o Polyhedron_public.o >/dev/null 2>&1 |
---|
569 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_chdims.lo -MD -MP -MF .deps/Polyhedron_chdims.Tpo -c Polyhedron_chdims.cc -fno-common -DPIC -o .libs/Polyhedron_chdims.o |
---|
570 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_chdims.lo -MD -MP -MF .deps/Polyhedron_chdims.Tpo -c Polyhedron_chdims.cc -o Polyhedron_chdims.o >/dev/null 2>&1 |
---|
571 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_widenings.lo -MD -MP -MF ".deps/Polyhedron_widenings.Tpo" -c -o Polyhedron_widenings.lo Polyhedron_widenings.cc; \ |
---|
572 | then mv -f ".deps/Polyhedron_widenings.Tpo" ".deps/Polyhedron_widenings.Plo"; else rm -f ".deps/Polyhedron_widenings.Tpo"; exit 1; fi |
---|
573 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT C_Polyhedron.lo -MD -MP -MF ".deps/C_Polyhedron.Tpo" -c -o C_Polyhedron.lo C_Polyhedron.cc; \ |
---|
574 | then mv -f ".deps/C_Polyhedron.Tpo" ".deps/C_Polyhedron.Plo"; else rm -f ".deps/C_Polyhedron.Tpo"; exit 1; fi |
---|
575 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_widenings.lo -MD -MP -MF .deps/Polyhedron_widenings.Tpo -c Polyhedron_widenings.cc -fno-common -DPIC -o .libs/Polyhedron_widenings.o |
---|
576 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT C_Polyhedron.lo -MD -MP -MF .deps/C_Polyhedron.Tpo -c C_Polyhedron.cc -fno-common -DPIC -o .libs/C_Polyhedron.o |
---|
577 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT C_Polyhedron.lo -MD -MP -MF .deps/C_Polyhedron.Tpo -c C_Polyhedron.cc -o C_Polyhedron.o >/dev/null 2>&1 |
---|
578 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedron_widenings.lo -MD -MP -MF .deps/Polyhedron_widenings.Tpo -c Polyhedron_widenings.cc -o Polyhedron_widenings.o >/dev/null 2>&1 |
---|
579 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT NNC_Polyhedron.lo -MD -MP -MF ".deps/NNC_Polyhedron.Tpo" -c -o NNC_Polyhedron.lo NNC_Polyhedron.cc; \ |
---|
580 | then mv -f ".deps/NNC_Polyhedron.Tpo" ".deps/NNC_Polyhedron.Plo"; else rm -f ".deps/NNC_Polyhedron.Tpo"; exit 1; fi |
---|
581 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT NNC_Polyhedron.lo -MD -MP -MF .deps/NNC_Polyhedron.Tpo -c NNC_Polyhedron.cc -fno-common -DPIC -o .libs/NNC_Polyhedron.o |
---|
582 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT NNC_Polyhedron.lo -MD -MP -MF .deps/NNC_Polyhedron.Tpo -c NNC_Polyhedron.cc -o NNC_Polyhedron.o >/dev/null 2>&1 |
---|
583 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_nonpublic.lo -MD -MP -MF ".deps/Grid_nonpublic.Tpo" -c -o Grid_nonpublic.lo Grid_nonpublic.cc; \ |
---|
584 | then mv -f ".deps/Grid_nonpublic.Tpo" ".deps/Grid_nonpublic.Plo"; else rm -f ".deps/Grid_nonpublic.Tpo"; exit 1; fi |
---|
585 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_public.lo -MD -MP -MF ".deps/Grid_public.Tpo" -c -o Grid_public.lo Grid_public.cc; \ |
---|
586 | then mv -f ".deps/Grid_public.Tpo" ".deps/Grid_public.Plo"; else rm -f ".deps/Grid_public.Tpo"; exit 1; fi |
---|
587 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_nonpublic.lo -MD -MP -MF .deps/Grid_nonpublic.Tpo -c Grid_nonpublic.cc -fno-common -DPIC -o .libs/Grid_nonpublic.o |
---|
588 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_public.lo -MD -MP -MF .deps/Grid_public.Tpo -c Grid_public.cc -fno-common -DPIC -o .libs/Grid_public.o |
---|
589 | In file included from Grid.defs.hh:2482, |
---|
590 | from Grid_nonpublic.cc:26: |
---|
591 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
592 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
593 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
594 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
595 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
596 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
597 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
598 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
599 | In file included from Grid.defs.hh:2482, |
---|
600 | from Grid_public.cc:25: |
---|
601 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
602 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
603 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
604 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
605 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
606 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
607 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
608 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
609 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_nonpublic.lo -MD -MP -MF .deps/Grid_nonpublic.Tpo -c Grid_nonpublic.cc -o Grid_nonpublic.o >/dev/null 2>&1 |
---|
610 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_chdims.lo -MD -MP -MF ".deps/Grid_chdims.Tpo" -c -o Grid_chdims.lo Grid_chdims.cc; \ |
---|
611 | then mv -f ".deps/Grid_chdims.Tpo" ".deps/Grid_chdims.Plo"; else rm -f ".deps/Grid_chdims.Tpo"; exit 1; fi |
---|
612 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_public.lo -MD -MP -MF .deps/Grid_public.Tpo -c Grid_public.cc -o Grid_public.o >/dev/null 2>&1 |
---|
613 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_chdims.lo -MD -MP -MF .deps/Grid_chdims.Tpo -c Grid_chdims.cc -fno-common -DPIC -o .libs/Grid_chdims.o |
---|
614 | In file included from Grid.defs.hh:2482, |
---|
615 | from Grid_chdims.cc:26: |
---|
616 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
617 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
618 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
619 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
620 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
621 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
622 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
623 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
624 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_chdims.lo -MD -MP -MF .deps/Grid_chdims.Tpo -c Grid_chdims.cc -o Grid_chdims.o >/dev/null 2>&1 |
---|
625 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_widenings.lo -MD -MP -MF ".deps/Grid_widenings.Tpo" -c -o Grid_widenings.lo Grid_widenings.cc; \ |
---|
626 | then mv -f ".deps/Grid_widenings.Tpo" ".deps/Grid_widenings.Plo"; else rm -f ".deps/Grid_widenings.Tpo"; exit 1; fi |
---|
627 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_widenings.lo -MD -MP -MF .deps/Grid_widenings.Tpo -c Grid_widenings.cc -fno-common -DPIC -o .libs/Grid_widenings.o |
---|
628 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BD_Shape.lo -MD -MP -MF ".deps/BD_Shape.Tpo" -c -o BD_Shape.lo BD_Shape.cc; \ |
---|
629 | then mv -f ".deps/BD_Shape.Tpo" ".deps/BD_Shape.Plo"; else rm -f ".deps/BD_Shape.Tpo"; exit 1; fi |
---|
630 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BD_Shape.lo -MD -MP -MF .deps/BD_Shape.Tpo -c BD_Shape.cc -fno-common -DPIC -o .libs/BD_Shape.o |
---|
631 | In file included from Grid.defs.hh:2482, |
---|
632 | from Grid_widenings.cc:26: |
---|
633 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
634 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
635 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
636 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
637 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
638 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
639 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
640 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
641 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_widenings.lo -MD -MP -MF .deps/Grid_widenings.Tpo -c Grid_widenings.cc -o Grid_widenings.o >/dev/null 2>&1 |
---|
642 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BD_Shape.lo -MD -MP -MF .deps/BD_Shape.Tpo -c BD_Shape.cc -o BD_Shape.o >/dev/null 2>&1 |
---|
643 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedra_Powerset.lo -MD -MP -MF ".deps/Polyhedra_Powerset.Tpo" -c -o Polyhedra_Powerset.lo Polyhedra_Powerset.cc; \ |
---|
644 | then mv -f ".deps/Polyhedra_Powerset.Tpo" ".deps/Polyhedra_Powerset.Plo"; else rm -f ".deps/Polyhedra_Powerset.Tpo"; exit 1; fi |
---|
645 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedra_Powerset.lo -MD -MP -MF .deps/Polyhedra_Powerset.Tpo -c Polyhedra_Powerset.cc -fno-common -DPIC -o .libs/Polyhedra_Powerset.o |
---|
646 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Row.lo -MD -MP -MF ".deps/Row.Tpo" -c -o Row.lo Row.cc; \ |
---|
647 | then mv -f ".deps/Row.Tpo" ".deps/Row.Plo"; else rm -f ".deps/Row.Tpo"; exit 1; fi |
---|
648 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Row.lo -MD -MP -MF .deps/Row.Tpo -c Row.cc -fno-common -DPIC -o .libs/Row.o |
---|
649 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Row.lo -MD -MP -MF .deps/Row.Tpo -c Row.cc -o Row.o >/dev/null 2>&1 |
---|
650 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Polyhedra_Powerset.lo -MD -MP -MF .deps/Polyhedra_Powerset.Tpo -c Polyhedra_Powerset.cc -o Polyhedra_Powerset.o >/dev/null 2>&1 |
---|
651 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_Row.lo -MD -MP -MF ".deps/Linear_Row.Tpo" -c -o Linear_Row.lo Linear_Row.cc; \ |
---|
652 | then mv -f ".deps/Linear_Row.Tpo" ".deps/Linear_Row.Plo"; else rm -f ".deps/Linear_Row.Tpo"; exit 1; fi |
---|
653 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_Row.lo -MD -MP -MF .deps/Linear_Row.Tpo -c Linear_Row.cc -fno-common -DPIC -o .libs/Linear_Row.o |
---|
654 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Linear_Row.lo -MD -MP -MF .deps/Linear_Row.Tpo -c Linear_Row.cc -o Linear_Row.o >/dev/null 2>&1 |
---|
655 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Saturation_Matrix.lo -MD -MP -MF ".deps/Saturation_Matrix.Tpo" -c -o Saturation_Matrix.lo Saturation_Matrix.cc; \ |
---|
656 | then mv -f ".deps/Saturation_Matrix.Tpo" ".deps/Saturation_Matrix.Plo"; else rm -f ".deps/Saturation_Matrix.Tpo"; exit 1; fi |
---|
657 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Saturation_Matrix.lo -MD -MP -MF .deps/Saturation_Matrix.Tpo -c Saturation_Matrix.cc -fno-common -DPIC -o .libs/Saturation_Matrix.o |
---|
658 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Saturation_Row.lo -MD -MP -MF ".deps/Saturation_Row.Tpo" -c -o Saturation_Row.lo Saturation_Row.cc; \ |
---|
659 | then mv -f ".deps/Saturation_Row.Tpo" ".deps/Saturation_Row.Plo"; else rm -f ".deps/Saturation_Row.Tpo"; exit 1; fi |
---|
660 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Saturation_Row.lo -MD -MP -MF .deps/Saturation_Row.Tpo -c Saturation_Row.cc -fno-common -DPIC -o .libs/Saturation_Row.o |
---|
661 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Saturation_Row.lo -MD -MP -MF .deps/Saturation_Row.Tpo -c Saturation_Row.cc -o Saturation_Row.o >/dev/null 2>&1 |
---|
662 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Ph_Status.lo -MD -MP -MF ".deps/Ph_Status.Tpo" -c -o Ph_Status.lo Ph_Status.cc; \ |
---|
663 | then mv -f ".deps/Ph_Status.Tpo" ".deps/Ph_Status.Plo"; else rm -f ".deps/Ph_Status.Tpo"; exit 1; fi |
---|
664 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Saturation_Matrix.lo -MD -MP -MF .deps/Saturation_Matrix.Tpo -c Saturation_Matrix.cc -o Saturation_Matrix.o >/dev/null 2>&1 |
---|
665 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Ph_Status.lo -MD -MP -MF .deps/Ph_Status.Tpo -c Ph_Status.cc -fno-common -DPIC -o .libs/Ph_Status.o |
---|
666 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Status.lo -MD -MP -MF ".deps/Grid_Status.Tpo" -c -o Grid_Status.lo Grid_Status.cc; \ |
---|
667 | then mv -f ".deps/Grid_Status.Tpo" ".deps/Grid_Status.Plo"; else rm -f ".deps/Grid_Status.Tpo"; exit 1; fi |
---|
668 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Ph_Status.lo -MD -MP -MF .deps/Ph_Status.Tpo -c Ph_Status.cc -o Ph_Status.o >/dev/null 2>&1 |
---|
669 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Status.lo -MD -MP -MF .deps/Grid_Status.Tpo -c Grid_Status.cc -fno-common -DPIC -o .libs/Grid_Status.o |
---|
670 | In file included from Grid.defs.hh:2482, |
---|
671 | from Grid_Status.cc:25: |
---|
672 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
673 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
674 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
675 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
676 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
677 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
678 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
679 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
680 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Variable.lo -MD -MP -MF ".deps/Variable.Tpo" -c -o Variable.lo Variable.cc; \ |
---|
681 | then mv -f ".deps/Variable.Tpo" ".deps/Variable.Plo"; else rm -f ".deps/Variable.Tpo"; exit 1; fi |
---|
682 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_Status.lo -MD -MP -MF .deps/Grid_Status.Tpo -c Grid_Status.cc -o Grid_Status.o >/dev/null 2>&1 |
---|
683 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Variable.lo -MD -MP -MF .deps/Variable.Tpo -c Variable.cc -fno-common -DPIC -o .libs/Variable.o |
---|
684 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Variable.lo -MD -MP -MF .deps/Variable.Tpo -c Variable.cc -o Variable.o >/dev/null 2>&1 |
---|
685 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT conversion.lo -MD -MP -MF ".deps/conversion.Tpo" -c -o conversion.lo conversion.cc; \ |
---|
686 | then mv -f ".deps/conversion.Tpo" ".deps/conversion.Plo"; else rm -f ".deps/conversion.Tpo"; exit 1; fi |
---|
687 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT conversion.lo -MD -MP -MF .deps/conversion.Tpo -c conversion.cc -fno-common -DPIC -o .libs/conversion.o |
---|
688 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT minimize.lo -MD -MP -MF ".deps/minimize.Tpo" -c -o minimize.lo minimize.cc; \ |
---|
689 | then mv -f ".deps/minimize.Tpo" ".deps/minimize.Plo"; else rm -f ".deps/minimize.Tpo"; exit 1; fi |
---|
690 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c minimize.cc -fno-common -DPIC -o .libs/minimize.o |
---|
691 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT conversion.lo -MD -MP -MF .deps/conversion.Tpo -c conversion.cc -o conversion.o >/dev/null 2>&1 |
---|
692 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT minimize.lo -MD -MP -MF .deps/minimize.Tpo -c minimize.cc -o minimize.o >/dev/null 2>&1 |
---|
693 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT simplify.lo -MD -MP -MF ".deps/simplify.Tpo" -c -o simplify.lo simplify.cc; \ |
---|
694 | then mv -f ".deps/simplify.Tpo" ".deps/simplify.Plo"; else rm -f ".deps/simplify.Tpo"; exit 1; fi |
---|
695 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT simplify.lo -MD -MP -MF .deps/simplify.Tpo -c simplify.cc -fno-common -DPIC -o .libs/simplify.o |
---|
696 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_conversion.lo -MD -MP -MF ".deps/Grid_conversion.Tpo" -c -o Grid_conversion.lo Grid_conversion.cc; \ |
---|
697 | then mv -f ".deps/Grid_conversion.Tpo" ".deps/Grid_conversion.Plo"; else rm -f ".deps/Grid_conversion.Tpo"; exit 1; fi |
---|
698 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_conversion.lo -MD -MP -MF .deps/Grid_conversion.Tpo -c Grid_conversion.cc -fno-common -DPIC -o .libs/Grid_conversion.o |
---|
699 | In file included from Grid.defs.hh:2482, |
---|
700 | from Grid_conversion.cc:25: |
---|
701 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
702 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
703 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
704 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
705 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
706 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
707 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
708 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
709 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT simplify.lo -MD -MP -MF .deps/simplify.Tpo -c simplify.cc -o simplify.o >/dev/null 2>&1 |
---|
710 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_conversion.lo -MD -MP -MF .deps/Grid_conversion.Tpo -c Grid_conversion.cc -o Grid_conversion.o >/dev/null 2>&1 |
---|
711 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_simplify.lo -MD -MP -MF ".deps/Grid_simplify.Tpo" -c -o Grid_simplify.lo Grid_simplify.cc; \ |
---|
712 | then mv -f ".deps/Grid_simplify.Tpo" ".deps/Grid_simplify.Plo"; else rm -f ".deps/Grid_simplify.Tpo"; exit 1; fi |
---|
713 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_simplify.lo -MD -MP -MF .deps/Grid_simplify.Tpo -c Grid_simplify.cc -fno-common -DPIC -o .libs/Grid_simplify.o |
---|
714 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT globals.lo -MD -MP -MF ".deps/globals.Tpo" -c -o globals.lo globals.cc; \ |
---|
715 | then mv -f ".deps/globals.Tpo" ".deps/globals.Plo"; else rm -f ".deps/globals.Tpo"; exit 1; fi |
---|
716 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cc -fno-common -DPIC -o .libs/globals.o |
---|
717 | In file included from Grid.defs.hh:2482, |
---|
718 | from Grid_simplify.cc:26: |
---|
719 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
720 | Grid.inlines.hh:222: warning: deprecated conversion from string constant to 'char*' |
---|
721 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
722 | Grid.inlines.hh:229: warning: deprecated conversion from string constant to 'char*' |
---|
723 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
724 | Grid.inlines.hh:235: warning: deprecated conversion from string constant to 'char*' |
---|
725 | Grid.inlines.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
726 | Grid.inlines.hh:242: warning: deprecated conversion from string constant to 'char*' |
---|
727 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cc -o globals.o >/dev/null 2>&1 |
---|
728 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT Grid_simplify.lo -MD -MP -MF .deps/Grid_simplify.Tpo -c Grid_simplify.cc -o Grid_simplify.o >/dev/null 2>&1 |
---|
729 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT version.lo -MD -MP -MF ".deps/version.Tpo" -c -o version.lo version.cc; \ |
---|
730 | then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f ".deps/version.Tpo"; exit 1; fi |
---|
731 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cc -fno-common -DPIC -o .libs/version.o |
---|
732 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cc -o version.o >/dev/null 2>&1 |
---|
733 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT ppl-config.o -MD -MP -MF ".deps/ppl-config.Tpo" -c -o ppl-config.o ppl-config.cc; \ |
---|
734 | then mv -f ".deps/ppl-config.Tpo" ".deps/ppl-config.Po"; else rm -f ".deps/ppl-config.Tpo"; exit 1; fi |
---|
735 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT BUGS.o -MD -MP -MF ".deps/BUGS.Tpo" -c -o BUGS.o BUGS.cc; \ |
---|
736 | then mv -f ".deps/BUGS.Tpo" ".deps/BUGS.Po"; else rm -f ".deps/BUGS.Tpo"; exit 1; fi |
---|
737 | In file included from ppl-config.cc:24: |
---|
738 | ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
739 | ppl.hh:28177: warning: deprecated conversion from string constant to 'char*' |
---|
740 | ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
741 | ppl.hh:28184: warning: deprecated conversion from string constant to 'char*' |
---|
742 | ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
743 | ppl.hh:28190: warning: deprecated conversion from string constant to 'char*' |
---|
744 | ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
745 | ppl.hh:28197: warning: deprecated conversion from string constant to 'char*' |
---|
746 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT COPYING.o -MD -MP -MF ".deps/COPYING.Tpo" -c -o COPYING.o COPYING.cc; \ |
---|
747 | then mv -f ".deps/COPYING.Tpo" ".deps/COPYING.Po"; else rm -f ".deps/COPYING.Tpo"; exit 1; fi |
---|
748 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../src -I/opt/local/include -W -Wall -g -O2 -MT CREDITS.o -MD -MP -MF ".deps/CREDITS.Tpo" -c -o CREDITS.o CREDITS.cc; \ |
---|
749 | then mv -f ".deps/CREDITS.Tpo" ".deps/CREDITS.Po"; else rm -f ".deps/CREDITS.Tpo"; exit 1; fi |
---|
750 | /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -W -Wall -g -O2 -L/opt/local/lib -o libppl.la -rpath /opt/local/lib -version-info 6:0:0 Bounding_Box.lo checked.lo Checked_Number.lo Float.lo Constraint.lo Constraint_System.lo Congruence.lo Congruence_System.lo Generator_System.lo Grid_Generator_System.lo Generator.lo Grid_Generator.lo Init.lo Coefficient.lo Interval.lo Linear_Expression.lo Linear_System.lo Matrix.lo Scalar_Products.lo LP_Problem.lo Poly_Con_Relation.lo Poly_Gen_Relation.lo BHRZ03_Certificate.lo H79_Certificate.lo Grid_Certificate.lo Polyhedron_nonpublic.lo Polyhedron_public.lo Polyhedron_chdims.lo Polyhedron_widenings.lo C_Polyhedron.lo NNC_Polyhedron.lo Grid_nonpublic.lo Grid_public.lo Grid_chdims.lo Grid_widenings.lo BD_Shape.lo Polyhedra_Powerset.lo Row.lo Linear_Row.lo Saturation_Matrix.lo Saturation_Row.lo Ph_Status.lo Grid_Status.lo Variable.lo conversion.lo minimize.lo simplify.lo Grid_conversion.lo Grid_simplify.lo globals.lo version.lo |
---|
751 | /usr/bin/g++-4.2 -dynamiclib -single_module ${wl}-undefined ${wl}dynamic_lookup -o .libs/libppl.6.0.0.dylib .libs/Bounding_Box.o .libs/checked.o .libs/Checked_Number.o .libs/Float.o .libs/Constraint.o .libs/Constraint_System.o .libs/Congruence.o .libs/Congruence_System.o .libs/Generator_System.o .libs/Grid_Generator_System.o .libs/Generator.o .libs/Grid_Generator.o .libs/Init.o .libs/Coefficient.o .libs/Interval.o .libs/Linear_Expression.o .libs/Linear_System.o .libs/Matrix.o .libs/Scalar_Products.o .libs/LP_Problem.o .libs/Poly_Con_Relation.o .libs/Poly_Gen_Relation.o .libs/BHRZ03_Certificate.o .libs/H79_Certificate.o .libs/Grid_Certificate.o .libs/Polyhedron_nonpublic.o .libs/Polyhedron_public.o .libs/Polyhedron_chdims.o .libs/Polyhedron_widenings.o .libs/C_Polyhedron.o .libs/NNC_Polyhedron.o .libs/Grid_nonpublic.o .libs/Grid_public.o .libs/Grid_chdims.o .libs/Grid_widenings.o .libs/BD_Shape.o .libs/Polyhedra_Powerset.o .libs/Row.o .libs/Linear_Row.o .libs/Saturation_Matrix.o .libs/Saturation_Row.o .libs/Ph_Status.o .libs/Grid_Status.o .libs/Variable.o .libs/conversion.o .libs/minimize.o .libs/simplify.o .libs/Grid_conversion.o .libs/Grid_simplify.o .libs/globals.o .libs/version.o -L/opt/local/lib -install_name /opt/local/lib/libppl.6.dylib -Wl,-compatibility_version -Wl,7 -Wl,-current_version -Wl,7.0 |
---|
752 | (cd .libs && rm -f libppl.6.dylib && ln -s libppl.6.0.0.dylib libppl.6.dylib) |
---|
753 | (cd .libs && rm -f libppl.dylib && ln -s libppl.6.0.0.dylib libppl.dylib) |
---|
754 | ar cru .libs/libppl.a Bounding_Box.o checked.o Checked_Number.o Float.o Constraint.o Constraint_System.o Congruence.o Congruence_System.o Generator_System.o Grid_Generator_System.o Generator.o Grid_Generator.o Init.o Coefficient.o Interval.o Linear_Expression.o Linear_System.o Matrix.o Scalar_Products.o LP_Problem.o Poly_Con_Relation.o Poly_Gen_Relation.o BHRZ03_Certificate.o H79_Certificate.o Grid_Certificate.o Polyhedron_nonpublic.o Polyhedron_public.o Polyhedron_chdims.o Polyhedron_widenings.o C_Polyhedron.o NNC_Polyhedron.o Grid_nonpublic.o Grid_public.o Grid_chdims.o Grid_widenings.o BD_Shape.o Polyhedra_Powerset.o Row.o Linear_Row.o Saturation_Matrix.o Saturation_Row.o Ph_Status.o Grid_Status.o Variable.o conversion.o minimize.o simplify.o Grid_conversion.o Grid_simplify.o globals.o version.o |
---|
755 | ranlib .libs/libppl.a |
---|
756 | creating libppl.la |
---|
757 | (cd .libs && rm -f libppl.la && ln -s ../libppl.la libppl.la) |
---|
758 | /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -W -Wall -g -O2 -L/opt/local/lib -o ppl-config ppl-config.o BUGS.o COPYING.o CREDITS.o libppl.la -lm -L/opt/local/lib -lgmpxx -L/opt/local/lib -lgmp -R/opt/local/lib -R/opt/local/lib |
---|
759 | /usr/bin/g++-4.2 -W -Wall -g -O2 -o .libs/ppl-config ppl-config.o BUGS.o COPYING.o CREDITS.o -Wl,-bind_at_load -L/opt/local/lib ./.libs/libppl.dylib -lm /opt/local/lib/libgmpxx.dylib /opt/local/lib/libgmp.dylib |
---|
760 | creating ppl-config |
---|
761 | Making all in Watchdog |
---|
762 | /usr/bin/make all-recursive |
---|
763 | Making all in utils |
---|
764 | sed -e 's,[@]PERL[@],/opt/local/bin/perl,g' -e 's,[@]generated_automatically[@],Generated automatically: do not modify; modify the .in file instead.,g' < ./build_header.in > build_header |
---|
765 | chmod +x build_header |
---|
766 | Making all in src |
---|
767 | rm -f pwl_include_files.hh |
---|
768 | for file in Doubly_Linked_Object.types.hh EList.types.hh EList_Iterator.types.hh Handler.types.hh Pending_Element.types.hh Pending_List.types.hh Time.types.hh Watchdog.types.hh Handler.defs.hh Handler.inlines.hh Time.defs.hh Time.inlines.hh Doubly_Linked_Object.defs.hh Doubly_Linked_Object.inlines.hh EList_Iterator.defs.hh EList_Iterator.inlines.hh EList.defs.hh EList.inlines.hh Pending_Element.defs.hh Pending_Element.inlines.hh Pending_List.defs.hh Pending_List.inlines.hh Watchdog.defs.hh Watchdog.inlines.hh; \ |
---|
769 | do \ |
---|
770 | printf "#include \"%s\"\n" $file >>pwl_include_files.hh; \ |
---|
771 | done |
---|
772 | ../utils/build_header \ |
---|
773 | -I .. -I ../src \ |
---|
774 | ../src/pwl_header.hh >pwl.hh |
---|
775 | /usr/bin/make all-am |
---|
776 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Pending_Element.lo -MD -MP -MF ".deps/Pending_Element.Tpo" -c -o Pending_Element.lo Pending_Element.cc; \ |
---|
777 | then mv -f ".deps/Pending_Element.Tpo" ".deps/Pending_Element.Plo"; else rm -f ".deps/Pending_Element.Tpo"; exit 1; fi |
---|
778 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Pending_List.lo -MD -MP -MF ".deps/Pending_List.Tpo" -c -o Pending_List.lo Pending_List.cc; \ |
---|
779 | then mv -f ".deps/Pending_List.Tpo" ".deps/Pending_List.Plo"; else rm -f ".deps/Pending_List.Tpo"; exit 1; fi |
---|
780 | mkdir .libs |
---|
781 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Pending_Element.lo -MD -MP -MF .deps/Pending_Element.Tpo -c Pending_Element.cc -fno-common -DPIC -o .libs/Pending_Element.o |
---|
782 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Pending_List.lo -MD -MP -MF .deps/Pending_List.Tpo -c Pending_List.cc -fno-common -DPIC -o .libs/Pending_List.o |
---|
783 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Pending_Element.lo -MD -MP -MF .deps/Pending_Element.Tpo -c Pending_Element.cc -o Pending_Element.o >/dev/null 2>&1 |
---|
784 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Time.lo -MD -MP -MF ".deps/Time.Tpo" -c -o Time.lo Time.cc; \ |
---|
785 | then mv -f ".deps/Time.Tpo" ".deps/Time.Plo"; else rm -f ".deps/Time.Tpo"; exit 1; fi |
---|
786 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c Time.cc -fno-common -DPIC -o .libs/Time.o |
---|
787 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Pending_List.lo -MD -MP -MF .deps/Pending_List.Tpo -c Pending_List.cc -o Pending_List.o >/dev/null 2>&1 |
---|
788 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Time.lo -MD -MP -MF .deps/Time.Tpo -c Time.cc -o Time.o >/dev/null 2>&1 |
---|
789 | if /bin/sh ../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Watchdog.lo -MD -MP -MF ".deps/Watchdog.Tpo" -c -o Watchdog.lo Watchdog.cc; \ |
---|
790 | then mv -f ".deps/Watchdog.Tpo" ".deps/Watchdog.Plo"; else rm -f ".deps/Watchdog.Tpo"; exit 1; fi |
---|
791 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Watchdog.lo -MD -MP -MF .deps/Watchdog.Tpo -c Watchdog.cc -fno-common -DPIC -o .libs/Watchdog.o |
---|
792 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include -g -O2 -W -Wall -MT Watchdog.lo -MD -MP -MF .deps/Watchdog.Tpo -c Watchdog.cc -o Watchdog.o >/dev/null 2>&1 |
---|
793 | /bin/sh ../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -g -O2 -W -Wall -L/opt/local/lib -o libpwl.la -rpath /opt/local/lib -version-info 3:0:0 Pending_Element.lo Pending_List.lo Time.lo Watchdog.lo |
---|
794 | /usr/bin/g++-4.2 -dynamiclib -single_module ${wl}-undefined ${wl}dynamic_lookup -o .libs/libpwl.3.0.0.dylib .libs/Pending_Element.o .libs/Pending_List.o .libs/Time.o .libs/Watchdog.o -L/opt/local/lib -install_name /opt/local/lib/libpwl.3.dylib -Wl,-compatibility_version -Wl,4 -Wl,-current_version -Wl,4.0 |
---|
795 | (cd .libs && rm -f libpwl.3.dylib && ln -s libpwl.3.0.0.dylib libpwl.3.dylib) |
---|
796 | (cd .libs && rm -f libpwl.dylib && ln -s libpwl.3.0.0.dylib libpwl.dylib) |
---|
797 | ar cru .libs/libpwl.a Pending_Element.o Pending_List.o Time.o Watchdog.o |
---|
798 | ranlib .libs/libpwl.a |
---|
799 | creating libpwl.la |
---|
800 | (cd .libs && rm -f libpwl.la && ln -s ../libpwl.la libpwl.la) |
---|
801 | make[4]: Nothing to be done for `all-am'. |
---|
802 | Making all in tests |
---|
803 | Making all in . |
---|
804 | make[3]: Nothing to be done for `all-am'. |
---|
805 | Making all in BD_Shape |
---|
806 | make[3]: Nothing to be done for `all'. |
---|
807 | Making all in Polyhedron |
---|
808 | make[3]: Nothing to be done for `all'. |
---|
809 | Making all in Grid |
---|
810 | make[3]: Nothing to be done for `all'. |
---|
811 | Making all in interfaces |
---|
812 | Making all in C |
---|
813 | if /bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/opt/local/include -W -Wall -g -O2 -MT ppl_c.lo -MD -MP -MF ".deps/ppl_c.Tpo" -c -o ppl_c.lo ppl_c.cc; \ |
---|
814 | then mv -f ".deps/ppl_c.Tpo" ".deps/ppl_c.Plo"; else rm -f ".deps/ppl_c.Tpo"; exit 1; fi |
---|
815 | mkdir .libs |
---|
816 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/opt/local/include -W -Wall -g -O2 -MT ppl_c.lo -MD -MP -MF .deps/ppl_c.Tpo -c ppl_c.cc -fno-common -DPIC -o .libs/ppl_c.o |
---|
817 | In file included from ppl_c.cc:23: |
---|
818 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
819 | ../../src/ppl.hh:28177: warning: deprecated conversion from string constant to 'char*' |
---|
820 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
821 | ../../src/ppl.hh:28184: warning: deprecated conversion from string constant to 'char*' |
---|
822 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
823 | ../../src/ppl.hh:28190: warning: deprecated conversion from string constant to 'char*' |
---|
824 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
825 | ../../src/ppl.hh:28197: warning: deprecated conversion from string constant to 'char*' |
---|
826 | /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I/opt/local/include -W -Wall -g -O2 -MT ppl_c.lo -MD -MP -MF .deps/ppl_c.Tpo -c ppl_c.cc -o ppl_c.o >/dev/null 2>&1 |
---|
827 | /bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -W -Wall -g -O2 -L/opt/local/lib -o libppl_c.la -rpath /opt/local/lib -version-info 1:0:1 ppl_c.lo |
---|
828 | /usr/bin/g++-4.2 -dynamiclib -single_module ${wl}-undefined ${wl}dynamic_lookup -o .libs/libppl_c.0.1.0.dylib .libs/ppl_c.o -L/opt/local/lib -install_name /opt/local/lib/libppl_c.0.dylib -Wl,-compatibility_version -Wl,2 -Wl,-current_version -Wl,2.0 |
---|
829 | (cd .libs && rm -f libppl_c.0.dylib && ln -s libppl_c.0.1.0.dylib libppl_c.0.dylib) |
---|
830 | (cd .libs && rm -f libppl_c.dylib && ln -s libppl_c.0.1.0.dylib libppl_c.dylib) |
---|
831 | ar cru .libs/libppl_c.a ppl_c.o |
---|
832 | ranlib .libs/libppl_c.a |
---|
833 | creating libppl_c.la |
---|
834 | (cd .libs && rm -f libppl_c.la && ln -s ../libppl_c.la libppl_c.la) |
---|
835 | Making all in Prolog |
---|
836 | Making all in Ciao |
---|
837 | make[4]: Nothing to be done for `all'. |
---|
838 | Making all in GNU |
---|
839 | make[4]: Nothing to be done for `all'. |
---|
840 | Making all in SICStus |
---|
841 | make[4]: Nothing to be done for `all'. |
---|
842 | Making all in SWI |
---|
843 | make[4]: Nothing to be done for `all'. |
---|
844 | Making all in XSB |
---|
845 | make[4]: Nothing to be done for `all'. |
---|
846 | Making all in YAP |
---|
847 | make[4]: Nothing to be done for `all'. |
---|
848 | Making all in tests |
---|
849 | make[4]: Nothing to be done for `all'. |
---|
850 | make[4]: Nothing to be done for `all-am'. |
---|
851 | make[3]: Nothing to be done for `all-am'. |
---|
852 | Making all in demos |
---|
853 | Making all in ppl_lcdd |
---|
854 | Making all in examples |
---|
855 | make[4]: Nothing to be done for `all'. |
---|
856 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../utils -I/opt/local/include -W -Wall -g -O2 -MT ppl_lcdd.o -MD -MP -MF ".deps/ppl_lcdd.Tpo" -c -o ppl_lcdd.o ppl_lcdd.cc; \ |
---|
857 | then mv -f ".deps/ppl_lcdd.Tpo" ".deps/ppl_lcdd.Po"; else rm -f ".deps/ppl_lcdd.Tpo"; exit 1; fi |
---|
858 | In file included from ppl_lcdd.cc:37: |
---|
859 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
860 | ../../src/ppl.hh:28177: warning: deprecated conversion from string constant to 'char*' |
---|
861 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::maximize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
862 | ../../src/ppl.hh:28184: warning: deprecated conversion from string constant to 'char*' |
---|
863 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&) const': |
---|
864 | ../../src/ppl.hh:28190: warning: deprecated conversion from string constant to 'char*' |
---|
865 | ../../src/ppl.hh: In member function 'bool Parma_Polyhedra_Library::Grid::minimize(const Parma_Polyhedra_Library::Linear_Expression&, Parma_Polyhedra_Library::Coefficient&, Parma_Polyhedra_Library::Coefficient&, bool&, Parma_Polyhedra_Library::Grid_Generator&) const': |
---|
866 | ../../src/ppl.hh:28197: warning: deprecated conversion from string constant to 'char*' |
---|
867 | /bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -W -Wall -g -O2 -L/opt/local/lib -o ppl_lcdd ppl_lcdd.o ../../src/libppl.la ../../utils/libppl_utils.a -lm -L/opt/local/lib -lgmpxx -L/opt/local/lib -lgmp -R/opt/local/lib -R/opt/local/lib |
---|
868 | mkdir .libs |
---|
869 | /usr/bin/g++-4.2 -W -Wall -g -O2 -o .libs/ppl_lcdd ppl_lcdd.o -Wl,-bind_at_load -L/opt/local/lib ../../src/.libs/libppl.dylib ../../utils/libppl_utils.a -lm /opt/local/lib/libgmpxx.dylib /opt/local/lib/libgmp.dylib |
---|
870 | creating ppl_lcdd |
---|
871 | Making all in ppl_lpsol |
---|
872 | Making all in examples |
---|
873 | make[4]: Nothing to be done for `all'. |
---|
874 | if /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../interfaces/C -I/opt/local/include -W -Wall -g -O2 -MT ppl_lpsol.o -MD -MP -MF ".deps/ppl_lpsol.Tpo" -c -o ppl_lpsol.o ppl_lpsol.c; \ |
---|
875 | then mv -f ".deps/ppl_lpsol.Tpo" ".deps/ppl_lpsol.Po"; else rm -f ".deps/ppl_lpsol.Tpo"; exit 1; fi |
---|
876 | if /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../interfaces/C -I/opt/local/include -W -Wall -g -O2 -MT dummy.o -MD -MP -MF ".deps/dummy.Tpo" -c -o dummy.o dummy.cc; \ |
---|
877 | then mv -f ".deps/dummy.Tpo" ".deps/dummy.Po"; else rm -f ".deps/dummy.Tpo"; exit 1; fi |
---|
878 | ppl_lpsol.c: In function 'solve_with_simplex': |
---|
879 | ppl_lpsol.c:607: warning: control reaches end of non-void function |
---|
880 | /bin/sh ../../libtool --tag=CXX --mode=link /usr/bin/g++-4.2 -W -Wall -g -O2 -L/opt/local/lib -o ppl_lpsol ppl_lpsol.o dummy.o -lglpk ../../interfaces/C/libppl_c.la ../../src/libppl.la -lm -L/opt/local/lib -lgmpxx -L/opt/local/lib -lgmp -R/opt/local/lib -R/opt/local/lib |
---|
881 | mkdir .libs |
---|
882 | /usr/bin/g++-4.2 -W -Wall -g -O2 -o .libs/ppl_lpsol ppl_lpsol.o dummy.o -Wl,-bind_at_load -L/opt/local/lib /opt/local/lib/libglpk.dylib -lz ../../interfaces/C/.libs/libppl_c.dylib ../../src/.libs/libppl.dylib -lm /opt/local/lib/libgmpxx.dylib /opt/local/lib/libgmp.dylib |
---|
883 | creating ppl_lpsol |
---|
884 | make[3]: Nothing to be done for `all-am'. |
---|
885 | Making all in doc |
---|
886 | make[2]: Nothing to be done for `all'. |
---|
887 | Making all in m4 |
---|
888 | make[2]: Nothing to be done for `all'. |
---|
889 | Making all in debian |
---|
890 | make[2]: Nothing to be done for `all'. |
---|
891 | ---> Staging ppl into destroot |
---|
892 | . changed |
---|
893 | gid expected 0 found 502 modified |
---|
894 | ./usr missing (created) |
---|
895 | . missing (directory not created: File exists) |
---|
896 | ./Applications missing (created) |
---|
897 | ./Developer missing (created) |
---|
898 | ./Library missing (created) |
---|
899 | . changed |
---|
900 | gid expected 80 found 0 modified |
---|
901 | ./bin missing (created) |
---|
902 | ./etc missing (created) |
---|
903 | ./include missing (created) |
---|
904 | ./lib missing (created) |
---|
905 | ./lib/pkgconfig missing (created) |
---|
906 | ./libexec missing (created) |
---|
907 | ./sbin missing (created) |
---|
908 | ./share missing (created) |
---|
909 | ./share/info missing (created) |
---|
910 | ./share/man missing (created) |
---|
911 | ./share/man/cat1 missing (created) |
---|
912 | ./share/man/cat2 missing (created) |
---|
913 | ./share/man/cat3 missing (created) |
---|
914 | ./share/man/cat4 missing (created) |
---|
915 | ./share/man/cat5 missing (created) |
---|
916 | ./share/man/cat6 missing (created) |
---|
917 | ./share/man/cat7 missing (created) |
---|
918 | ./share/man/cat8 missing (created) |
---|
919 | ./share/man/cat9 missing (created) |
---|
920 | ./share/man/catl missing (created) |
---|
921 | ./share/man/catn missing (created) |
---|
922 | ./share/man/man1 missing (created) |
---|
923 | ./share/man/man2 missing (created) |
---|
924 | ./share/man/man3 missing (created) |
---|
925 | ./share/man/man4 missing (created) |
---|
926 | ./share/man/man5 missing (created) |
---|
927 | ./share/man/man6 missing (created) |
---|
928 | ./share/man/man7 missing (created) |
---|
929 | ./share/man/man8 missing (created) |
---|
930 | ./share/man/man9 missing (created) |
---|
931 | ./share/man/manl missing (created) |
---|
932 | ./share/man/mann missing (created) |
---|
933 | ./share/nls missing (created) |
---|
934 | ./share/nls/C missing (created) |
---|
935 | ./share/nls/af_ZA.ISO8859-1 missing (created) |
---|
936 | ./share/nls/af_ZA.ISO8859-15 missing (created) |
---|
937 | ./share/nls/bg_BG.CP1251 missing (created) |
---|
938 | ./share/nls/cs_CZ.ISO8859-2 missing (created) |
---|
939 | ./share/nls/da_DK.ISO8859-1 missing (created) |
---|
940 | ./share/nls/da_DK.ISO8859-15 missing (created) |
---|
941 | ./share/nls/de_AT.ISO8859-1 missing (created) |
---|
942 | ./share/nls/de_AT.ISO8859-15 missing (created) |
---|
943 | ./share/nls/de_CH.ISO8859-1 missing (created) |
---|
944 | ./share/nls/de_CH.ISO8859-15 missing (created) |
---|
945 | ./share/nls/de_DE.ISO8859-1 missing (created) |
---|
946 | ./share/nls/de_DE.ISO8859-15 missing (created) |
---|
947 | ./share/nls/el_GR.ISO8859-7 missing (created) |
---|
948 | ./share/nls/en_AU.ISO8859-1 missing (created) |
---|
949 | ./share/nls/en_AU.ISO8859-15 missing (created) |
---|
950 | ./share/nls/en_AU.US-ASCII missing (created) |
---|
951 | ./share/nls/en_CA.ISO8859-1 missing (created) |
---|
952 | ./share/nls/en_CA.ISO8859-15 missing (created) |
---|
953 | ./share/nls/en_CA.US-ASCII missing (created) |
---|
954 | ./share/nls/en_GB.ISO8859-1 missing (created) |
---|
955 | ./share/nls/en_GB.ISO8859-15 missing (created) |
---|
956 | ./share/nls/en_GB.US-ASCII missing (created) |
---|
957 | ./share/nls/en_NZ.ISO8859-1 missing (created) |
---|
958 | ./share/nls/en_NZ.ISO8859-15 missing (created) |
---|
959 | ./share/nls/en_NZ.US-ASCII missing (created) |
---|
960 | ./share/nls/en_US.ISO8859-1 missing (created) |
---|
961 | ./share/nls/en_US.ISO8859-15 missing (created) |
---|
962 | ./share/nls/es_ES.ISO8859-1 missing (created) |
---|
963 | ./share/nls/es_ES.ISO8859-15 missing (created) |
---|
964 | ./share/nls/et_EE.ISO8859-15 missing (created) |
---|
965 | ./share/nls/fi_FI.ISO8859-1 missing (created) |
---|
966 | ./share/nls/fi_FI.ISO8859-15 missing (created) |
---|
967 | ./share/nls/fr_BE.ISO8859-1 missing (created) |
---|
968 | ./share/nls/fr_BE.ISO8859-15 missing (created) |
---|
969 | ./share/nls/fr_CA.ISO8859-1 missing (created) |
---|
970 | ./share/nls/fr_CA.ISO8859-15 missing (created) |
---|
971 | ./share/nls/fr_CH.ISO8859-1 missing (created) |
---|
972 | ./share/nls/fr_CH.ISO8859-15 missing (created) |
---|
973 | ./share/nls/fr_FR.ISO8859-1 missing (created) |
---|
974 | ./share/nls/fr_FR.ISO8859-15 missing (created) |
---|
975 | ./share/nls/hi_IN.ISCII-DEV missing (created) |
---|
976 | ./share/nls/hr_HR.ISO8859-2 missing (created) |
---|
977 | ./share/nls/hu_HU.ISO8859-2 missing (created) |
---|
978 | ./share/nls/is_IS.ISO8859-1 missing (created) |
---|
979 | ./share/nls/is_IS.ISO8859-15 missing (created) |
---|
980 | ./share/nls/it_CH.ISO8859-1 missing (created) |
---|
981 | ./share/nls/it_CH.ISO8859-15 missing (created) |
---|
982 | ./share/nls/it_IT.ISO8859-1 missing (created) |
---|
983 | ./share/nls/it_IT.ISO8859-15 missing (created) |
---|
984 | ./share/nls/ja_JP.SJIS missing (created) |
---|
985 | ./share/nls/ja_JP.eucJP missing (created) |
---|
986 | ./share/nls/ko_KR.eucKR missing (created) |
---|
987 | ./share/nls/la_LN.ISO8859-1 missing (created) |
---|
988 | ./share/nls/la_LN.ISO8859-15 missing (created) |
---|
989 | ./share/nls/la_LN.ISO8859-2 missing (created) |
---|
990 | ./share/nls/la_LN.ISO8859-4 missing (created) |
---|
991 | ./share/nls/la_LN.US-ASCII missing (created) |
---|
992 | ./share/nls/lt_LT.ISO8859-4 missing (created) |
---|
993 | ./share/nls/nl_BE.ISO8859-1 missing (created) |
---|
994 | ./share/nls/nl_BE.ISO8859-15 missing (created) |
---|
995 | ./share/nls/nl_NL.ISO8859-1 missing (created) |
---|
996 | ./share/nls/nl_NL.ISO8859-15 missing (created) |
---|
997 | ./share/nls/no_NO.ISO8859-1 missing (created) |
---|
998 | ./share/nls/no_NO.ISO8859-15 missing (created) |
---|
999 | ./share/nls/pl_PL.ISO8859-2 missing (created) |
---|
1000 | ./share/nls/pt_BR.ISO8859-1 missing (created) |
---|
1001 | ./share/nls/pt_PT.ISO8859-1 missing (created) |
---|
1002 | ./share/nls/pt_PT.ISO8859-15 missing (created) |
---|
1003 | ./share/nls/ro_RO.ISO8859-2 missing (created) |
---|
1004 | ./share/nls/ru_RU.CP866 missing (created) |
---|
1005 | ./share/nls/ru_RU.ISO8859-5 missing (created) |
---|
1006 | ./share/nls/ru_RU.KOI8-R missing (created) |
---|
1007 | ./share/nls/sk_SK.ISO8859-2 missing (created) |
---|
1008 | ./share/nls/sl_SI.ISO8859-2 missing (created) |
---|
1009 | ./share/nls/sv_SE.ISO8859-1 missing (created) |
---|
1010 | ./share/nls/sv_SE.ISO8859-15 missing (created) |
---|
1011 | ./share/nls/tr_TR.ISO8859-9 missing (created) |
---|
1012 | ./share/nls/uk_UA.ISO8859-5 missing (created) |
---|
1013 | ./share/nls/uk_UA.KOI8-U missing (created) |
---|
1014 | ./share/nls/zh_CN.eucCN missing (created) |
---|
1015 | ./share/nls/zh_TW.Big5 missing (created) |
---|
1016 | ./share/skel missing (created) |
---|
1017 | ./src missing (created) |
---|
1018 | ./var missing (created) |
---|
1019 | ./var/macports missing (created) |
---|
1020 | ./var/macports/build missing (created) |
---|
1021 | ./var/macports/distfiles missing (created) |
---|
1022 | ./var/macports/receipts missing (created) |
---|
1023 | ./var/macports/registry missing (created) |
---|
1024 | ./www missing (created) |
---|
1025 | Making install in utils |
---|
1026 | make[2]: Nothing to be done for `install-exec-am'. |
---|
1027 | make[2]: Nothing to be done for `install-data-am'. |
---|
1028 | Making install in src |
---|
1029 | /usr/bin/make install-am |
---|
1030 | test -z "/opt/local/lib" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib" |
---|
1031 | /bin/sh ../libtool --mode=install /usr/bin/install -c 'libppl.la' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl.la' |
---|
1032 | /usr/bin/install -c .libs/libppl.6.0.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl.6.0.0.dylib |
---|
1033 | (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib && { ln -s -f libppl.6.0.0.dylib libppl.6.dylib || { rm -f libppl.6.dylib && ln -s libppl.6.0.0.dylib libppl.6.dylib; }; }) |
---|
1034 | (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib && { ln -s -f libppl.6.0.0.dylib libppl.dylib || { rm -f libppl.dylib && ln -s libppl.6.0.0.dylib libppl.dylib; }; }) |
---|
1035 | /usr/bin/install -c .libs/libppl.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl.la |
---|
1036 | /usr/bin/install -c .libs/libppl.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl.a |
---|
1037 | chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl.a |
---|
1038 | ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl.a |
---|
1039 | libtool: install: warning: remember to run `libtool --finish /opt/local/lib' |
---|
1040 | test -z "/opt/local/bin" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin" |
---|
1041 | /bin/sh ../libtool --mode=install /usr/bin/install -c 'ppl-config' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin/ppl-config' |
---|
1042 | libtool: install: warning: `libppl.la' has not been installed in `/opt/local/lib' |
---|
1043 | /usr/bin/install -c .libs/ppl-config /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin/ppl-config |
---|
1044 | test -z "/opt/local/include" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/include" |
---|
1045 | /usr/bin/install -c -m 644 'ppl.hh' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/include/ppl.hh' |
---|
1046 | Making install in Watchdog |
---|
1047 | Making install in utils |
---|
1048 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1049 | make[3]: Nothing to be done for `install-data-am'. |
---|
1050 | Making install in src |
---|
1051 | /usr/bin/make install-am |
---|
1052 | test -z "/opt/local/lib" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib" |
---|
1053 | /bin/sh ../libtool --mode=install /usr/bin/install -c 'libpwl.la' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libpwl.la' |
---|
1054 | /usr/bin/install -c .libs/libpwl.3.0.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libpwl.3.0.0.dylib |
---|
1055 | (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib && { ln -s -f libpwl.3.0.0.dylib libpwl.3.dylib || { rm -f libpwl.3.dylib && ln -s libpwl.3.0.0.dylib libpwl.3.dylib; }; }) |
---|
1056 | (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib && { ln -s -f libpwl.3.0.0.dylib libpwl.dylib || { rm -f libpwl.dylib && ln -s libpwl.3.0.0.dylib libpwl.dylib; }; }) |
---|
1057 | /usr/bin/install -c .libs/libpwl.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libpwl.la |
---|
1058 | /usr/bin/install -c .libs/libpwl.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libpwl.a |
---|
1059 | chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libpwl.a |
---|
1060 | ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libpwl.a |
---|
1061 | libtool: install: warning: remember to run `libtool --finish /opt/local/lib' |
---|
1062 | test -z "/opt/local/include" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/include" |
---|
1063 | /usr/bin/install -c -m 644 'pwl.hh' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/include/pwl.hh' |
---|
1064 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1065 | make[3]: Nothing to be done for `install-data-am'. |
---|
1066 | Making install in tests |
---|
1067 | Making install in . |
---|
1068 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1069 | make[3]: Nothing to be done for `install-data-am'. |
---|
1070 | Making install in BD_Shape |
---|
1071 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1072 | make[3]: Nothing to be done for `install-data-am'. |
---|
1073 | Making install in Polyhedron |
---|
1074 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1075 | make[3]: Nothing to be done for `install-data-am'. |
---|
1076 | Making install in Grid |
---|
1077 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1078 | make[3]: Nothing to be done for `install-data-am'. |
---|
1079 | Making install in interfaces |
---|
1080 | Making install in C |
---|
1081 | test -z "/opt/local/lib" || /bin/sh ../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib" |
---|
1082 | /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libppl_c.la' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl_c.la' |
---|
1083 | /usr/bin/install -c .libs/libppl_c.0.1.0.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl_c.0.1.0.dylib |
---|
1084 | (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib && { ln -s -f libppl_c.0.1.0.dylib libppl_c.0.dylib || { rm -f libppl_c.0.dylib && ln -s libppl_c.0.1.0.dylib libppl_c.0.dylib; }; }) |
---|
1085 | (cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib && { ln -s -f libppl_c.0.1.0.dylib libppl_c.dylib || { rm -f libppl_c.dylib && ln -s libppl_c.0.1.0.dylib libppl_c.dylib; }; }) |
---|
1086 | /usr/bin/install -c .libs/libppl_c.lai /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl_c.la |
---|
1087 | /usr/bin/install -c .libs/libppl_c.a /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl_c.a |
---|
1088 | chmod 644 /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl_c.a |
---|
1089 | ranlib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/libppl_c.a |
---|
1090 | libtool: install: warning: remember to run `libtool --finish /opt/local/lib' |
---|
1091 | test -z "/opt/local/include" || /bin/sh ../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/include" |
---|
1092 | /usr/bin/install -c -m 644 'ppl_c.h' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/include/ppl_c.h' |
---|
1093 | Making install in Prolog |
---|
1094 | Making install in Ciao |
---|
1095 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1096 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl |
---|
1097 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1098 | make[4]: Nothing to be done for `install-data-am'. |
---|
1099 | Making install in GNU |
---|
1100 | test -z "/opt/local/bin" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin" |
---|
1101 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1102 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1103 | make[4]: Nothing to be done for `install-data-am'. |
---|
1104 | Making install in SICStus |
---|
1105 | test -z "/opt/local/bin" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin" |
---|
1106 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1107 | make[4]: Nothing to be done for `install-data-am'. |
---|
1108 | Making install in SWI |
---|
1109 | test -z "/opt/local/bin" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin" |
---|
1110 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1111 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1112 | make[4]: Nothing to be done for `install-data-am'. |
---|
1113 | Making install in XSB |
---|
1114 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1115 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1116 | make[4]: Nothing to be done for `install-data-am'. |
---|
1117 | Making install in YAP |
---|
1118 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1119 | test -z "/opt/local/lib/ppl" || /bin/sh ../../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/lib/ppl" |
---|
1120 | make[4]: Nothing to be done for `install-data-am'. |
---|
1121 | Making install in tests |
---|
1122 | make[4]: Nothing to be done for `install-exec-am'. |
---|
1123 | make[4]: Nothing to be done for `install-data-am'. |
---|
1124 | make[4]: Nothing to be done for `install-exec-am'. |
---|
1125 | make[4]: Nothing to be done for `install-data-am'. |
---|
1126 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1127 | make[3]: Nothing to be done for `install-data-am'. |
---|
1128 | Making install in demos |
---|
1129 | Making install in ppl_lcdd |
---|
1130 | Making install in examples |
---|
1131 | make[4]: Nothing to be done for `install-exec-am'. |
---|
1132 | make[4]: Nothing to be done for `install-data-am'. |
---|
1133 | test -z "/opt/local/bin" || /bin/sh ../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin" |
---|
1134 | /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ppl_lcdd' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin/ppl_lcdd' |
---|
1135 | libtool: install: warning: `../../src/libppl.la' has not been installed in `/opt/local/lib' |
---|
1136 | /usr/bin/install -c .libs/ppl_lcdd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin/ppl_lcdd |
---|
1137 | make[4]: Nothing to be done for `install-data-am'. |
---|
1138 | Making install in ppl_lpsol |
---|
1139 | Making install in examples |
---|
1140 | make[4]: Nothing to be done for `install-exec-am'. |
---|
1141 | make[4]: Nothing to be done for `install-data-am'. |
---|
1142 | test -z "/opt/local/bin" || /bin/sh ../../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin" |
---|
1143 | /bin/sh ../../libtool --mode=install /usr/bin/install -c 'ppl_lpsol' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin/ppl_lpsol' |
---|
1144 | libtool: install: warning: `../../interfaces/C/libppl_c.la' has not been installed in `/opt/local/lib' |
---|
1145 | libtool: install: warning: `../../src/libppl.la' has not been installed in `/opt/local/lib' |
---|
1146 | /usr/bin/install -c .libs/ppl_lpsol /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/bin/ppl_lpsol |
---|
1147 | make[4]: Nothing to be done for `install-data-am'. |
---|
1148 | make[3]: Nothing to be done for `install-exec-am'. |
---|
1149 | make[3]: Nothing to be done for `install-data-am'. |
---|
1150 | Making install in doc |
---|
1151 | make[2]: Nothing to be done for `install-exec-am'. |
---|
1152 | for ball in ppl-user-0.9-html.tar.gz; do \ |
---|
1153 | test -f $ball || test -f ./$ball || /usr/bin/make $ball; \ |
---|
1154 | dir=`basename $ball .tar.gz`; \ |
---|
1155 | /bin/sh ../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/$dir; \ |
---|
1156 | gunzip -c `if test -f $ball; then echo .; else echo .; fi`/$ball | tar xf - ; \ |
---|
1157 | for file in $dir/*; do \ |
---|
1158 | /usr/bin/install -c -m 644 $file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/$dir/`basename $file`; \ |
---|
1159 | done; \ |
---|
1160 | done |
---|
1161 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc |
---|
1162 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl |
---|
1163 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/ppl-user-0.9-html |
---|
1164 | /bin/sh ../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl |
---|
1165 | for file in gpl.pdf fdl.pdf ppl-user-0.9.pdf; do \ |
---|
1166 | test -f $file || test -f ./$file || /usr/bin/make $file; \ |
---|
1167 | /usr/bin/install -c -m 644 `if test -f $file; then echo .; else echo .; fi`/$file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/$file; \ |
---|
1168 | done |
---|
1169 | /bin/sh ../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl |
---|
1170 | for file in gpl.ps.gz fdl.ps.gz ppl-user-0.9.ps.gz; do \ |
---|
1171 | test -f $file || test -f ./$file || /usr/bin/make $file; \ |
---|
1172 | /usr/bin/install -c -m 644 `if test -f $file; then echo .; else echo .; fi`/$file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/$file; \ |
---|
1173 | done |
---|
1174 | /bin/sh ../mkinstalldirs /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl |
---|
1175 | for file in ./*.txt ./README.doc; do \ |
---|
1176 | /usr/bin/install -c -m 644 $file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/`basename $file`; \ |
---|
1177 | done |
---|
1178 | for file in BUGS COPYING CREDITS ChangeLog NEWS README README.configure ; do \ |
---|
1179 | /usr/bin/install -c -m 644 ./../$file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/doc/ppl/$file; \ |
---|
1180 | done |
---|
1181 | test -z "/opt/local/man/man1" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/man/man1" |
---|
1182 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/man |
---|
1183 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/man/man1 |
---|
1184 | /usr/bin/install -c -m 644 './ppl-config.1' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/man/man1/ppl-config.1' |
---|
1185 | /usr/bin/install -c -m 644 './ppl_lcdd.1' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/man/man1/ppl_lcdd.1' |
---|
1186 | /usr/bin/install -c -m 644 './ppl_lpsol.1' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/man/man1/ppl_lpsol.1' |
---|
1187 | Making install in m4 |
---|
1188 | make[2]: Nothing to be done for `install-exec-am'. |
---|
1189 | test -z "/opt/local/share/aclocal" || /bin/sh ../mkinstalldirs "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/aclocal" |
---|
1190 | mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/aclocal |
---|
1191 | /usr/bin/install -c -m 644 'ppl.m4' '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_ppl/work/destroot/opt/local/share/aclocal/ppl.m4' |
---|
1192 | Making install in debian |
---|
1193 | make[2]: Nothing to be done for `install-exec-am'. |
---|
1194 | make[2]: Nothing to be done for `install-data-am'. |
---|
1195 | make[2]: Nothing to be done for `install-exec-am'. |
---|
1196 | make[2]: Nothing to be done for `install-data-am'. |
---|
1197 | ---> Installing ppl @0.9_0 |
---|
1198 | ---> Activating ppl @0.9_0 |
---|
1199 | ---> Cleaning ppl |
---|
1200 | ---> Removing build directory for ppl |
---|