Ticket #29595: config.2.log

File config.2.log, 236.0 KB (added by sylvestre@…, 11 years ago)

Working config.log

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by Scilab configure 6, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --without-openmp --with-eigen-include=/opt/local/include/eigen3/ --without-tk --with-hdf5-include=/opt/local/include/ --with-hdf5-library=/opt/local/lib/
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = wifi-eduroam-161132.inria.fr
14uname -m = x86_64
15uname -r = 11.4.2
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 4.00 gigabytes
33Default processor set: 111 tasks, 485 threads, 4 processors
34Load average: 0.22, Mach factor: 3.77
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: .
40PATH: /opt/local/bin
41PATH: /opt/local/sbin
42PATH: /Users/gthomas/vmkit/llvm/Release/bin
43PATH: /Users/gthomas/vmkit/llvm/tools/Release/bin
44PATH: .
45PATH: /opt/local/bin
46PATH: /opt/local/sbin
47PATH: /Users/gthomas/vmkit/llvm/Release/bin
48PATH: /Users/gthomas/vmkit/llvm/tools/Release/bin
49PATH: /usr/bin
50PATH: /bin
51PATH: /usr/sbin
52PATH: /sbin
53PATH: /usr/local/bin
54PATH: /usr/X11/bin
55PATH: /Library/PostgreSQL/9.0/bin/
56PATH: /usr/local/mysql/bin
57PATH: /Users/gthomas/project/felix/felix-framework-2.0.1/bin
58PATH: /Users/gthomas/project/cours/mdoc/code/jonas/bin
59PATH: /Users/gthomas/project/icmv/LI223/Tools/SchemeTex/src
60PATH: /usr/X11/bin
61PATH: /Library/PostgreSQL/9.0/bin/
62PATH: /usr/local/mysql/bin
63PATH: /Users/gthomas/project/felix/felix-framework-2.0.1/bin
64PATH: /Users/gthomas/project/cours/mdoc/code/jonas/bin
65PATH: /Users/gthomas/project/icmv/LI223/Tools/SchemeTex/src
66
67
68## ----------- ##
69## Core tests. ##
70## ----------- ##
71
72configure:3368: checking whether ln -s works
73configure:3372: result: yes
74configure:3428: checking for gcc
75configure:3444: found /usr/bin/gcc
76configure:3455: result: gcc
77configure:3684: checking for C compiler version
78configure:3693: gcc --version >&5
79i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
80Copyright (C) 2007 Free Software Foundation, Inc.
81This is free software; see the source for copying conditions.  There is NO
82warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
83
84configure:3704: $? = 0
85configure:3693: gcc -v >&5
86Using built-in specs.
87Target: i686-apple-darwin11
88Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
89Thread model: posix
90gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
91configure:3704: $? = 0
92configure:3693: gcc -V >&5
93llvm-gcc-4.2: argument to `-V' is missing
94configure:3704: $? = 1
95configure:3693: gcc -qversion >&5
96i686-apple-darwin11-llvm-gcc-4.2: no input files
97configure:3704: $? = 1
98configure:3724: checking whether the C compiler works
99configure:3746: gcc    conftest.c  >&5
100configure:3750: $? = 0
101configure:3798: result: yes
102configure:3801: checking for C compiler default output file name
103configure:3803: result: a.out
104configure:3809: checking for suffix of executables
105configure:3816: gcc -o conftest    conftest.c  >&5
106configure:3820: $? = 0
107configure:3842: result:
108configure:3864: checking whether we are cross compiling
109configure:3872: gcc -o conftest    conftest.c  >&5
110configure:3876: $? = 0
111configure:3883: ./conftest
112configure:3887: $? = 0
113configure:3902: result: no
114configure:3907: checking for suffix of object files
115configure:3929: gcc -c   conftest.c >&5
116configure:3933: $? = 0
117configure:3954: result: o
118configure:3958: checking whether we are using the GNU C compiler
119configure:3977: gcc -c   conftest.c >&5
120configure:3977: $? = 0
121configure:3986: result: yes
122configure:3995: checking whether gcc accepts -g
123configure:4015: gcc -c -g  conftest.c >&5
124configure:4015: $? = 0
125configure:4056: result: yes
126configure:4073: checking for gcc option to accept ISO C89
127configure:4136: gcc  -c -g -O2  conftest.c >&5
128configure:4136: $? = 0
129configure:4149: result: none needed
130configure:4178: checking for special C compiler options needed for large files
131configure:4223: result: no
132configure:4229: checking for _FILE_OFFSET_BITS value needed for large files
133configure:4254: gcc -c -g -O2  conftest.c >&5
134configure:4254: $? = 0
135configure:4286: result: no
136configure:4372: checking for _LARGEFILE64_SOURCE value needed for large files
137configure:4395: gcc -c -g -O2  conftest.c >&5
138conftest.c: In function 'main':
139conftest.c:18: error: 'O_LARGEFILE' undeclared (first use in this function)
140conftest.c:18: error: (Each undeclared identifier is reported only once
141conftest.c:18: error: for each function it appears in.)
142configure:4395: $? = 1
143configure: failed program was:
144| /* confdefs.h */
145| #define PACKAGE_NAME "Scilab"
146| #define PACKAGE_TARNAME "scilab"
147| #define PACKAGE_VERSION "6"
148| #define PACKAGE_STRING "Scilab 6"
149| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
150| #define PACKAGE_URL ""
151| /* end confdefs.h.  */
152|
153|                 #include <sys/types.h>
154|                 #include <sys/stat.h>
155|                 #include <fcntl.h>
156|
157| int
158| main ()
159| {
160|
161|                 int fd = open ("__o_largefile", O_CREAT | O_RDWR | O_LARGEFILE, 0644);
162|
163|   ;
164|   return 0;
165| }
166configure:4419: gcc -c -g -O2  conftest.c >&5
167conftest.c: In function 'main':
168conftest.c:19: error: 'O_LARGEFILE' undeclared (first use in this function)
169conftest.c:19: error: (Each undeclared identifier is reported only once
170conftest.c:19: error: for each function it appears in.)
171configure:4419: $? = 1
172configure: failed program was:
173| /* confdefs.h */
174| #define PACKAGE_NAME "Scilab"
175| #define PACKAGE_TARNAME "scilab"
176| #define PACKAGE_VERSION "6"
177| #define PACKAGE_STRING "Scilab 6"
178| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
179| #define PACKAGE_URL ""
180| /* end confdefs.h.  */
181|
182|                         #define _LARGEFILE64_SOURCE
183|                         #include <sys/types.h>
184|                         #include <sys/stat.h>
185|                         #include <fcntl.h>
186|
187| int
188| main ()
189| {
190|
191|                         int fd = open ("__o_largefile", O_CREAT | O_RDWR | O_LARGEFILE, 0644);
192|
193|   ;
194|   return 0;
195| }
196configure:4434: result:
197configure:4474: checking for a BSD-compatible install
198configure:4542: result: /opt/local/bin/ginstall -c
199configure:4557: checking build system type
200configure:4571: result: i386-apple-darwin11.4.2
201configure:4591: checking host system type
202configure:4604: result: i386-apple-darwin11.4.2
203configure:4648: checking for ld used by GCC
204configure:4712: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
205configure:4719: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
206configure:4732: result: no
207configure:4738: checking for shared library path variable
208configure:4751: result: DYLD_LIBRARY_PATH
209configure:4756: checking whether to activate relocatable installation
210configure:4771: result: no
211configure:4793: checking how to run the C preprocessor
212configure:4824: gcc -E  conftest.c
213configure:4824: $? = 0
214configure:4838: gcc -E  conftest.c
215conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
216configure:4838: $? = 1
217configure: failed program was:
218| /* confdefs.h */
219| #define PACKAGE_NAME "Scilab"
220| #define PACKAGE_TARNAME "scilab"
221| #define PACKAGE_VERSION "6"
222| #define PACKAGE_STRING "Scilab 6"
223| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
224| #define PACKAGE_URL ""
225| #define O_LARGEFILE 0
226| #define INSTALLPREFIX "/usr/local"
227| /* end confdefs.h.  */
228| #include <ac_nonexistent.h>
229configure:4863: result: gcc -E
230configure:4883: gcc -E  conftest.c
231configure:4883: $? = 0
232configure:4897: gcc -E  conftest.c
233conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
234configure:4897: $? = 1
235configure: failed program was:
236| /* confdefs.h */
237| #define PACKAGE_NAME "Scilab"
238| #define PACKAGE_TARNAME "scilab"
239| #define PACKAGE_VERSION "6"
240| #define PACKAGE_STRING "Scilab 6"
241| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
242| #define PACKAGE_URL ""
243| #define O_LARGEFILE 0
244| #define INSTALLPREFIX "/usr/local"
245| /* end confdefs.h.  */
246| #include <ac_nonexistent.h>
247configure:4926: checking for grep that handles long lines and -e
248configure:4984: result: /usr/bin/grep
249configure:4989: checking for egrep
250configure:5051: result: /usr/bin/grep -E
251configure:5056: checking for ANSI C header files
252configure:5076: gcc -c -g -O2  conftest.c >&5
253configure:5076: $? = 0
254configure:5149: gcc -o conftest -g -O2   conftest.c  >&5
255configure:5149: $? = 0
256configure:5149: ./conftest
257configure:5149: $? = 0
258configure:5160: result: yes
259configure:5173: checking for sys/types.h
260configure:5173: gcc -c -g -O2  conftest.c >&5
261configure:5173: $? = 0
262configure:5173: result: yes
263configure:5173: checking for sys/stat.h
264configure:5173: gcc -c -g -O2  conftest.c >&5
265configure:5173: $? = 0
266configure:5173: result: yes
267configure:5173: checking for stdlib.h
268configure:5173: gcc -c -g -O2  conftest.c >&5
269configure:5173: $? = 0
270configure:5173: result: yes
271configure:5173: checking for string.h
272configure:5173: gcc -c -g -O2  conftest.c >&5
273configure:5173: $? = 0
274configure:5173: result: yes
275configure:5173: checking for memory.h
276configure:5173: gcc -c -g -O2  conftest.c >&5
277configure:5173: $? = 0
278configure:5173: result: yes
279configure:5173: checking for strings.h
280configure:5173: gcc -c -g -O2  conftest.c >&5
281configure:5173: $? = 0
282configure:5173: result: yes
283configure:5173: checking for inttypes.h
284configure:5173: gcc -c -g -O2  conftest.c >&5
285configure:5173: $? = 0
286configure:5173: result: yes
287configure:5173: checking for stdint.h
288configure:5173: gcc -c -g -O2  conftest.c >&5
289configure:5173: $? = 0
290configure:5173: result: yes
291configure:5173: checking for unistd.h
292configure:5173: gcc -c -g -O2  conftest.c >&5
293configure:5173: $? = 0
294configure:5173: result: yes
295configure:5283: checking for shared library run path origin
296configure:5296: result: done
297configure:5320: checking whether to enable maintainer-specific portions of Makefiles
298configure:5329: result: no
299configure:5345: checking whether build environment is sane
300configure:5395: result: yes
301configure:5424: checking for a thread-safe mkdir -p
302configure:5463: result: /opt/local/bin/gmkdir -p
303configure:5476: checking for gawk
304configure:5492: found /opt/local/bin/gawk
305configure:5503: result: gawk
306configure:5514: checking whether make sets $(MAKE)
307configure:5536: result: yes
308configure:5566: checking for style of include used by make
309configure:5594: result: GNU
310configure:5680: checking dependency style of gcc
311configure:5791: result: gcc3
312configure:5939: checking how to run the C preprocessor
313configure:6009: result: gcc -E
314configure:6029: gcc -E  conftest.c
315configure:6029: $? = 0
316configure:6043: gcc -E  conftest.c
317conftest.c:24:28: error: ac_nonexistent.h: No such file or directory
318configure:6043: $? = 1
319configure: failed program was:
320| /* confdefs.h */
321| #define PACKAGE_NAME "Scilab"
322| #define PACKAGE_TARNAME "scilab"
323| #define PACKAGE_VERSION "6"
324| #define PACKAGE_STRING "Scilab 6"
325| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
326| #define PACKAGE_URL ""
327| #define O_LARGEFILE 0
328| #define INSTALLPREFIX "/usr/local"
329| #define STDC_HEADERS 1
330| #define HAVE_SYS_TYPES_H 1
331| #define HAVE_SYS_STAT_H 1
332| #define HAVE_STDLIB_H 1
333| #define HAVE_STRING_H 1
334| #define HAVE_MEMORY_H 1
335| #define HAVE_STRINGS_H 1
336| #define HAVE_INTTYPES_H 1
337| #define HAVE_STDINT_H 1
338| #define HAVE_UNISTD_H 1
339| #define INSTALLPREFIX "/usr/local"
340| #define PACKAGE "scilab"
341| #define VERSION "6"
342| /* end confdefs.h.  */
343| #include <ac_nonexistent.h>
344configure:6071: checking for grep that handles long lines and -e
345configure:6129: result: /usr/bin/grep
346configure:6149: checking Mac OS X Version
347configure:6158: result: Mac OS X 10.7 - Lion.
348configure:6277: checking for pkg-config
349configure:6295: found /opt/local/bin/pkg-config
350configure:6307: result: /opt/local/bin/pkg-config
351configure:6332: checking pkg-config is at least version 0.9.0
352configure:6335: result: yes
353configure:6844: checking for gfortran
354configure:6860: found /usr/local/bin/gfortran
355configure:6871: result: gfortran
356configure:6897: checking for Fortran 77 compiler version
357configure:6906: gfortran --version >&5
358GNU Fortran (GCC) 4.8.0 20120603 (experimental)
359Copyright (C) 2012 Free Software Foundation, Inc.
360
361GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
362You may redistribute copies of GNU Fortran
363under the terms of the GNU General Public License.
364For more information about these matters, see the file named COPYING
365
366configure:6917: $? = 0
367configure:6906: gfortran -v >&5
368Using built-in specs.
369COLLECT_GCC=gfortran
370COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin11.4.0/4.8.0/lto-wrapper
371Target: x86_64-apple-darwin11.4.0
372Configured with: ../gcc-4.8-20120603/configure --enable-languages=fortran
373Thread model: posix
374gcc version 4.8.0 20120603 (experimental) (GCC)
375configure:6917: $? = 0
376configure:6906: gfortran -V >&5
377gfortran: error: unrecognized command line option '-V'
378gfortran: fatal error: no input files
379compilation terminated.
380configure:6917: $? = 1
381configure:6906: gfortran -qversion >&5
382gfortran: error: unrecognized command line option '-qversion'
383gfortran: fatal error: no input files
384compilation terminated.
385configure:6917: $? = 1
386configure:6926: checking whether we are using the GNU Fortran 77 compiler
387configure:6939: gfortran -c  conftest.F >&5
388configure:6939: $? = 0
389configure:6948: result: yes
390configure:6954: checking whether gfortran accepts -g
391configure:6965: gfortran -c -g conftest.f >&5
392configure:6965: $? = 0
393configure:6973: result: yes
394configure:7226: checking if gfortran is a fortran 90 compatible compiler
395configure:7251: gfortran -c -g -O2 conftest.f >&5
396configure:7251: $? = 0
397configure:7252: result: yes
398configure:8532: checking size of int
399configure:8537: gcc -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ conftest.c  >&5
400ld: warning: directory not found for option '-L/sw//lib/'
401configure:8537: $? = 0
402configure:8537: ./conftest
403configure:8537: $? = 0
404configure:8551: result: 4
405configure:8565: checking size of long
406configure:8570: gcc -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ conftest.c  >&5
407ld: warning: directory not found for option '-L/sw//lib/'
408configure:8570: $? = 0
409configure:8570: ./conftest
410configure:8570: $? = 0
411configure:8584: result: 8
412configure:8654: checking for g++
413configure:8670: found /usr/bin/g++
414configure:8681: result: g++
415configure:8708: checking for C++ compiler version
416configure:8717: g++ --version >&5
417i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
418Copyright (C) 2007 Free Software Foundation, Inc.
419This is free software; see the source for copying conditions.  There is NO
420warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
421
422configure:8728: $? = 0
423configure:8717: g++ -v >&5
424Using built-in specs.
425Target: i686-apple-darwin11
426Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
427Thread model: posix
428gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
429configure:8728: $? = 0
430configure:8717: g++ -V >&5
431llvm-g++-4.2: argument to `-V' is missing
432configure:8728: $? = 1
433configure:8717: g++ -qversion >&5
434i686-apple-darwin11-llvm-g++-4.2: no input files
435configure:8728: $? = 1
436configure:8732: checking whether we are using the GNU C++ compiler
437configure:8751: g++ -c   -I/sw//include/ conftest.cpp >&5
438configure:8751: $? = 0
439configure:8760: result: yes
440configure:8769: checking whether g++ accepts -g
441configure:8789: g++ -c -g  -I/sw//include/ conftest.cpp >&5
442configure:8789: $? = 0
443configure:8830: result: yes
444configure:8855: checking dependency style of g++
445configure:8966: result: gcc3
446configure:8990: checking for g++
447configure:9006: found /usr/bin/g++
448configure:9018: result: yes
449configure:9035: checking whether gcc and cc understand -c and -o together
450configure:9066: gcc -c conftest.c -o conftest2.o >&5
451configure:9070: $? = 0
452configure:9076: gcc -c conftest.c -o conftest2.o >&5
453configure:9080: $? = 0
454configure:9091: cc -c conftest.c >&5
455configure:9095: $? = 0
456configure:9103: cc -c conftest.c -o conftest2.o >&5
457configure:9107: $? = 0
458configure:9113: cc -c conftest.c -o conftest2.o >&5
459configure:9117: $? = 0
460configure:9135: result: yes
461configure:9164: checking whether gfortran understands -c and -o together
462configure:9182: gfortran -g -O2 -c conftest.f -o conftest2.o >&5
463configure:9186: $? = 0
464configure:9193: gfortran -g -O2 -c conftest.f -o conftest2.o >&5
465configure:9197: $? = 0
466configure:9205: result: yes
467configure:9827: checking for nm
468configure:9843: found /opt/local/bin/nm
469configure:9854: result: nm
470configure:9869: checking for leading underscores with Fortran (name-mangling scheme)
471configure:9913: result: yes
472configure:9915: checking for trailing underscores with Fortran (name-mangling scheme)
473configure:9917: result: yes
474configure:9924: checking use of the sharpsign in CPP
475configure:9941: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
476configure:9941: $? = 0
477configure:9942: result: yes
478configure:9963: result: Define C2F with Trailing Underscore and Sharp Sign
479configure:10296: checking hdf5.h usability
480configure:10296: gcc -arch x86_64 -c -I/opt/local/include/  -I/sw//include/ conftest.c >&5
481configure:10296: $? = 0
482configure:10296: result: yes
483configure:10296: checking hdf5.h presence
484configure:10296: gcc -E  -I/sw//include/ conftest.c
485configure:10296: $? = 0
486configure:10296: result: yes
487configure:10296: checking for hdf5.h
488configure:10296: result: yes
489configure:10324: checking for H5Fopen in -lhdf5
490configure:10349: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lhdf5   -L/opt/local/lib/ -lhdf5 >&5
491ld: warning: directory not found for option '-L/sw//lib/'
492configure:10349: $? = 0
493configure:10358: result: yes
494configure:10473: checking for clock_gettime in -lrt
495configure:10498: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lrt   >&5
496ld: warning: directory not found for option '-L/sw//lib/'
497ld: library not found for -lrt
498collect2: ld returned 1 exit status
499configure:10498: $? = 1
500configure: failed program was:
501| /* confdefs.h */
502| #define PACKAGE_NAME "Scilab"
503| #define PACKAGE_TARNAME "scilab"
504| #define PACKAGE_VERSION "6"
505| #define PACKAGE_STRING "Scilab 6"
506| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
507| #define PACKAGE_URL ""
508| #define O_LARGEFILE 0
509| #define INSTALLPREFIX "/usr/local"
510| #define STDC_HEADERS 1
511| #define HAVE_SYS_TYPES_H 1
512| #define HAVE_SYS_STAT_H 1
513| #define HAVE_STDLIB_H 1
514| #define HAVE_STRING_H 1
515| #define HAVE_MEMORY_H 1
516| #define HAVE_STRINGS_H 1
517| #define HAVE_INTTYPES_H 1
518| #define HAVE_STDINT_H 1
519| #define HAVE_UNISTD_H 1
520| #define INSTALLPREFIX "/usr/local"
521| #define PACKAGE "scilab"
522| #define VERSION "6"
523| #define G95_FORTRAN /**/
524| #define SIZEOF_INT 4
525| #define SIZEOF_LONG 8
526| #define USE_DYNAMIC_STACK /**/
527| #define WLU /**/
528| #define WTU /**/
529| #define CNAME(name1,name2) name1##name2
530| #define C2F(name) name##_
531| #define F2C(name) name##_
532| #define HAVE_LIBHDF5 1
533| #define WITH_HDF5 /**/
534| #define WITH_XCOS /**/
535| /* end confdefs.h.  */
536|
537| /* Override any GCC internal prototype to avoid an error.
538|    Use char because int might match the return type of a GCC
539|    builtin and then its argument prototype would still apply.  */
540| #ifdef __cplusplus
541| extern "C"
542| #endif
543| char clock_gettime ();
544| int
545| main ()
546| {
547| return clock_gettime ();
548|   ;
549|   return 0;
550| }
551configure:10507: result: no
552configure:10515: WARNING: librt: library missing (Cannot find symbol clock_gettime). Check if librt is installed (it is usually provided by the libc) and if the version is correct
553configure:10536: checking for ocamlc
554configure:10552: found /opt/local/bin/ocamlc
555configure:10564: result: ocamlc
556configure:10578: checking for ocamlopt
557configure:10594: found /opt/local/bin/ocamlopt
558configure:10606: result: ocamlopt
559configure:10620: checking for ocamldep
560configure:10636: found /opt/local/bin/ocamldep
561configure:10648: result: ocamldep
562configure:10662: checking for ocamlyacc
563configure:10678: found /opt/local/bin/ocamlyacc
564configure:10690: result: ocamlyacc
565configure:10704: checking for ocamllex
566configure:10720: found /opt/local/bin/ocamllex
567configure:10732: result: ocamllex
568configure:10810: checking JAVA_HOME variable
569configure:10826: result: not defined
570configure:10963: checking for zip or jar files to include on CLASSPATH
571Using CLASSPATH=
572configure:10990: result:
573configure:10999: checking to see if the java compiler works
574/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
575yes
576configure:11065: result: yes
577Using JAVAC=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac
578Java found in /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home
579configure:11084: checking type of jvm
580/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
581conftest.java:4: error: package gnu.java.io does not exist
582import gnu.java.io.EncodingManager;
583                  ^
5841 error
585configure: failed program was:
586// #line 11090 "configure"
587import java.util.regex.Pattern;
588
589import gnu.java.io.EncodingManager;
590
591public class conftest {
592    public static void main(String[] argv) {
593
594    }
595
596    private static int compare(String v1, String v2) {
597        String s1 = normalisedVersion(v1);
598        String s2 = normalisedVersion(v2);
599        return s1.compareTo(s2);
600    }
601
602    private static String normalisedVersion(String version) {
603        return normalisedVersion(version, ".", 4);
604    }
605
606    private static String normalisedVersion(String version, String sep, int maxWidth) {
607        String[] split = Pattern.compile(sep, Pattern.LITERAL).split(version);
608        StringBuilder sb = new StringBuilder();
609        for (String s : split) {
610            sb.append(String.format("%" + maxWidth + 's', s));
611        }
612        return sb.toString();
613    }
614}
615configure: CLASSPATH was
616configure:11157: result: jdk
617configure:11168: checking java API version
618/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
619yes
620/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
621yes
622/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
623yes
624/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
625yes
626configure:11435: result: 1.7
627Using the following JNI include flags -I/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/include/darwin
628configure:11496: checking if jni.h can be included
629configure:11523: gcc -arch x86_64 -c -g -O2 -I/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/include/darwin  -I/sw//include/ conftest.c >&5
630configure:11523: $? = 0
631configure:11538: result: yes
632configure:11904: checking for zip or jar files to include on CLASSPATH
633Using CLASSPATH=
634configure:11931: result:
635configure:11991: checking for java
636configure:12009: found /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java
637configure:12021: result: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java
638configure:12086: checking for java_g
639configure:12119: result: no
640configure:12181: checking for javah
641configure:12199: found /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javah
642configure:12211: result: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javah
643configure:12275: checking for jar
644configure:12293: found /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jar
645configure:12305: result: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jar
646configure:12369: checking for javadoc
647configure:12387: found /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javadoc
648configure:12399: result: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javadoc
649configure:12464: checking for jdb
650configure:12482: found /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jdb
651configure:12494: result: /Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jdb
652configure:12578: checking for ant
653configure:12596: found /usr/bin/ant
654configure:12608: result: /usr/bin/ant
655configure:12737: checking jgraphx
656/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
657yes
658configure:12791: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jgraphx.jar
659configure:12853: checking minimal version (1.8.0.0) of jgraphx
660/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
661/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java conftest
662yes
663configure:13010: checking scirenderer
664/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
665yes
666configure:13064: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/scirenderer-1.0.5.jar
667configure:13126: checking minimal version (1.0.5) of scirenderer
668/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
669/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java conftest
670yes
671configure:13280: checking flexdock
672/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
673yes
674configure:13334: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/flexdock-1.2.2.jar
675configure:13396: checking minimal version (1.2.2) of flexdock
676/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
677/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java conftest
678yes
679configure:13550: checking looks
680/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
681yes
682configure:13604: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/looks-2.1.1.jar
683configure:13785: checking skinlf
684/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
685yes
686configure:13839: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/skinlf.jar
687configure:13902: checking jogl2
688/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
689yes
690configure:13956: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jogl2.jar
691configure:14125: checking gluegen2-rt
692/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
693yes
694configure:14179: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/gluegen2-rt.jar
695configure:14299: checking jhall
696/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
697yes
698configure:14353: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jhall.jar
699configure:14534: checking jrosetta-API
700/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
701yes
702configure:14588: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jrosetta-API.jar
703configure:14767: checking jrosetta-engine
704/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
705yes
706configure:14821: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jrosetta-engine.jar
707configure:14882: checking minimal version (1.0.4) of jrosetta-engine
708/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
709/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java conftest
710yes
711configure:15038: checking jeuclid-core
712/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
713yes
714configure:15092: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jeuclid-core.jar
715configure:15157: checking fop
716/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
717yes
718configure:15211: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/fop.jar
719configure:15274: checking batik-all
720/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
721yes
722configure:15328: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/batik-all.jar
723configure:15507: checking minimal version (1.7) of batik
724/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
725/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java conftest
726yes
727configure:15661: checking commons-io
728/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
729yes
730configure:15715: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/commons-io.jar
731configure:15778: checking xmlgraphics-commons
732/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
733yes
734configure:15832: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/xmlgraphics-commons-1.3.1.jar
735configure:15895: checking avalon-framework
736/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
737yes
738configure:15949: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/avalon-framework.jar
739configure:16012: checking xml-apis-ext
740/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
741yes
742configure:16066: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/xml-apis-ext.jar
743configure:16250: checking commons-logging
744/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
745yes
746configure:16304: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/commons-logging.jar
747configure:16367: checking jlatexmath
748/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
749yes
750configure:16421: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jlatexmath-1.0.0.jar
751configure:16483: checking minimal version (0.9.7) of jlatexmath
752/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
753/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java conftest
754yes
755configure:16643: checking checkstyle
756configure:16745: result: no
757configure:16748: WARNING: Could not find or use the Java package/jar checkstyle used by Checkstyle - code checking (looking for package com.puppycrawl.tools.checkstyle.CheckStyleTask)
758configure:16760: checking commons-beanutils
759configure:16862: result: no
760configure:16865: WARNING: Could not find or use the Java package/jar commons-beanutils used by Bean utility (looking for package org.apache.commons.beanutils.Converter)
761configure:16877: checking antlr
762configure:16979: result: no
763configure:16982: WARNING: Could not find or use the Java package/jar antlr used by language tool for constructing recognizers (looking for package antlr.TokenStreamException)
764configure:16994: checking junit4
765configure:17096: result: no
766configure:17099: WARNING: Could not find or use the Java package/jar junit4 used by Junit4 - Unit tests (looking for package org.junit.Assert)
767configure:17111: checking cobertura
768configure:17213: result: no
769configure:17216: WARNING: Could not find or use the Java package/jar cobertura used by cobertura - Java code coverage (looking for package net.sourceforge.cobertura.merge.Main)
770configure:17228: checking asm3
771configure:17330: result: no
772configure:17333: WARNING: Could not find or use the Java package/jar asm3 used by Java bytecode manipulation (dep of cobertura) (looking for package org.objectweb.asm.Type)
773configure:17344: checking asm
774configure:17446: result: no
775configure:17449: WARNING: Could not find or use the Java package/jar asm used by Java bytecode manipulation (dep of cobertura) (looking for package org.objectweb.asm.Type)
776configure:17782: checking for sleep
777configure:17782: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
778ld: warning: directory not found for option '-L/sw//lib/'
779configure:17782: $? = 0
780configure:17782: result: yes
781configure:17782: checking for usleep
782configure:17782: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
783ld: warning: directory not found for option '-L/sw//lib/'
784configure:17782: $? = 0
785configure:17782: result: yes
786configure:17782: checking for dup2
787configure:17782: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
788ld: warning: directory not found for option '-L/sw//lib/'
789configure:17782: $? = 0
790configure:17782: result: yes
791configure:17782: checking for getcwd
792configure:17782: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
793ld: warning: directory not found for option '-L/sw//lib/'
794configure:17782: $? = 0
795configure:17782: result: yes
796configure:17782: checking for getpagesize
797configure:17782: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
798ld: warning: directory not found for option '-L/sw//lib/'
799configure:17782: $? = 0
800configure:17782: result: yes
801configure:17782: checking for getpass
802configure:17782: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
803ld: warning: directory not found for option '-L/sw//lib/'
804configure:17782: $? = 0
805configure:17782: result: yes
806configure:17793: checking for rmdir
807configure:17793: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
808ld: warning: directory not found for option '-L/sw//lib/'
809configure:17793: $? = 0
810configure:17793: result: yes
811configure:17803: checking for getwd
812configure:17803: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
813ld: warning: directory not found for option '-L/sw//lib/'
814configure:17803: $? = 0
815configure:17803: result: yes
816configure:17818: checking for regcomp
817configure:17818: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
818ld: warning: directory not found for option '-L/sw//lib/'
819configure:17818: $? = 0
820configure:17818: result: yes
821configure:17832: checking for atexit
822configure:17832: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
823ld: warning: directory not found for option '-L/sw//lib/'
824configure:17832: $? = 0
825configure:17832: result: yes
826configure:17832: checking for putenv
827configure:17832: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
828ld: warning: directory not found for option '-L/sw//lib/'
829configure:17832: $? = 0
830configure:17832: result: yes
831configure:17832: checking for setenv
832configure:17832: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
833ld: warning: directory not found for option '-L/sw//lib/'
834configure:17832: $? = 0
835configure:17832: result: yes
836configure:17846: checking for bzero
837configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
838conftest.c:73: warning: conflicting types for built-in function 'bzero'
839ld: warning: directory not found for option '-L/sw//lib/'
840configure:17846: $? = 0
841configure:17846: result: yes
842configure:17846: checking for memmove
843configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
844conftest.c:74: warning: conflicting types for built-in function 'memmove'
845ld: warning: directory not found for option '-L/sw//lib/'
846configure:17846: $? = 0
847configure:17846: result: yes
848configure:17846: checking for memset
849configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
850conftest.c:75: warning: conflicting types for built-in function 'memset'
851ld: warning: directory not found for option '-L/sw//lib/'
852configure:17846: $? = 0
853configure:17846: result: yes
854configure:17846: checking for strcasecmp
855configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
856conftest.c:76: warning: conflicting types for built-in function 'strcasecmp'
857ld: warning: directory not found for option '-L/sw//lib/'
858configure:17846: $? = 0
859configure:17846: result: yes
860configure:17846: checking for strerror
861configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
862ld: warning: directory not found for option '-L/sw//lib/'
863configure:17846: $? = 0
864configure:17846: result: yes
865configure:17846: checking for strchr
866configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
867conftest.c:78: warning: conflicting types for built-in function 'strchr'
868ld: warning: directory not found for option '-L/sw//lib/'
869configure:17846: $? = 0
870configure:17846: result: yes
871configure:17846: checking for strdup
872configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
873conftest.c:79: warning: conflicting types for built-in function 'strdup'
874ld: warning: directory not found for option '-L/sw//lib/'
875configure:17846: $? = 0
876configure:17846: result: yes
877configure:17846: checking for strpbrk
878configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
879conftest.c:80: warning: conflicting types for built-in function 'strpbrk'
880ld: warning: directory not found for option '-L/sw//lib/'
881configure:17846: $? = 0
882configure:17846: result: yes
883configure:17846: checking for strrchr
884configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
885conftest.c:81: warning: conflicting types for built-in function 'strrchr'
886ld: warning: directory not found for option '-L/sw//lib/'
887configure:17846: $? = 0
888configure:17846: result: yes
889configure:17846: checking for strstr
890configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
891conftest.c:82: warning: conflicting types for built-in function 'strstr'
892ld: warning: directory not found for option '-L/sw//lib/'
893configure:17846: $? = 0
894configure:17846: result: yes
895configure:17846: checking for strtol
896configure:17846: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
897ld: warning: directory not found for option '-L/sw//lib/'
898configure:17846: $? = 0
899configure:17846: result: yes
900configure:17859: checking for select
901configure:17859: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
902ld: warning: directory not found for option '-L/sw//lib/'
903configure:17859: $? = 0
904configure:17859: result: yes
905configure:17872: checking for endpwent
906configure:17872: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
907ld: warning: directory not found for option '-L/sw//lib/'
908configure:17872: $? = 0
909configure:17872: result: yes
910configure:17886: checking for gethostbyaddr
911configure:17886: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
912ld: warning: directory not found for option '-L/sw//lib/'
913configure:17886: $? = 0
914configure:17886: result: yes
915configure:17886: checking for gethostbyname
916configure:17886: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
917ld: warning: directory not found for option '-L/sw//lib/'
918configure:17886: $? = 0
919configure:17886: result: yes
920configure:17886: checking for gethostname
921configure:17886: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
922ld: warning: directory not found for option '-L/sw//lib/'
923configure:17886: $? = 0
924configure:17886: result: yes
925configure:17899: checking for gettimeofday
926configure:17899: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
927ld: warning: directory not found for option '-L/sw//lib/'
928configure:17899: $? = 0
929configure:17899: result: yes
930configure:17912: checking for isascii
931configure:17912: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
932conftest.c:90: warning: conflicting types for built-in function 'isascii'
933ld: warning: directory not found for option '-L/sw//lib/'
934configure:17912: $? = 0
935configure:17912: result: yes
936configure:17925: checking for iswprint
937configure:17925: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
938conftest.c:91: warning: conflicting types for built-in function 'iswprint'
939ld: warning: directory not found for option '-L/sw//lib/'
940configure:17925: $? = 0
941configure:17925: result: yes
942configure:17938: checking for mkdir
943configure:17938: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
944ld: warning: directory not found for option '-L/sw//lib/'
945configure:17938: $? = 0
946configure:17938: result: yes
947configure:17951: checking for munmap
948configure:17951: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
949ld: warning: directory not found for option '-L/sw//lib/'
950configure:17951: $? = 0
951configure:17951: result: yes
952configure:17964: checking for strsignal
953configure:17964: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c  >&5
954ld: warning: directory not found for option '-L/sw//lib/'
955configure:17964: $? = 0
956configure:17964: result: yes
957configure:18116: checking for pow
958configure:18116: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit  conftest.c  >&5
959conftest.c:95: warning: conflicting types for built-in function 'pow'
960ld: warning: directory not found for option '-L/sw//lib/'
961configure:18116: $? = 0
962configure:18116: result: yes
963configure:18116: checking for sqrt
964configure:18116: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit  conftest.c  >&5
965conftest.c:96: warning: conflicting types for built-in function 'sqrt'
966ld: warning: directory not found for option '-L/sw//lib/'
967configure:18116: $? = 0
968configure:18116: result: yes
969configure:18116: checking for finite
970configure:18116: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit  conftest.c  >&5
971conftest.c:97: warning: conflicting types for built-in function 'finite'
972ld: warning: directory not found for option '-L/sw//lib/'
973configure:18116: $? = 0
974configure:18116: result: yes
975configure:18116: checking for floor
976configure:18116: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit  conftest.c  >&5
977conftest.c:98: warning: conflicting types for built-in function 'floor'
978ld: warning: directory not found for option '-L/sw//lib/'
979configure:18116: $? = 0
980configure:18116: result: yes
981configure:18116: checking for exp10
982configure:18116: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit  conftest.c  >&5
983conftest.c:99: warning: conflicting types for built-in function 'exp10'
984ld: warning: directory not found for option '-L/sw//lib/'
985Undefined symbols for architecture x86_64:
986  "_exp10", referenced from:
987      _main in ccjaR3JM.o
988ld: symbol(s) not found for architecture x86_64
989collect2: ld returned 1 exit status
990configure:18116: $? = 1
991configure: failed program was:
992| /* confdefs.h */
993| #define PACKAGE_NAME "Scilab"
994| #define PACKAGE_TARNAME "scilab"
995| #define PACKAGE_VERSION "6"
996| #define PACKAGE_STRING "Scilab 6"
997| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
998| #define PACKAGE_URL ""
999| #define O_LARGEFILE 0
1000| #define INSTALLPREFIX "/usr/local"
1001| #define STDC_HEADERS 1
1002| #define HAVE_SYS_TYPES_H 1
1003| #define HAVE_SYS_STAT_H 1
1004| #define HAVE_STDLIB_H 1
1005| #define HAVE_STRING_H 1
1006| #define HAVE_MEMORY_H 1
1007| #define HAVE_STRINGS_H 1
1008| #define HAVE_INTTYPES_H 1
1009| #define HAVE_STDINT_H 1
1010| #define HAVE_UNISTD_H 1
1011| #define INSTALLPREFIX "/usr/local"
1012| #define PACKAGE "scilab"
1013| #define VERSION "6"
1014| #define G95_FORTRAN /**/
1015| #define SIZEOF_INT 4
1016| #define SIZEOF_LONG 8
1017| #define USE_DYNAMIC_STACK /**/
1018| #define WLU /**/
1019| #define WTU /**/
1020| #define CNAME(name1,name2) name1##name2
1021| #define C2F(name) name##_
1022| #define F2C(name) name##_
1023| #define HAVE_LIBHDF5 1
1024| #define WITH_HDF5 /**/
1025| #define WITH_XCOS /**/
1026| #define WITH_OCAML /**/
1027| #define WITH_GUI /**/
1028| #define HAVE_SLEEP 1
1029| #define HAVE_USLEEP 1
1030| #define HAVE_DUP2 1
1031| #define HAVE_GETCWD 1
1032| #define HAVE_GETPAGESIZE 1
1033| #define HAVE_GETPASS 1
1034| #define HAVE_RMDIR 1
1035| #define HAVE_GETWD 1
1036| #define HAVE_REGCOMP 1
1037| #define HAVE_ATEXIT 1
1038| #define HAVE_PUTENV 1
1039| #define HAVE_SETENV 1
1040| #define HAVE_BZERO 1
1041| #define HAVE_MEMMOVE 1
1042| #define HAVE_MEMSET 1
1043| #define HAVE_STRCASECMP 1
1044| #define HAVE_STRERROR 1
1045| #define HAVE_STRCHR 1
1046| #define HAVE_STRDUP 1
1047| #define HAVE_STRPBRK 1
1048| #define HAVE_STRRCHR 1
1049| #define HAVE_STRSTR 1
1050| #define HAVE_STRTOL 1
1051| #define HAVE_SELECT 1
1052| #define HAVE_ENDPWENT 1
1053| #define HAVE_GETHOSTBYADDR 1
1054| #define HAVE_GETHOSTBYNAME 1
1055| #define HAVE_GETHOSTNAME 1
1056| #define HAVE_GETTIMEOFDAY 1
1057| #define HAVE_ISASCII 1
1058| #define HAVE_ISWPRINT 1
1059| #define HAVE_MKDIR 1
1060| #define HAVE_MUNMAP 1
1061| #define HAVE_STRSIGNAL 1
1062| #define HAVE_POW 1
1063| #define HAVE_SQRT 1
1064| #define HAVE_FINITE 1
1065| #define HAVE_FLOOR 1
1066| /* end confdefs.h.  */
1067| /* Define exp10 to an innocuous variant, in case <limits.h> declares exp10.
1068|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1069| #define exp10 innocuous_exp10
1070|
1071| /* System header to define __stub macros and hopefully few prototypes,
1072|     which can conflict with char exp10 (); below.
1073|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1074|     <limits.h> exists even on freestanding compilers.  */
1075|
1076| #ifdef __STDC__
1077| # include <limits.h>
1078| #else
1079| # include <assert.h>
1080| #endif
1081|
1082| #undef exp10
1083|
1084| /* Override any GCC internal prototype to avoid an error.
1085|    Use char because int might match the return type of a GCC
1086|    builtin and then its argument prototype would still apply.  */
1087| #ifdef __cplusplus
1088| extern "C"
1089| #endif
1090| char exp10 ();
1091| /* The GNU C library defines this for functions which it implements
1092|     to always fail with ENOSYS.  Some functions are actually named
1093|     something starting with __ and the normal name is an alias.  */
1094| #if defined __stub_exp10 || defined __stub___exp10
1095| choke me
1096| #endif
1097|
1098| int
1099| main ()
1100| {
1101| return exp10 ();
1102|   ;
1103|   return 0;
1104| }
1105configure:18116: result: no
1106configure:18128: checking for isinf
1107configure:18128: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit  conftest.c  >&5
1108conftest.c:99: warning: conflicting types for built-in function 'isinf'
1109ld: warning: directory not found for option '-L/sw//lib/'
1110configure:18128: $? = 0
1111configure:18128: result: yes
1112configure:18145: checking for re_comp
1113configure:18145: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1114ld: warning: directory not found for option '-L/sw//lib/'
1115Undefined symbols for architecture x86_64:
1116  "_re_comp", referenced from:
1117      _main in ccWg6q76.o
1118ld: symbol(s) not found for architecture x86_64
1119collect2: ld returned 1 exit status
1120configure:18145: $? = 1
1121configure: failed program was:
1122| /* confdefs.h */
1123| #define PACKAGE_NAME "Scilab"
1124| #define PACKAGE_TARNAME "scilab"
1125| #define PACKAGE_VERSION "6"
1126| #define PACKAGE_STRING "Scilab 6"
1127| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
1128| #define PACKAGE_URL ""
1129| #define O_LARGEFILE 0
1130| #define INSTALLPREFIX "/usr/local"
1131| #define STDC_HEADERS 1
1132| #define HAVE_SYS_TYPES_H 1
1133| #define HAVE_SYS_STAT_H 1
1134| #define HAVE_STDLIB_H 1
1135| #define HAVE_STRING_H 1
1136| #define HAVE_MEMORY_H 1
1137| #define HAVE_STRINGS_H 1
1138| #define HAVE_INTTYPES_H 1
1139| #define HAVE_STDINT_H 1
1140| #define HAVE_UNISTD_H 1
1141| #define INSTALLPREFIX "/usr/local"
1142| #define PACKAGE "scilab"
1143| #define VERSION "6"
1144| #define G95_FORTRAN /**/
1145| #define SIZEOF_INT 4
1146| #define SIZEOF_LONG 8
1147| #define USE_DYNAMIC_STACK /**/
1148| #define WLU /**/
1149| #define WTU /**/
1150| #define CNAME(name1,name2) name1##name2
1151| #define C2F(name) name##_
1152| #define F2C(name) name##_
1153| #define HAVE_LIBHDF5 1
1154| #define WITH_HDF5 /**/
1155| #define WITH_XCOS /**/
1156| #define WITH_OCAML /**/
1157| #define WITH_GUI /**/
1158| #define HAVE_SLEEP 1
1159| #define HAVE_USLEEP 1
1160| #define HAVE_DUP2 1
1161| #define HAVE_GETCWD 1
1162| #define HAVE_GETPAGESIZE 1
1163| #define HAVE_GETPASS 1
1164| #define HAVE_RMDIR 1
1165| #define HAVE_GETWD 1
1166| #define HAVE_REGCOMP 1
1167| #define HAVE_ATEXIT 1
1168| #define HAVE_PUTENV 1
1169| #define HAVE_SETENV 1
1170| #define HAVE_BZERO 1
1171| #define HAVE_MEMMOVE 1
1172| #define HAVE_MEMSET 1
1173| #define HAVE_STRCASECMP 1
1174| #define HAVE_STRERROR 1
1175| #define HAVE_STRCHR 1
1176| #define HAVE_STRDUP 1
1177| #define HAVE_STRPBRK 1
1178| #define HAVE_STRRCHR 1
1179| #define HAVE_STRSTR 1
1180| #define HAVE_STRTOL 1
1181| #define HAVE_SELECT 1
1182| #define HAVE_ENDPWENT 1
1183| #define HAVE_GETHOSTBYADDR 1
1184| #define HAVE_GETHOSTBYNAME 1
1185| #define HAVE_GETHOSTNAME 1
1186| #define HAVE_GETTIMEOFDAY 1
1187| #define HAVE_ISASCII 1
1188| #define HAVE_ISWPRINT 1
1189| #define HAVE_MKDIR 1
1190| #define HAVE_MUNMAP 1
1191| #define HAVE_STRSIGNAL 1
1192| #define HAVE_POW 1
1193| #define HAVE_SQRT 1
1194| #define HAVE_FINITE 1
1195| #define HAVE_FLOOR 1
1196| /* end confdefs.h.  */
1197| /* Define re_comp to an innocuous variant, in case <limits.h> declares re_comp.
1198|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1199| #define re_comp innocuous_re_comp
1200|
1201| /* System header to define __stub macros and hopefully few prototypes,
1202|     which can conflict with char re_comp (); below.
1203|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1204|     <limits.h> exists even on freestanding compilers.  */
1205|
1206| #ifdef __STDC__
1207| # include <limits.h>
1208| #else
1209| # include <assert.h>
1210| #endif
1211|
1212| #undef re_comp
1213|
1214| /* Override any GCC internal prototype to avoid an error.
1215|    Use char because int might match the return type of a GCC
1216|    builtin and then its argument prototype would still apply.  */
1217| #ifdef __cplusplus
1218| extern "C"
1219| #endif
1220| char re_comp ();
1221| /* The GNU C library defines this for functions which it implements
1222|     to always fail with ENOSYS.  Some functions are actually named
1223|     something starting with __ and the normal name is an alias.  */
1224| #if defined __stub_re_comp || defined __stub___re_comp
1225| choke me
1226| #endif
1227|
1228| int
1229| main ()
1230| {
1231| return re_comp ();
1232|   ;
1233|   return 0;
1234| }
1235configure:18145: result: no
1236configure:18158: checking for socket
1237configure:18158: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1238ld: warning: directory not found for option '-L/sw//lib/'
1239configure:18158: $? = 0
1240configure:18158: result: yes
1241configure:18171: checking for uname
1242configure:18171: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1243ld: warning: directory not found for option '-L/sw//lib/'
1244configure:18171: $? = 0
1245configure:18171: result: yes
1246configure:18184: checking for setlocale
1247configure:18184: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1248ld: warning: directory not found for option '-L/sw//lib/'
1249configure:18184: $? = 0
1250configure:18184: result: yes
1251configure:18195: checking for working memcmp
1252configure:18238: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1253ld: warning: directory not found for option '-L/sw//lib/'
1254configure:18238: $? = 0
1255configure:18238: ./conftest
1256configure:18238: $? = 0
1257configure:18248: result: yes
1258configure:18259: checking whether lstat correctly handles trailing slash
1259configure:18285: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1260ld: warning: directory not found for option '-L/sw//lib/'
1261configure:18285: $? = 0
1262configure:18285: ./conftest
1263configure:18285: $? = 1
1264configure: program exited with status 1
1265configure: failed program was:
1266| /* confdefs.h */
1267| #define PACKAGE_NAME "Scilab"
1268| #define PACKAGE_TARNAME "scilab"
1269| #define PACKAGE_VERSION "6"
1270| #define PACKAGE_STRING "Scilab 6"
1271| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
1272| #define PACKAGE_URL ""
1273| #define O_LARGEFILE 0
1274| #define INSTALLPREFIX "/usr/local"
1275| #define STDC_HEADERS 1
1276| #define HAVE_SYS_TYPES_H 1
1277| #define HAVE_SYS_STAT_H 1
1278| #define HAVE_STDLIB_H 1
1279| #define HAVE_STRING_H 1
1280| #define HAVE_MEMORY_H 1
1281| #define HAVE_STRINGS_H 1
1282| #define HAVE_INTTYPES_H 1
1283| #define HAVE_STDINT_H 1
1284| #define HAVE_UNISTD_H 1
1285| #define INSTALLPREFIX "/usr/local"
1286| #define PACKAGE "scilab"
1287| #define VERSION "6"
1288| #define G95_FORTRAN /**/
1289| #define SIZEOF_INT 4
1290| #define SIZEOF_LONG 8
1291| #define USE_DYNAMIC_STACK /**/
1292| #define WLU /**/
1293| #define WTU /**/
1294| #define CNAME(name1,name2) name1##name2
1295| #define C2F(name) name##_
1296| #define F2C(name) name##_
1297| #define HAVE_LIBHDF5 1
1298| #define WITH_HDF5 /**/
1299| #define WITH_XCOS /**/
1300| #define WITH_OCAML /**/
1301| #define WITH_GUI /**/
1302| #define HAVE_SLEEP 1
1303| #define HAVE_USLEEP 1
1304| #define HAVE_DUP2 1
1305| #define HAVE_GETCWD 1
1306| #define HAVE_GETPAGESIZE 1
1307| #define HAVE_GETPASS 1
1308| #define HAVE_RMDIR 1
1309| #define HAVE_GETWD 1
1310| #define HAVE_REGCOMP 1
1311| #define HAVE_ATEXIT 1
1312| #define HAVE_PUTENV 1
1313| #define HAVE_SETENV 1
1314| #define HAVE_BZERO 1
1315| #define HAVE_MEMMOVE 1
1316| #define HAVE_MEMSET 1
1317| #define HAVE_STRCASECMP 1
1318| #define HAVE_STRERROR 1
1319| #define HAVE_STRCHR 1
1320| #define HAVE_STRDUP 1
1321| #define HAVE_STRPBRK 1
1322| #define HAVE_STRRCHR 1
1323| #define HAVE_STRSTR 1
1324| #define HAVE_STRTOL 1
1325| #define HAVE_SELECT 1
1326| #define HAVE_ENDPWENT 1
1327| #define HAVE_GETHOSTBYADDR 1
1328| #define HAVE_GETHOSTBYNAME 1
1329| #define HAVE_GETHOSTNAME 1
1330| #define HAVE_GETTIMEOFDAY 1
1331| #define HAVE_ISASCII 1
1332| #define HAVE_ISWPRINT 1
1333| #define HAVE_MKDIR 1
1334| #define HAVE_MUNMAP 1
1335| #define HAVE_STRSIGNAL 1
1336| #define HAVE_POW 1
1337| #define HAVE_SQRT 1
1338| #define HAVE_FINITE 1
1339| #define HAVE_FLOOR 1
1340| #define HAVE_SOCKET 1
1341| #define HAVE_UNAME 1
1342| #define HAVE_SETLOCALE 1
1343| /* end confdefs.h.  */
1344| #include <stdio.h>
1345| #ifdef HAVE_SYS_TYPES_H
1346| # include <sys/types.h>
1347| #endif
1348| #ifdef HAVE_SYS_STAT_H
1349| # include <sys/stat.h>
1350| #endif
1351| #ifdef STDC_HEADERS
1352| # include <stdlib.h>
1353| # include <stddef.h>
1354| #else
1355| # ifdef HAVE_STDLIB_H
1356| #  include <stdlib.h>
1357| # endif
1358| #endif
1359| #ifdef HAVE_STRING_H
1360| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1361| #  include <memory.h>
1362| # endif
1363| # include <string.h>
1364| #endif
1365| #ifdef HAVE_STRINGS_H
1366| # include <strings.h>
1367| #endif
1368| #ifdef HAVE_INTTYPES_H
1369| # include <inttypes.h>
1370| #endif
1371| #ifdef HAVE_STDINT_H
1372| # include <stdint.h>
1373| #endif
1374| #ifdef HAVE_UNISTD_H
1375| # include <unistd.h>
1376| #endif
1377| int
1378| main ()
1379| {
1380| struct stat sbuf;
1381|      /* Linux will dereference the symlink and fail, as required by POSIX.
1382|       That is better in the sense that it means we will not
1383|       have to compile and use the lstat wrapper.  */
1384|      return lstat ("conftest.sym/", &sbuf) == 0;
1385|   ;
1386|   return 0;
1387| }
1388configure:18302: result: no
1389configure:18321: checking whether stat accepts an empty string
1390configure:18341: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1391ld: warning: directory not found for option '-L/sw//lib/'
1392configure:18341: $? = 0
1393configure:18341: ./conftest
1394configure:18341: $? = 0
1395configure:18351: result: no
1396configure:18369: checking for working strtod
1397configure:18410: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
1398ld: warning: directory not found for option '-L/sw//lib/'
1399configure:18410: $? = 0
1400configure:18410: ./conftest
1401configure:18410: $? = 0
1402configure:18420: result: yes
1403configure:18490: checking limits.h usability
1404configure:18490: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1405configure:18490: $? = 0
1406configure:18490: result: yes
1407configure:18490: checking limits.h presence
1408configure:18490: gcc -E  -I/sw//include/ conftest.c
1409configure:18490: $? = 0
1410configure:18490: result: yes
1411configure:18490: checking for limits.h
1412configure:18490: result: yes
1413configure:18490: checking values.h usability
1414configure:18490: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1415conftest.c:113:20: error: values.h: No such file or directory
1416configure:18490: $? = 1
1417configure: failed program was:
1418| /* confdefs.h */
1419| #define PACKAGE_NAME "Scilab"
1420| #define PACKAGE_TARNAME "scilab"
1421| #define PACKAGE_VERSION "6"
1422| #define PACKAGE_STRING "Scilab 6"
1423| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
1424| #define PACKAGE_URL ""
1425| #define O_LARGEFILE 0
1426| #define INSTALLPREFIX "/usr/local"
1427| #define STDC_HEADERS 1
1428| #define HAVE_SYS_TYPES_H 1
1429| #define HAVE_SYS_STAT_H 1
1430| #define HAVE_STDLIB_H 1
1431| #define HAVE_STRING_H 1
1432| #define HAVE_MEMORY_H 1
1433| #define HAVE_STRINGS_H 1
1434| #define HAVE_INTTYPES_H 1
1435| #define HAVE_STDINT_H 1
1436| #define HAVE_UNISTD_H 1
1437| #define INSTALLPREFIX "/usr/local"
1438| #define PACKAGE "scilab"
1439| #define VERSION "6"
1440| #define G95_FORTRAN /**/
1441| #define SIZEOF_INT 4
1442| #define SIZEOF_LONG 8
1443| #define USE_DYNAMIC_STACK /**/
1444| #define WLU /**/
1445| #define WTU /**/
1446| #define CNAME(name1,name2) name1##name2
1447| #define C2F(name) name##_
1448| #define F2C(name) name##_
1449| #define HAVE_LIBHDF5 1
1450| #define WITH_HDF5 /**/
1451| #define WITH_XCOS /**/
1452| #define WITH_OCAML /**/
1453| #define WITH_GUI /**/
1454| #define HAVE_SLEEP 1
1455| #define HAVE_USLEEP 1
1456| #define HAVE_DUP2 1
1457| #define HAVE_GETCWD 1
1458| #define HAVE_GETPAGESIZE 1
1459| #define HAVE_GETPASS 1
1460| #define HAVE_RMDIR 1
1461| #define HAVE_GETWD 1
1462| #define HAVE_REGCOMP 1
1463| #define HAVE_ATEXIT 1
1464| #define HAVE_PUTENV 1
1465| #define HAVE_SETENV 1
1466| #define HAVE_BZERO 1
1467| #define HAVE_MEMMOVE 1
1468| #define HAVE_MEMSET 1
1469| #define HAVE_STRCASECMP 1
1470| #define HAVE_STRERROR 1
1471| #define HAVE_STRCHR 1
1472| #define HAVE_STRDUP 1
1473| #define HAVE_STRPBRK 1
1474| #define HAVE_STRRCHR 1
1475| #define HAVE_STRSTR 1
1476| #define HAVE_STRTOL 1
1477| #define HAVE_SELECT 1
1478| #define HAVE_ENDPWENT 1
1479| #define HAVE_GETHOSTBYADDR 1
1480| #define HAVE_GETHOSTBYNAME 1
1481| #define HAVE_GETHOSTNAME 1
1482| #define HAVE_GETTIMEOFDAY 1
1483| #define HAVE_ISASCII 1
1484| #define HAVE_ISWPRINT 1
1485| #define HAVE_MKDIR 1
1486| #define HAVE_MUNMAP 1
1487| #define HAVE_STRSIGNAL 1
1488| #define HAVE_POW 1
1489| #define HAVE_SQRT 1
1490| #define HAVE_FINITE 1
1491| #define HAVE_FLOOR 1
1492| #define HAVE_SOCKET 1
1493| #define HAVE_UNAME 1
1494| #define HAVE_SETLOCALE 1
1495| #define HAVE_LIMITS_H 1
1496| /* end confdefs.h.  */
1497| #include <stdio.h>
1498| #ifdef HAVE_SYS_TYPES_H
1499| # include <sys/types.h>
1500| #endif
1501| #ifdef HAVE_SYS_STAT_H
1502| # include <sys/stat.h>
1503| #endif
1504| #ifdef STDC_HEADERS
1505| # include <stdlib.h>
1506| # include <stddef.h>
1507| #else
1508| # ifdef HAVE_STDLIB_H
1509| #  include <stdlib.h>
1510| # endif
1511| #endif
1512| #ifdef HAVE_STRING_H
1513| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1514| #  include <memory.h>
1515| # endif
1516| # include <string.h>
1517| #endif
1518| #ifdef HAVE_STRINGS_H
1519| # include <strings.h>
1520| #endif
1521| #ifdef HAVE_INTTYPES_H
1522| # include <inttypes.h>
1523| #endif
1524| #ifdef HAVE_STDINT_H
1525| # include <stdint.h>
1526| #endif
1527| #ifdef HAVE_UNISTD_H
1528| # include <unistd.h>
1529| #endif
1530| #include <values.h>
1531configure:18490: result: no
1532configure:18490: checking values.h presence
1533configure:18490: gcc -E  -I/sw//include/ conftest.c
1534conftest.c:80:20: error: values.h: No such file or directory
1535configure:18490: $? = 1
1536configure: failed program was:
1537| /* confdefs.h */
1538| #define PACKAGE_NAME "Scilab"
1539| #define PACKAGE_TARNAME "scilab"
1540| #define PACKAGE_VERSION "6"
1541| #define PACKAGE_STRING "Scilab 6"
1542| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
1543| #define PACKAGE_URL ""
1544| #define O_LARGEFILE 0
1545| #define INSTALLPREFIX "/usr/local"
1546| #define STDC_HEADERS 1
1547| #define HAVE_SYS_TYPES_H 1
1548| #define HAVE_SYS_STAT_H 1
1549| #define HAVE_STDLIB_H 1
1550| #define HAVE_STRING_H 1
1551| #define HAVE_MEMORY_H 1
1552| #define HAVE_STRINGS_H 1
1553| #define HAVE_INTTYPES_H 1
1554| #define HAVE_STDINT_H 1
1555| #define HAVE_UNISTD_H 1
1556| #define INSTALLPREFIX "/usr/local"
1557| #define PACKAGE "scilab"
1558| #define VERSION "6"
1559| #define G95_FORTRAN /**/
1560| #define SIZEOF_INT 4
1561| #define SIZEOF_LONG 8
1562| #define USE_DYNAMIC_STACK /**/
1563| #define WLU /**/
1564| #define WTU /**/
1565| #define CNAME(name1,name2) name1##name2
1566| #define C2F(name) name##_
1567| #define F2C(name) name##_
1568| #define HAVE_LIBHDF5 1
1569| #define WITH_HDF5 /**/
1570| #define WITH_XCOS /**/
1571| #define WITH_OCAML /**/
1572| #define WITH_GUI /**/
1573| #define HAVE_SLEEP 1
1574| #define HAVE_USLEEP 1
1575| #define HAVE_DUP2 1
1576| #define HAVE_GETCWD 1
1577| #define HAVE_GETPAGESIZE 1
1578| #define HAVE_GETPASS 1
1579| #define HAVE_RMDIR 1
1580| #define HAVE_GETWD 1
1581| #define HAVE_REGCOMP 1
1582| #define HAVE_ATEXIT 1
1583| #define HAVE_PUTENV 1
1584| #define HAVE_SETENV 1
1585| #define HAVE_BZERO 1
1586| #define HAVE_MEMMOVE 1
1587| #define HAVE_MEMSET 1
1588| #define HAVE_STRCASECMP 1
1589| #define HAVE_STRERROR 1
1590| #define HAVE_STRCHR 1
1591| #define HAVE_STRDUP 1
1592| #define HAVE_STRPBRK 1
1593| #define HAVE_STRRCHR 1
1594| #define HAVE_STRSTR 1
1595| #define HAVE_STRTOL 1
1596| #define HAVE_SELECT 1
1597| #define HAVE_ENDPWENT 1
1598| #define HAVE_GETHOSTBYADDR 1
1599| #define HAVE_GETHOSTBYNAME 1
1600| #define HAVE_GETHOSTNAME 1
1601| #define HAVE_GETTIMEOFDAY 1
1602| #define HAVE_ISASCII 1
1603| #define HAVE_ISWPRINT 1
1604| #define HAVE_MKDIR 1
1605| #define HAVE_MUNMAP 1
1606| #define HAVE_STRSIGNAL 1
1607| #define HAVE_POW 1
1608| #define HAVE_SQRT 1
1609| #define HAVE_FINITE 1
1610| #define HAVE_FLOOR 1
1611| #define HAVE_SOCKET 1
1612| #define HAVE_UNAME 1
1613| #define HAVE_SETLOCALE 1
1614| #define HAVE_LIMITS_H 1
1615| /* end confdefs.h.  */
1616| #include <values.h>
1617configure:18490: result: no
1618configure:18490: checking for values.h
1619configure:18490: result: no
1620configure:18504: checking fcntl.h usability
1621configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1622configure:18504: $? = 0
1623configure:18504: result: yes
1624configure:18504: checking fcntl.h presence
1625configure:18504: gcc -E  -I/sw//include/ conftest.c
1626configure:18504: $? = 0
1627configure:18504: result: yes
1628configure:18504: checking for fcntl.h
1629configure:18504: result: yes
1630configure:18504: checking float.h usability
1631configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1632configure:18504: $? = 0
1633configure:18504: result: yes
1634configure:18504: checking float.h presence
1635configure:18504: gcc -E  -I/sw//include/ conftest.c
1636configure:18504: $? = 0
1637configure:18504: result: yes
1638configure:18504: checking for float.h
1639configure:18504: result: yes
1640configure:18504: checking libintl.h usability
1641configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1642configure:18504: $? = 0
1643configure:18504: result: yes
1644configure:18504: checking libintl.h presence
1645configure:18504: gcc -E  -I/sw//include/ conftest.c
1646configure:18504: $? = 0
1647configure:18504: result: yes
1648configure:18504: checking for libintl.h
1649configure:18504: result: yes
1650configure:18504: checking locale.h usability
1651configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1652configure:18504: $? = 0
1653configure:18504: result: yes
1654configure:18504: checking locale.h presence
1655configure:18504: gcc -E  -I/sw//include/ conftest.c
1656configure:18504: $? = 0
1657configure:18504: result: yes
1658configure:18504: checking for locale.h
1659configure:18504: result: yes
1660configure:18504: checking malloc.h usability
1661configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1662conftest.c:117:20: error: malloc.h: No such file or directory
1663configure:18504: $? = 1
1664configure: failed program was:
1665| /* confdefs.h */
1666| #define PACKAGE_NAME "Scilab"
1667| #define PACKAGE_TARNAME "scilab"
1668| #define PACKAGE_VERSION "6"
1669| #define PACKAGE_STRING "Scilab 6"
1670| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
1671| #define PACKAGE_URL ""
1672| #define O_LARGEFILE 0
1673| #define INSTALLPREFIX "/usr/local"
1674| #define STDC_HEADERS 1
1675| #define HAVE_SYS_TYPES_H 1
1676| #define HAVE_SYS_STAT_H 1
1677| #define HAVE_STDLIB_H 1
1678| #define HAVE_STRING_H 1
1679| #define HAVE_MEMORY_H 1
1680| #define HAVE_STRINGS_H 1
1681| #define HAVE_INTTYPES_H 1
1682| #define HAVE_STDINT_H 1
1683| #define HAVE_UNISTD_H 1
1684| #define INSTALLPREFIX "/usr/local"
1685| #define PACKAGE "scilab"
1686| #define VERSION "6"
1687| #define G95_FORTRAN /**/
1688| #define SIZEOF_INT 4
1689| #define SIZEOF_LONG 8
1690| #define USE_DYNAMIC_STACK /**/
1691| #define WLU /**/
1692| #define WTU /**/
1693| #define CNAME(name1,name2) name1##name2
1694| #define C2F(name) name##_
1695| #define F2C(name) name##_
1696| #define HAVE_LIBHDF5 1
1697| #define WITH_HDF5 /**/
1698| #define WITH_XCOS /**/
1699| #define WITH_OCAML /**/
1700| #define WITH_GUI /**/
1701| #define HAVE_SLEEP 1
1702| #define HAVE_USLEEP 1
1703| #define HAVE_DUP2 1
1704| #define HAVE_GETCWD 1
1705| #define HAVE_GETPAGESIZE 1
1706| #define HAVE_GETPASS 1
1707| #define HAVE_RMDIR 1
1708| #define HAVE_GETWD 1
1709| #define HAVE_REGCOMP 1
1710| #define HAVE_ATEXIT 1
1711| #define HAVE_PUTENV 1
1712| #define HAVE_SETENV 1
1713| #define HAVE_BZERO 1
1714| #define HAVE_MEMMOVE 1
1715| #define HAVE_MEMSET 1
1716| #define HAVE_STRCASECMP 1
1717| #define HAVE_STRERROR 1
1718| #define HAVE_STRCHR 1
1719| #define HAVE_STRDUP 1
1720| #define HAVE_STRPBRK 1
1721| #define HAVE_STRRCHR 1
1722| #define HAVE_STRSTR 1
1723| #define HAVE_STRTOL 1
1724| #define HAVE_SELECT 1
1725| #define HAVE_ENDPWENT 1
1726| #define HAVE_GETHOSTBYADDR 1
1727| #define HAVE_GETHOSTBYNAME 1
1728| #define HAVE_GETHOSTNAME 1
1729| #define HAVE_GETTIMEOFDAY 1
1730| #define HAVE_ISASCII 1
1731| #define HAVE_ISWPRINT 1
1732| #define HAVE_MKDIR 1
1733| #define HAVE_MUNMAP 1
1734| #define HAVE_STRSIGNAL 1
1735| #define HAVE_POW 1
1736| #define HAVE_SQRT 1
1737| #define HAVE_FINITE 1
1738| #define HAVE_FLOOR 1
1739| #define HAVE_SOCKET 1
1740| #define HAVE_UNAME 1
1741| #define HAVE_SETLOCALE 1
1742| #define HAVE_LIMITS_H 1
1743| #define HAVE_FCNTL_H 1
1744| #define HAVE_FLOAT_H 1
1745| #define HAVE_LIBINTL_H 1
1746| #define HAVE_LOCALE_H 1
1747| /* end confdefs.h.  */
1748| #include <stdio.h>
1749| #ifdef HAVE_SYS_TYPES_H
1750| # include <sys/types.h>
1751| #endif
1752| #ifdef HAVE_SYS_STAT_H
1753| # include <sys/stat.h>
1754| #endif
1755| #ifdef STDC_HEADERS
1756| # include <stdlib.h>
1757| # include <stddef.h>
1758| #else
1759| # ifdef HAVE_STDLIB_H
1760| #  include <stdlib.h>
1761| # endif
1762| #endif
1763| #ifdef HAVE_STRING_H
1764| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
1765| #  include <memory.h>
1766| # endif
1767| # include <string.h>
1768| #endif
1769| #ifdef HAVE_STRINGS_H
1770| # include <strings.h>
1771| #endif
1772| #ifdef HAVE_INTTYPES_H
1773| # include <inttypes.h>
1774| #endif
1775| #ifdef HAVE_STDINT_H
1776| # include <stdint.h>
1777| #endif
1778| #ifdef HAVE_UNISTD_H
1779| # include <unistd.h>
1780| #endif
1781| #include <malloc.h>
1782configure:18504: result: no
1783configure:18504: checking malloc.h presence
1784configure:18504: gcc -E  -I/sw//include/ conftest.c
1785conftest.c:84:20: error: malloc.h: No such file or directory
1786configure:18504: $? = 1
1787configure: failed program was:
1788| /* confdefs.h */
1789| #define PACKAGE_NAME "Scilab"
1790| #define PACKAGE_TARNAME "scilab"
1791| #define PACKAGE_VERSION "6"
1792| #define PACKAGE_STRING "Scilab 6"
1793| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
1794| #define PACKAGE_URL ""
1795| #define O_LARGEFILE 0
1796| #define INSTALLPREFIX "/usr/local"
1797| #define STDC_HEADERS 1
1798| #define HAVE_SYS_TYPES_H 1
1799| #define HAVE_SYS_STAT_H 1
1800| #define HAVE_STDLIB_H 1
1801| #define HAVE_STRING_H 1
1802| #define HAVE_MEMORY_H 1
1803| #define HAVE_STRINGS_H 1
1804| #define HAVE_INTTYPES_H 1
1805| #define HAVE_STDINT_H 1
1806| #define HAVE_UNISTD_H 1
1807| #define INSTALLPREFIX "/usr/local"
1808| #define PACKAGE "scilab"
1809| #define VERSION "6"
1810| #define G95_FORTRAN /**/
1811| #define SIZEOF_INT 4
1812| #define SIZEOF_LONG 8
1813| #define USE_DYNAMIC_STACK /**/
1814| #define WLU /**/
1815| #define WTU /**/
1816| #define CNAME(name1,name2) name1##name2
1817| #define C2F(name) name##_
1818| #define F2C(name) name##_
1819| #define HAVE_LIBHDF5 1
1820| #define WITH_HDF5 /**/
1821| #define WITH_XCOS /**/
1822| #define WITH_OCAML /**/
1823| #define WITH_GUI /**/
1824| #define HAVE_SLEEP 1
1825| #define HAVE_USLEEP 1
1826| #define HAVE_DUP2 1
1827| #define HAVE_GETCWD 1
1828| #define HAVE_GETPAGESIZE 1
1829| #define HAVE_GETPASS 1
1830| #define HAVE_RMDIR 1
1831| #define HAVE_GETWD 1
1832| #define HAVE_REGCOMP 1
1833| #define HAVE_ATEXIT 1
1834| #define HAVE_PUTENV 1
1835| #define HAVE_SETENV 1
1836| #define HAVE_BZERO 1
1837| #define HAVE_MEMMOVE 1
1838| #define HAVE_MEMSET 1
1839| #define HAVE_STRCASECMP 1
1840| #define HAVE_STRERROR 1
1841| #define HAVE_STRCHR 1
1842| #define HAVE_STRDUP 1
1843| #define HAVE_STRPBRK 1
1844| #define HAVE_STRRCHR 1
1845| #define HAVE_STRSTR 1
1846| #define HAVE_STRTOL 1
1847| #define HAVE_SELECT 1
1848| #define HAVE_ENDPWENT 1
1849| #define HAVE_GETHOSTBYADDR 1
1850| #define HAVE_GETHOSTBYNAME 1
1851| #define HAVE_GETHOSTNAME 1
1852| #define HAVE_GETTIMEOFDAY 1
1853| #define HAVE_ISASCII 1
1854| #define HAVE_ISWPRINT 1
1855| #define HAVE_MKDIR 1
1856| #define HAVE_MUNMAP 1
1857| #define HAVE_STRSIGNAL 1
1858| #define HAVE_POW 1
1859| #define HAVE_SQRT 1
1860| #define HAVE_FINITE 1
1861| #define HAVE_FLOOR 1
1862| #define HAVE_SOCKET 1
1863| #define HAVE_UNAME 1
1864| #define HAVE_SETLOCALE 1
1865| #define HAVE_LIMITS_H 1
1866| #define HAVE_FCNTL_H 1
1867| #define HAVE_FLOAT_H 1
1868| #define HAVE_LIBINTL_H 1
1869| #define HAVE_LOCALE_H 1
1870| /* end confdefs.h.  */
1871| #include <malloc.h>
1872configure:18504: result: no
1873configure:18504: checking for malloc.h
1874configure:18504: result: no
1875configure:18504: checking netdb.h usability
1876configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1877configure:18504: $? = 0
1878configure:18504: result: yes
1879configure:18504: checking netdb.h presence
1880configure:18504: gcc -E  -I/sw//include/ conftest.c
1881configure:18504: $? = 0
1882configure:18504: result: yes
1883configure:18504: checking for netdb.h
1884configure:18504: result: yes
1885configure:18504: checking netinet/in.h usability
1886configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1887configure:18504: $? = 0
1888configure:18504: result: yes
1889configure:18504: checking netinet/in.h presence
1890configure:18504: gcc -E  -I/sw//include/ conftest.c
1891configure:18504: $? = 0
1892configure:18504: result: yes
1893configure:18504: checking for netinet/in.h
1894configure:18504: result: yes
1895configure:18504: checking nlist.h usability
1896configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1897configure:18504: $? = 0
1898configure:18504: result: yes
1899configure:18504: checking nlist.h presence
1900configure:18504: gcc -E  -I/sw//include/ conftest.c
1901configure:18504: $? = 0
1902configure:18504: result: yes
1903configure:18504: checking for nlist.h
1904configure:18504: result: yes
1905configure:18504: checking sgtty.h usability
1906configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1907configure:18504: $? = 0
1908configure:18504: result: yes
1909configure:18504: checking sgtty.h presence
1910configure:18504: gcc -E  -I/sw//include/ conftest.c
1911configure:18504: $? = 0
1912configure:18504: result: yes
1913configure:18504: checking for sgtty.h
1914configure:18504: result: yes
1915configure:18504: checking stddef.h usability
1916configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1917configure:18504: $? = 0
1918configure:18504: result: yes
1919configure:18504: checking stddef.h presence
1920configure:18504: gcc -E  -I/sw//include/ conftest.c
1921configure:18504: $? = 0
1922configure:18504: result: yes
1923configure:18504: checking for stddef.h
1924configure:18504: result: yes
1925configure:18504: checking sys/file.h usability
1926configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1927configure:18504: $? = 0
1928configure:18504: result: yes
1929configure:18504: checking sys/file.h presence
1930configure:18504: gcc -E  -I/sw//include/ conftest.c
1931configure:18504: $? = 0
1932configure:18504: result: yes
1933configure:18504: checking for sys/file.h
1934configure:18504: result: yes
1935configure:18504: checking sys/ioctl.h usability
1936configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1937configure:18504: $? = 0
1938configure:18504: result: yes
1939configure:18504: checking sys/ioctl.h presence
1940configure:18504: gcc -E  -I/sw//include/ conftest.c
1941configure:18504: $? = 0
1942configure:18504: result: yes
1943configure:18504: checking for sys/ioctl.h
1944configure:18504: result: yes
1945configure:18504: checking sys/param.h usability
1946configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1947configure:18504: $? = 0
1948configure:18504: result: yes
1949configure:18504: checking sys/param.h presence
1950configure:18504: gcc -E  -I/sw//include/ conftest.c
1951configure:18504: $? = 0
1952configure:18504: result: yes
1953configure:18504: checking for sys/param.h
1954configure:18504: result: yes
1955configure:18504: checking sys/socket.h usability
1956configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1957configure:18504: $? = 0
1958configure:18504: result: yes
1959configure:18504: checking sys/socket.h presence
1960configure:18504: gcc -E  -I/sw//include/ conftest.c
1961configure:18504: $? = 0
1962configure:18504: result: yes
1963configure:18504: checking for sys/socket.h
1964configure:18504: result: yes
1965configure:18504: checking sys/time.h usability
1966configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1967configure:18504: $? = 0
1968configure:18504: result: yes
1969configure:18504: checking sys/time.h presence
1970configure:18504: gcc -E  -I/sw//include/ conftest.c
1971configure:18504: $? = 0
1972configure:18504: result: yes
1973configure:18504: checking for sys/time.h
1974configure:18504: result: yes
1975configure:18504: checking sys/timeb.h usability
1976configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1977configure:18504: $? = 0
1978configure:18504: result: yes
1979configure:18504: checking sys/timeb.h presence
1980configure:18504: gcc -E  -I/sw//include/ conftest.c
1981configure:18504: $? = 0
1982configure:18504: result: yes
1983configure:18504: checking for sys/timeb.h
1984configure:18504: result: yes
1985configure:18504: checking sys/utsname.h usability
1986configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1987configure:18504: $? = 0
1988configure:18504: result: yes
1989configure:18504: checking sys/utsname.h presence
1990configure:18504: gcc -E  -I/sw//include/ conftest.c
1991configure:18504: $? = 0
1992configure:18504: result: yes
1993configure:18504: checking for sys/utsname.h
1994configure:18504: result: yes
1995configure:18504: checking syslog.h usability
1996configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
1997configure:18504: $? = 0
1998configure:18504: result: yes
1999configure:18504: checking syslog.h presence
2000configure:18504: gcc -E  -I/sw//include/ conftest.c
2001configure:18504: $? = 0
2002configure:18504: result: yes
2003configure:18504: checking for syslog.h
2004configure:18504: result: yes
2005configure:18504: checking term.h usability
2006configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2007configure:18504: $? = 0
2008configure:18504: result: yes
2009configure:18504: checking term.h presence
2010configure:18504: gcc -E  -I/sw//include/ conftest.c
2011configure:18504: $? = 0
2012configure:18504: result: yes
2013configure:18504: checking for term.h
2014configure:18504: result: yes
2015configure:18504: checking termcap.h usability
2016configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2017configure:18504: $? = 0
2018configure:18504: result: yes
2019configure:18504: checking termcap.h presence
2020configure:18504: gcc -E  -I/sw//include/ conftest.c
2021configure:18504: $? = 0
2022configure:18504: result: yes
2023configure:18504: checking for termcap.h
2024configure:18504: result: yes
2025configure:18504: checking termio.h usability
2026configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2027conftest.c:132:20: error: termio.h: No such file or directory
2028configure:18504: $? = 1
2029configure: failed program was:
2030| /* confdefs.h */
2031| #define PACKAGE_NAME "Scilab"
2032| #define PACKAGE_TARNAME "scilab"
2033| #define PACKAGE_VERSION "6"
2034| #define PACKAGE_STRING "Scilab 6"
2035| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2036| #define PACKAGE_URL ""
2037| #define O_LARGEFILE 0
2038| #define INSTALLPREFIX "/usr/local"
2039| #define STDC_HEADERS 1
2040| #define HAVE_SYS_TYPES_H 1
2041| #define HAVE_SYS_STAT_H 1
2042| #define HAVE_STDLIB_H 1
2043| #define HAVE_STRING_H 1
2044| #define HAVE_MEMORY_H 1
2045| #define HAVE_STRINGS_H 1
2046| #define HAVE_INTTYPES_H 1
2047| #define HAVE_STDINT_H 1
2048| #define HAVE_UNISTD_H 1
2049| #define INSTALLPREFIX "/usr/local"
2050| #define PACKAGE "scilab"
2051| #define VERSION "6"
2052| #define G95_FORTRAN /**/
2053| #define SIZEOF_INT 4
2054| #define SIZEOF_LONG 8
2055| #define USE_DYNAMIC_STACK /**/
2056| #define WLU /**/
2057| #define WTU /**/
2058| #define CNAME(name1,name2) name1##name2
2059| #define C2F(name) name##_
2060| #define F2C(name) name##_
2061| #define HAVE_LIBHDF5 1
2062| #define WITH_HDF5 /**/
2063| #define WITH_XCOS /**/
2064| #define WITH_OCAML /**/
2065| #define WITH_GUI /**/
2066| #define HAVE_SLEEP 1
2067| #define HAVE_USLEEP 1
2068| #define HAVE_DUP2 1
2069| #define HAVE_GETCWD 1
2070| #define HAVE_GETPAGESIZE 1
2071| #define HAVE_GETPASS 1
2072| #define HAVE_RMDIR 1
2073| #define HAVE_GETWD 1
2074| #define HAVE_REGCOMP 1
2075| #define HAVE_ATEXIT 1
2076| #define HAVE_PUTENV 1
2077| #define HAVE_SETENV 1
2078| #define HAVE_BZERO 1
2079| #define HAVE_MEMMOVE 1
2080| #define HAVE_MEMSET 1
2081| #define HAVE_STRCASECMP 1
2082| #define HAVE_STRERROR 1
2083| #define HAVE_STRCHR 1
2084| #define HAVE_STRDUP 1
2085| #define HAVE_STRPBRK 1
2086| #define HAVE_STRRCHR 1
2087| #define HAVE_STRSTR 1
2088| #define HAVE_STRTOL 1
2089| #define HAVE_SELECT 1
2090| #define HAVE_ENDPWENT 1
2091| #define HAVE_GETHOSTBYADDR 1
2092| #define HAVE_GETHOSTBYNAME 1
2093| #define HAVE_GETHOSTNAME 1
2094| #define HAVE_GETTIMEOFDAY 1
2095| #define HAVE_ISASCII 1
2096| #define HAVE_ISWPRINT 1
2097| #define HAVE_MKDIR 1
2098| #define HAVE_MUNMAP 1
2099| #define HAVE_STRSIGNAL 1
2100| #define HAVE_POW 1
2101| #define HAVE_SQRT 1
2102| #define HAVE_FINITE 1
2103| #define HAVE_FLOOR 1
2104| #define HAVE_SOCKET 1
2105| #define HAVE_UNAME 1
2106| #define HAVE_SETLOCALE 1
2107| #define HAVE_LIMITS_H 1
2108| #define HAVE_FCNTL_H 1
2109| #define HAVE_FLOAT_H 1
2110| #define HAVE_LIBINTL_H 1
2111| #define HAVE_LOCALE_H 1
2112| #define HAVE_NETDB_H 1
2113| #define HAVE_NETINET_IN_H 1
2114| #define HAVE_NLIST_H 1
2115| #define HAVE_SGTTY_H 1
2116| #define HAVE_STDDEF_H 1
2117| #define HAVE_SYS_FILE_H 1
2118| #define HAVE_SYS_IOCTL_H 1
2119| #define HAVE_SYS_PARAM_H 1
2120| #define HAVE_SYS_SOCKET_H 1
2121| #define HAVE_SYS_TIME_H 1
2122| #define HAVE_SYS_TIMEB_H 1
2123| #define HAVE_SYS_UTSNAME_H 1
2124| #define HAVE_SYSLOG_H 1
2125| #define HAVE_TERM_H 1
2126| #define HAVE_TERMCAP_H 1
2127| /* end confdefs.h.  */
2128| #include <stdio.h>
2129| #ifdef HAVE_SYS_TYPES_H
2130| # include <sys/types.h>
2131| #endif
2132| #ifdef HAVE_SYS_STAT_H
2133| # include <sys/stat.h>
2134| #endif
2135| #ifdef STDC_HEADERS
2136| # include <stdlib.h>
2137| # include <stddef.h>
2138| #else
2139| # ifdef HAVE_STDLIB_H
2140| #  include <stdlib.h>
2141| # endif
2142| #endif
2143| #ifdef HAVE_STRING_H
2144| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
2145| #  include <memory.h>
2146| # endif
2147| # include <string.h>
2148| #endif
2149| #ifdef HAVE_STRINGS_H
2150| # include <strings.h>
2151| #endif
2152| #ifdef HAVE_INTTYPES_H
2153| # include <inttypes.h>
2154| #endif
2155| #ifdef HAVE_STDINT_H
2156| # include <stdint.h>
2157| #endif
2158| #ifdef HAVE_UNISTD_H
2159| # include <unistd.h>
2160| #endif
2161| #include <termio.h>
2162configure:18504: result: no
2163configure:18504: checking termio.h presence
2164configure:18504: gcc -E  -I/sw//include/ conftest.c
2165conftest.c:99:20: error: termio.h: No such file or directory
2166configure:18504: $? = 1
2167configure: failed program was:
2168| /* confdefs.h */
2169| #define PACKAGE_NAME "Scilab"
2170| #define PACKAGE_TARNAME "scilab"
2171| #define PACKAGE_VERSION "6"
2172| #define PACKAGE_STRING "Scilab 6"
2173| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2174| #define PACKAGE_URL ""
2175| #define O_LARGEFILE 0
2176| #define INSTALLPREFIX "/usr/local"
2177| #define STDC_HEADERS 1
2178| #define HAVE_SYS_TYPES_H 1
2179| #define HAVE_SYS_STAT_H 1
2180| #define HAVE_STDLIB_H 1
2181| #define HAVE_STRING_H 1
2182| #define HAVE_MEMORY_H 1
2183| #define HAVE_STRINGS_H 1
2184| #define HAVE_INTTYPES_H 1
2185| #define HAVE_STDINT_H 1
2186| #define HAVE_UNISTD_H 1
2187| #define INSTALLPREFIX "/usr/local"
2188| #define PACKAGE "scilab"
2189| #define VERSION "6"
2190| #define G95_FORTRAN /**/
2191| #define SIZEOF_INT 4
2192| #define SIZEOF_LONG 8
2193| #define USE_DYNAMIC_STACK /**/
2194| #define WLU /**/
2195| #define WTU /**/
2196| #define CNAME(name1,name2) name1##name2
2197| #define C2F(name) name##_
2198| #define F2C(name) name##_
2199| #define HAVE_LIBHDF5 1
2200| #define WITH_HDF5 /**/
2201| #define WITH_XCOS /**/
2202| #define WITH_OCAML /**/
2203| #define WITH_GUI /**/
2204| #define HAVE_SLEEP 1
2205| #define HAVE_USLEEP 1
2206| #define HAVE_DUP2 1
2207| #define HAVE_GETCWD 1
2208| #define HAVE_GETPAGESIZE 1
2209| #define HAVE_GETPASS 1
2210| #define HAVE_RMDIR 1
2211| #define HAVE_GETWD 1
2212| #define HAVE_REGCOMP 1
2213| #define HAVE_ATEXIT 1
2214| #define HAVE_PUTENV 1
2215| #define HAVE_SETENV 1
2216| #define HAVE_BZERO 1
2217| #define HAVE_MEMMOVE 1
2218| #define HAVE_MEMSET 1
2219| #define HAVE_STRCASECMP 1
2220| #define HAVE_STRERROR 1
2221| #define HAVE_STRCHR 1
2222| #define HAVE_STRDUP 1
2223| #define HAVE_STRPBRK 1
2224| #define HAVE_STRRCHR 1
2225| #define HAVE_STRSTR 1
2226| #define HAVE_STRTOL 1
2227| #define HAVE_SELECT 1
2228| #define HAVE_ENDPWENT 1
2229| #define HAVE_GETHOSTBYADDR 1
2230| #define HAVE_GETHOSTBYNAME 1
2231| #define HAVE_GETHOSTNAME 1
2232| #define HAVE_GETTIMEOFDAY 1
2233| #define HAVE_ISASCII 1
2234| #define HAVE_ISWPRINT 1
2235| #define HAVE_MKDIR 1
2236| #define HAVE_MUNMAP 1
2237| #define HAVE_STRSIGNAL 1
2238| #define HAVE_POW 1
2239| #define HAVE_SQRT 1
2240| #define HAVE_FINITE 1
2241| #define HAVE_FLOOR 1
2242| #define HAVE_SOCKET 1
2243| #define HAVE_UNAME 1
2244| #define HAVE_SETLOCALE 1
2245| #define HAVE_LIMITS_H 1
2246| #define HAVE_FCNTL_H 1
2247| #define HAVE_FLOAT_H 1
2248| #define HAVE_LIBINTL_H 1
2249| #define HAVE_LOCALE_H 1
2250| #define HAVE_NETDB_H 1
2251| #define HAVE_NETINET_IN_H 1
2252| #define HAVE_NLIST_H 1
2253| #define HAVE_SGTTY_H 1
2254| #define HAVE_STDDEF_H 1
2255| #define HAVE_SYS_FILE_H 1
2256| #define HAVE_SYS_IOCTL_H 1
2257| #define HAVE_SYS_PARAM_H 1
2258| #define HAVE_SYS_SOCKET_H 1
2259| #define HAVE_SYS_TIME_H 1
2260| #define HAVE_SYS_TIMEB_H 1
2261| #define HAVE_SYS_UTSNAME_H 1
2262| #define HAVE_SYSLOG_H 1
2263| #define HAVE_TERM_H 1
2264| #define HAVE_TERMCAP_H 1
2265| /* end confdefs.h.  */
2266| #include <termio.h>
2267configure:18504: result: no
2268configure:18504: checking for termio.h
2269configure:18504: result: no
2270configure:18504: checking termios.h usability
2271configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2272configure:18504: $? = 0
2273configure:18504: result: yes
2274configure:18504: checking termios.h presence
2275configure:18504: gcc -E  -I/sw//include/ conftest.c
2276configure:18504: $? = 0
2277configure:18504: result: yes
2278configure:18504: checking for termios.h
2279configure:18504: result: yes
2280configure:18504: checking wchar.h usability
2281configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2282configure:18504: $? = 0
2283configure:18504: result: yes
2284configure:18504: checking wchar.h presence
2285configure:18504: gcc -E  -I/sw//include/ conftest.c
2286configure:18504: $? = 0
2287configure:18504: result: yes
2288configure:18504: checking for wchar.h
2289configure:18504: result: yes
2290configure:18504: checking wctype.h usability
2291configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2292configure:18504: $? = 0
2293configure:18504: result: yes
2294configure:18504: checking wctype.h presence
2295configure:18504: gcc -E  -I/sw//include/ conftest.c
2296configure:18504: $? = 0
2297configure:18504: result: yes
2298configure:18504: checking for wctype.h
2299configure:18504: result: yes
2300configure:18504: checking time.h usability
2301configure:18504: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2302configure:18504: $? = 0
2303configure:18504: result: yes
2304configure:18504: checking time.h presence
2305configure:18504: gcc -E  -I/sw//include/ conftest.c
2306configure:18504: $? = 0
2307configure:18504: result: yes
2308configure:18504: checking for time.h
2309configure:18504: result: yes
2310configure:18519: checking for dirent.h that defines DIR
2311configure:18538: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2312configure:18538: $? = 0
2313configure:18546: result: yes
2314configure:18559: checking for library containing opendir
2315configure:18590: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
2316ld: warning: directory not found for option '-L/sw//lib/'
2317configure:18590: $? = 0
2318configure:18607: result: none required
2319configure:18676: checking whether time.h and sys/time.h may both be included
2320configure:18696: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2321configure:18696: $? = 0
2322configure:18703: result: yes
2323configure:18713: checking for sys/wait.h that is POSIX.1 compatible
2324configure:18739: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2325configure:18739: $? = 0
2326configure:18746: result: yes
2327configure:18759: checking for struct stat.st_blksize
2328configure:18759: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2329configure:18759: $? = 0
2330configure:18759: result: yes
2331configure:18769: checking for struct stat.st_rdev
2332configure:18769: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2333configure:18769: $? = 0
2334configure:18769: result: yes
2335configure:18787: checking whether NLS is requested
2336configure:18796: result: yes
2337configure:18837: checking for msgfmt
2338configure: trying /opt/local/bin/msgfmt...
23390 translated messages.
2340configure:18869: result: /opt/local/bin/msgfmt
2341configure:18878: checking for gmsgfmt
2342configure:18909: result: /opt/local/bin/msgfmt
2343configure:18960: checking for xgettext
2344configure: trying /opt/local/bin/xgettext...
2345/opt/local/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
2346configure:18992: result: /opt/local/bin/xgettext
2347configure:19038: checking for msgmerge
2348configure: trying /opt/local/bin/msgmerge...
2349configure:19069: result: /opt/local/bin/msgmerge
2350configure:19655: checking for CFPreferencesCopyAppValue
2351configure:19673: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   -Wl,-framework -Wl,CoreFoundation >&5
2352ld: warning: directory not found for option '-L/sw//lib/'
2353configure:19673: $? = 0
2354configure:19682: result: yes
2355configure:19689: checking for CFLocaleCopyCurrent
2356configure:19707: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   -Wl,-framework -Wl,CoreFoundation >&5
2357ld: warning: directory not found for option '-L/sw//lib/'
2358configure:19707: $? = 0
2359configure:19716: result: yes
2360configure:19765: checking for GNU gettext in libc
2361configure:19785: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
2362ld: warning: directory not found for option '-L/sw//lib/'
2363Undefined symbols for architecture x86_64:
2364  "_libintl_bindtextdomain", referenced from:
2365      _main in ccgz0C9Z.o
2366  "_libintl_gettext", referenced from:
2367      _main in ccgz0C9Z.o
2368  "__nl_msg_cat_cntr", referenced from:
2369      _main in ccgz0C9Z.o
2370  "__nl_domain_bindings", referenced from:
2371      _main in ccgz0C9Z.o
2372ld: symbol(s) not found for architecture x86_64
2373collect2: ld returned 1 exit status
2374configure:19785: $? = 1
2375configure: failed program was:
2376| /* confdefs.h */
2377| #define PACKAGE_NAME "Scilab"
2378| #define PACKAGE_TARNAME "scilab"
2379| #define PACKAGE_VERSION "6"
2380| #define PACKAGE_STRING "Scilab 6"
2381| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2382| #define PACKAGE_URL ""
2383| #define O_LARGEFILE 0
2384| #define INSTALLPREFIX "/usr/local"
2385| #define STDC_HEADERS 1
2386| #define HAVE_SYS_TYPES_H 1
2387| #define HAVE_SYS_STAT_H 1
2388| #define HAVE_STDLIB_H 1
2389| #define HAVE_STRING_H 1
2390| #define HAVE_MEMORY_H 1
2391| #define HAVE_STRINGS_H 1
2392| #define HAVE_INTTYPES_H 1
2393| #define HAVE_STDINT_H 1
2394| #define HAVE_UNISTD_H 1
2395| #define INSTALLPREFIX "/usr/local"
2396| #define PACKAGE "scilab"
2397| #define VERSION "6"
2398| #define G95_FORTRAN /**/
2399| #define SIZEOF_INT 4
2400| #define SIZEOF_LONG 8
2401| #define USE_DYNAMIC_STACK /**/
2402| #define WLU /**/
2403| #define WTU /**/
2404| #define CNAME(name1,name2) name1##name2
2405| #define C2F(name) name##_
2406| #define F2C(name) name##_
2407| #define HAVE_LIBHDF5 1
2408| #define WITH_HDF5 /**/
2409| #define WITH_XCOS /**/
2410| #define WITH_OCAML /**/
2411| #define WITH_GUI /**/
2412| #define HAVE_SLEEP 1
2413| #define HAVE_USLEEP 1
2414| #define HAVE_DUP2 1
2415| #define HAVE_GETCWD 1
2416| #define HAVE_GETPAGESIZE 1
2417| #define HAVE_GETPASS 1
2418| #define HAVE_RMDIR 1
2419| #define HAVE_GETWD 1
2420| #define HAVE_REGCOMP 1
2421| #define HAVE_ATEXIT 1
2422| #define HAVE_PUTENV 1
2423| #define HAVE_SETENV 1
2424| #define HAVE_BZERO 1
2425| #define HAVE_MEMMOVE 1
2426| #define HAVE_MEMSET 1
2427| #define HAVE_STRCASECMP 1
2428| #define HAVE_STRERROR 1
2429| #define HAVE_STRCHR 1
2430| #define HAVE_STRDUP 1
2431| #define HAVE_STRPBRK 1
2432| #define HAVE_STRRCHR 1
2433| #define HAVE_STRSTR 1
2434| #define HAVE_STRTOL 1
2435| #define HAVE_SELECT 1
2436| #define HAVE_ENDPWENT 1
2437| #define HAVE_GETHOSTBYADDR 1
2438| #define HAVE_GETHOSTBYNAME 1
2439| #define HAVE_GETHOSTNAME 1
2440| #define HAVE_GETTIMEOFDAY 1
2441| #define HAVE_ISASCII 1
2442| #define HAVE_ISWPRINT 1
2443| #define HAVE_MKDIR 1
2444| #define HAVE_MUNMAP 1
2445| #define HAVE_STRSIGNAL 1
2446| #define HAVE_POW 1
2447| #define HAVE_SQRT 1
2448| #define HAVE_FINITE 1
2449| #define HAVE_FLOOR 1
2450| #define HAVE_SOCKET 1
2451| #define HAVE_UNAME 1
2452| #define HAVE_SETLOCALE 1
2453| #define HAVE_LIMITS_H 1
2454| #define HAVE_FCNTL_H 1
2455| #define HAVE_FLOAT_H 1
2456| #define HAVE_LIBINTL_H 1
2457| #define HAVE_LOCALE_H 1
2458| #define HAVE_NETDB_H 1
2459| #define HAVE_NETINET_IN_H 1
2460| #define HAVE_NLIST_H 1
2461| #define HAVE_SGTTY_H 1
2462| #define HAVE_STDDEF_H 1
2463| #define HAVE_SYS_FILE_H 1
2464| #define HAVE_SYS_IOCTL_H 1
2465| #define HAVE_SYS_PARAM_H 1
2466| #define HAVE_SYS_SOCKET_H 1
2467| #define HAVE_SYS_TIME_H 1
2468| #define HAVE_SYS_TIMEB_H 1
2469| #define HAVE_SYS_UTSNAME_H 1
2470| #define HAVE_SYSLOG_H 1
2471| #define HAVE_TERM_H 1
2472| #define HAVE_TERMCAP_H 1
2473| #define HAVE_TERMIOS_H 1
2474| #define HAVE_WCHAR_H 1
2475| #define HAVE_WCTYPE_H 1
2476| #define HAVE_TIME_H 1
2477| #define HAVE_DIRENT_H 1
2478| #define TIME_WITH_SYS_TIME 1
2479| #define HAVE_SYS_WAIT_H 1
2480| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2481| #define HAVE_STRUCT_STAT_ST_RDEV 1
2482| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2483| #define HAVE_CFLOCALECOPYCURRENT 1
2484| /* end confdefs.h.  */
2485| #include <libintl.h>
2486|
2487| extern int _nl_msg_cat_cntr;
2488| extern int *_nl_domain_bindings;
2489| int
2490| main ()
2491| {
2492| bindtextdomain ("", "");
2493| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
2494|   ;
2495|   return 0;
2496| }
2497configure:19794: result: no
2498configure:19828: checking for iconv
2499configure:19850: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
2500ld: warning: directory not found for option '-L/sw//lib/'
2501Undefined symbols for architecture x86_64:
2502  "_libiconv_open", referenced from:
2503      _main in cc2pge1H.o
2504  "_libiconv", referenced from:
2505      _main in cc2pge1H.o
2506  "_libiconv_close", referenced from:
2507      _main in cc2pge1H.o
2508ld: symbol(s) not found for architecture x86_64
2509collect2: ld returned 1 exit status
2510configure:19850: $? = 1
2511configure: failed program was:
2512| /* confdefs.h */
2513| #define PACKAGE_NAME "Scilab"
2514| #define PACKAGE_TARNAME "scilab"
2515| #define PACKAGE_VERSION "6"
2516| #define PACKAGE_STRING "Scilab 6"
2517| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2518| #define PACKAGE_URL ""
2519| #define O_LARGEFILE 0
2520| #define INSTALLPREFIX "/usr/local"
2521| #define STDC_HEADERS 1
2522| #define HAVE_SYS_TYPES_H 1
2523| #define HAVE_SYS_STAT_H 1
2524| #define HAVE_STDLIB_H 1
2525| #define HAVE_STRING_H 1
2526| #define HAVE_MEMORY_H 1
2527| #define HAVE_STRINGS_H 1
2528| #define HAVE_INTTYPES_H 1
2529| #define HAVE_STDINT_H 1
2530| #define HAVE_UNISTD_H 1
2531| #define INSTALLPREFIX "/usr/local"
2532| #define PACKAGE "scilab"
2533| #define VERSION "6"
2534| #define G95_FORTRAN /**/
2535| #define SIZEOF_INT 4
2536| #define SIZEOF_LONG 8
2537| #define USE_DYNAMIC_STACK /**/
2538| #define WLU /**/
2539| #define WTU /**/
2540| #define CNAME(name1,name2) name1##name2
2541| #define C2F(name) name##_
2542| #define F2C(name) name##_
2543| #define HAVE_LIBHDF5 1
2544| #define WITH_HDF5 /**/
2545| #define WITH_XCOS /**/
2546| #define WITH_OCAML /**/
2547| #define WITH_GUI /**/
2548| #define HAVE_SLEEP 1
2549| #define HAVE_USLEEP 1
2550| #define HAVE_DUP2 1
2551| #define HAVE_GETCWD 1
2552| #define HAVE_GETPAGESIZE 1
2553| #define HAVE_GETPASS 1
2554| #define HAVE_RMDIR 1
2555| #define HAVE_GETWD 1
2556| #define HAVE_REGCOMP 1
2557| #define HAVE_ATEXIT 1
2558| #define HAVE_PUTENV 1
2559| #define HAVE_SETENV 1
2560| #define HAVE_BZERO 1
2561| #define HAVE_MEMMOVE 1
2562| #define HAVE_MEMSET 1
2563| #define HAVE_STRCASECMP 1
2564| #define HAVE_STRERROR 1
2565| #define HAVE_STRCHR 1
2566| #define HAVE_STRDUP 1
2567| #define HAVE_STRPBRK 1
2568| #define HAVE_STRRCHR 1
2569| #define HAVE_STRSTR 1
2570| #define HAVE_STRTOL 1
2571| #define HAVE_SELECT 1
2572| #define HAVE_ENDPWENT 1
2573| #define HAVE_GETHOSTBYADDR 1
2574| #define HAVE_GETHOSTBYNAME 1
2575| #define HAVE_GETHOSTNAME 1
2576| #define HAVE_GETTIMEOFDAY 1
2577| #define HAVE_ISASCII 1
2578| #define HAVE_ISWPRINT 1
2579| #define HAVE_MKDIR 1
2580| #define HAVE_MUNMAP 1
2581| #define HAVE_STRSIGNAL 1
2582| #define HAVE_POW 1
2583| #define HAVE_SQRT 1
2584| #define HAVE_FINITE 1
2585| #define HAVE_FLOOR 1
2586| #define HAVE_SOCKET 1
2587| #define HAVE_UNAME 1
2588| #define HAVE_SETLOCALE 1
2589| #define HAVE_LIMITS_H 1
2590| #define HAVE_FCNTL_H 1
2591| #define HAVE_FLOAT_H 1
2592| #define HAVE_LIBINTL_H 1
2593| #define HAVE_LOCALE_H 1
2594| #define HAVE_NETDB_H 1
2595| #define HAVE_NETINET_IN_H 1
2596| #define HAVE_NLIST_H 1
2597| #define HAVE_SGTTY_H 1
2598| #define HAVE_STDDEF_H 1
2599| #define HAVE_SYS_FILE_H 1
2600| #define HAVE_SYS_IOCTL_H 1
2601| #define HAVE_SYS_PARAM_H 1
2602| #define HAVE_SYS_SOCKET_H 1
2603| #define HAVE_SYS_TIME_H 1
2604| #define HAVE_SYS_TIMEB_H 1
2605| #define HAVE_SYS_UTSNAME_H 1
2606| #define HAVE_SYSLOG_H 1
2607| #define HAVE_TERM_H 1
2608| #define HAVE_TERMCAP_H 1
2609| #define HAVE_TERMIOS_H 1
2610| #define HAVE_WCHAR_H 1
2611| #define HAVE_WCTYPE_H 1
2612| #define HAVE_TIME_H 1
2613| #define HAVE_DIRENT_H 1
2614| #define TIME_WITH_SYS_TIME 1
2615| #define HAVE_SYS_WAIT_H 1
2616| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2617| #define HAVE_STRUCT_STAT_ST_RDEV 1
2618| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2619| #define HAVE_CFLOCALECOPYCURRENT 1
2620| /* end confdefs.h.  */
2621| #include <stdlib.h>
2622| #include <iconv.h>
2623| int
2624| main ()
2625| {
2626| iconv_t cd = iconv_open("","");
2627|        iconv(cd,NULL,NULL,NULL,NULL);
2628|        iconv_close(cd);
2629|   ;
2630|   return 0;
2631| }
2632configure:19872: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   -liconv >&5
2633ld: warning: directory not found for option '-L/sw//lib/'
2634configure:19872: $? = 0
2635configure:19882: result: yes
2636configure:19885: checking for working iconv
2637configure:19980: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   -liconv >&5
2638ld: warning: directory not found for option '-L/sw//lib/'
2639configure:19980: $? = 0
2640configure:19980: ./conftest
2641configure:19980: $? = 0
2642configure:19992: result: yes
2643configure:20007: checking how to link with libiconv
2644configure:20009: result: -liconv
2645configure:20481: checking for GNU gettext in libintl
2646configure:20509: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/   -L/sw//lib/ -no_compact_linkedit conftest.c   -lintl >&5
2647ld: warning: directory not found for option '-L/sw//lib/'
2648configure:20509: $? = 0
2649configure:20550: result: yes
2650configure:20585: checking whether to use NLS
2651configure:20587: result: yes
2652configure:20590: checking where the gettext function comes from
2653configure:20601: result: external libintl
2654configure:20609: checking how to link with libintl
2655configure:20611: result: -lintl -Wl,-framework -Wl,CoreFoundation
2656configure:20661: checking whether closedir returns void
2657configure:20685: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c   >&5
2658ld: warning: directory not found for option '-L/sw//lib/'
2659configure:20685: $? = 0
2660configure:20685: ./conftest
2661configure:20685: $? = 0
2662configure:20695: result: no
2663configure:20705: checking return type of signal handlers
2664configure:20723: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2665conftest.c: In function 'main':
2666conftest.c:120: error: void value not ignored as it ought to be
2667configure:20723: $? = 1
2668configure: failed program was:
2669| /* confdefs.h */
2670| #define PACKAGE_NAME "Scilab"
2671| #define PACKAGE_TARNAME "scilab"
2672| #define PACKAGE_VERSION "6"
2673| #define PACKAGE_STRING "Scilab 6"
2674| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2675| #define PACKAGE_URL ""
2676| #define O_LARGEFILE 0
2677| #define INSTALLPREFIX "/usr/local"
2678| #define STDC_HEADERS 1
2679| #define HAVE_SYS_TYPES_H 1
2680| #define HAVE_SYS_STAT_H 1
2681| #define HAVE_STDLIB_H 1
2682| #define HAVE_STRING_H 1
2683| #define HAVE_MEMORY_H 1
2684| #define HAVE_STRINGS_H 1
2685| #define HAVE_INTTYPES_H 1
2686| #define HAVE_STDINT_H 1
2687| #define HAVE_UNISTD_H 1
2688| #define INSTALLPREFIX "/usr/local"
2689| #define PACKAGE "scilab"
2690| #define VERSION "6"
2691| #define G95_FORTRAN /**/
2692| #define SIZEOF_INT 4
2693| #define SIZEOF_LONG 8
2694| #define USE_DYNAMIC_STACK /**/
2695| #define WLU /**/
2696| #define WTU /**/
2697| #define CNAME(name1,name2) name1##name2
2698| #define C2F(name) name##_
2699| #define F2C(name) name##_
2700| #define HAVE_LIBHDF5 1
2701| #define WITH_HDF5 /**/
2702| #define WITH_XCOS /**/
2703| #define WITH_OCAML /**/
2704| #define WITH_GUI /**/
2705| #define HAVE_SLEEP 1
2706| #define HAVE_USLEEP 1
2707| #define HAVE_DUP2 1
2708| #define HAVE_GETCWD 1
2709| #define HAVE_GETPAGESIZE 1
2710| #define HAVE_GETPASS 1
2711| #define HAVE_RMDIR 1
2712| #define HAVE_GETWD 1
2713| #define HAVE_REGCOMP 1
2714| #define HAVE_ATEXIT 1
2715| #define HAVE_PUTENV 1
2716| #define HAVE_SETENV 1
2717| #define HAVE_BZERO 1
2718| #define HAVE_MEMMOVE 1
2719| #define HAVE_MEMSET 1
2720| #define HAVE_STRCASECMP 1
2721| #define HAVE_STRERROR 1
2722| #define HAVE_STRCHR 1
2723| #define HAVE_STRDUP 1
2724| #define HAVE_STRPBRK 1
2725| #define HAVE_STRRCHR 1
2726| #define HAVE_STRSTR 1
2727| #define HAVE_STRTOL 1
2728| #define HAVE_SELECT 1
2729| #define HAVE_ENDPWENT 1
2730| #define HAVE_GETHOSTBYADDR 1
2731| #define HAVE_GETHOSTBYNAME 1
2732| #define HAVE_GETHOSTNAME 1
2733| #define HAVE_GETTIMEOFDAY 1
2734| #define HAVE_ISASCII 1
2735| #define HAVE_ISWPRINT 1
2736| #define HAVE_MKDIR 1
2737| #define HAVE_MUNMAP 1
2738| #define HAVE_STRSIGNAL 1
2739| #define HAVE_POW 1
2740| #define HAVE_SQRT 1
2741| #define HAVE_FINITE 1
2742| #define HAVE_FLOOR 1
2743| #define HAVE_SOCKET 1
2744| #define HAVE_UNAME 1
2745| #define HAVE_SETLOCALE 1
2746| #define HAVE_LIMITS_H 1
2747| #define HAVE_FCNTL_H 1
2748| #define HAVE_FLOAT_H 1
2749| #define HAVE_LIBINTL_H 1
2750| #define HAVE_LOCALE_H 1
2751| #define HAVE_NETDB_H 1
2752| #define HAVE_NETINET_IN_H 1
2753| #define HAVE_NLIST_H 1
2754| #define HAVE_SGTTY_H 1
2755| #define HAVE_STDDEF_H 1
2756| #define HAVE_SYS_FILE_H 1
2757| #define HAVE_SYS_IOCTL_H 1
2758| #define HAVE_SYS_PARAM_H 1
2759| #define HAVE_SYS_SOCKET_H 1
2760| #define HAVE_SYS_TIME_H 1
2761| #define HAVE_SYS_TIMEB_H 1
2762| #define HAVE_SYS_UTSNAME_H 1
2763| #define HAVE_SYSLOG_H 1
2764| #define HAVE_TERM_H 1
2765| #define HAVE_TERMCAP_H 1
2766| #define HAVE_TERMIOS_H 1
2767| #define HAVE_WCHAR_H 1
2768| #define HAVE_WCTYPE_H 1
2769| #define HAVE_TIME_H 1
2770| #define HAVE_DIRENT_H 1
2771| #define TIME_WITH_SYS_TIME 1
2772| #define HAVE_SYS_WAIT_H 1
2773| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2774| #define HAVE_STRUCT_STAT_ST_RDEV 1
2775| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2776| #define HAVE_CFLOCALECOPYCURRENT 1
2777| #define HAVE_ICONV 1
2778| #define ENABLE_NLS 1
2779| #define HAVE_GETTEXT 1
2780| #define HAVE_DCGETTEXT 1
2781| /* end confdefs.h.  */
2782| #include <sys/types.h>
2783| #include <signal.h>
2784|
2785| int
2786| main ()
2787| {
2788| return *(signal (0, 0)) (0) == 1;
2789|   ;
2790|   return 0;
2791| }
2792configure:20730: result: void
2793configure:20740: checking whether struct tm is in sys/time.h or time.h
2794configure:20760: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2795configure:20760: $? = 0
2796configure:20767: result: time.h
2797configure:20777: checking for struct stat.st_blocks
2798configure:20777: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2799configure:20777: $? = 0
2800configure:20777: result: yes
2801configure:20825: checking for main in -lcurses
2802configure:20844: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lcurses    >&5
2803ld: warning: directory not found for option '-L/sw//lib/'
2804configure:20844: $? = 0
2805configure:20853: result: yes
2806configure:20907: checking for library containing tgetent
2807configure:20938: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lcurses   >&5
2808ld: warning: directory not found for option '-L/sw//lib/'
2809configure:20938: $? = 0
2810configure:20955: result: none required
2811configure:20967: checking ncurses.h usability
2812configure:20967: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2813configure:20967: $? = 0
2814configure:20967: result: yes
2815configure:20967: checking ncurses.h presence
2816configure:20967: gcc -E  -I/sw//include/ conftest.c
2817configure:20967: $? = 0
2818configure:20967: result: yes
2819configure:20967: checking for ncurses.h
2820configure:20967: result: yes
2821configure:20967: checking curses.h usability
2822configure:20967: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2823configure:20967: $? = 0
2824configure:20967: result: yes
2825configure:20967: checking curses.h presence
2826configure:20967: gcc -E  -I/sw//include/ conftest.c
2827configure:20967: $? = 0
2828configure:20967: result: yes
2829configure:20967: checking for curses.h
2830configure:20967: result: yes
2831configure:20990: checking for dlopen in -ldl
2832configure:21015: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl  -lcurses   >&5
2833ld: warning: directory not found for option '-L/sw//lib/'
2834configure:21015: $? = 0
2835configure:21024: result: yes
2836configure:21036: checking for library containing pthread_join
2837configure:21067: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl -lcurses   >&5
2838ld: warning: directory not found for option '-L/sw//lib/'
2839configure:21067: $? = 0
2840configure:21084: result: none required
2841configure:21142: checking fftw3.h usability
2842configure:21142: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
2843configure:21142: $? = 0
2844configure:21142: result: yes
2845configure:21142: checking fftw3.h presence
2846configure:21142: gcc -E  -I/sw//include/ conftest.c
2847configure:21142: $? = 0
2848configure:21142: result: yes
2849configure:21142: checking for fftw3.h
2850configure:21142: result: yes
2851configure:21203: checking for fftw_plan_dft_r2c in -lfftw3
2852configure:21228: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lfftw3  -ldl -lcurses   >&5
2853ld: warning: directory not found for option '-L/sw//lib/'
2854configure:21228: $? = 0
2855configure:21237: result: yes
2856configure:21278: checking how to run the C++ preprocessor
2857configure:21305: g++ -arch x86_64 -E  -I/sw//include/ conftest.cpp
2858configure:21305: $? = 0
2859configure:21319: g++ -arch x86_64 -E  -I/sw//include/ conftest.cpp
2860conftest.cpp:123:28: error: ac_nonexistent.h: No such file or directory
2861configure:21319: $? = 1
2862configure: failed program was:
2863| /* confdefs.h */
2864| #define PACKAGE_NAME "Scilab"
2865| #define PACKAGE_TARNAME "scilab"
2866| #define PACKAGE_VERSION "6"
2867| #define PACKAGE_STRING "Scilab 6"
2868| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2869| #define PACKAGE_URL ""
2870| #define O_LARGEFILE 0
2871| #define INSTALLPREFIX "/usr/local"
2872| #define STDC_HEADERS 1
2873| #define HAVE_SYS_TYPES_H 1
2874| #define HAVE_SYS_STAT_H 1
2875| #define HAVE_STDLIB_H 1
2876| #define HAVE_STRING_H 1
2877| #define HAVE_MEMORY_H 1
2878| #define HAVE_STRINGS_H 1
2879| #define HAVE_INTTYPES_H 1
2880| #define HAVE_STDINT_H 1
2881| #define HAVE_UNISTD_H 1
2882| #define INSTALLPREFIX "/usr/local"
2883| #define PACKAGE "scilab"
2884| #define VERSION "6"
2885| #define G95_FORTRAN /**/
2886| #define SIZEOF_INT 4
2887| #define SIZEOF_LONG 8
2888| #define USE_DYNAMIC_STACK /**/
2889| #define WLU /**/
2890| #define WTU /**/
2891| #define CNAME(name1,name2) name1##name2
2892| #define C2F(name) name##_
2893| #define F2C(name) name##_
2894| #define HAVE_LIBHDF5 1
2895| #define WITH_HDF5 /**/
2896| #define WITH_XCOS /**/
2897| #define WITH_OCAML /**/
2898| #define WITH_GUI /**/
2899| #define HAVE_SLEEP 1
2900| #define HAVE_USLEEP 1
2901| #define HAVE_DUP2 1
2902| #define HAVE_GETCWD 1
2903| #define HAVE_GETPAGESIZE 1
2904| #define HAVE_GETPASS 1
2905| #define HAVE_RMDIR 1
2906| #define HAVE_GETWD 1
2907| #define HAVE_REGCOMP 1
2908| #define HAVE_ATEXIT 1
2909| #define HAVE_PUTENV 1
2910| #define HAVE_SETENV 1
2911| #define HAVE_BZERO 1
2912| #define HAVE_MEMMOVE 1
2913| #define HAVE_MEMSET 1
2914| #define HAVE_STRCASECMP 1
2915| #define HAVE_STRERROR 1
2916| #define HAVE_STRCHR 1
2917| #define HAVE_STRDUP 1
2918| #define HAVE_STRPBRK 1
2919| #define HAVE_STRRCHR 1
2920| #define HAVE_STRSTR 1
2921| #define HAVE_STRTOL 1
2922| #define HAVE_SELECT 1
2923| #define HAVE_ENDPWENT 1
2924| #define HAVE_GETHOSTBYADDR 1
2925| #define HAVE_GETHOSTBYNAME 1
2926| #define HAVE_GETHOSTNAME 1
2927| #define HAVE_GETTIMEOFDAY 1
2928| #define HAVE_ISASCII 1
2929| #define HAVE_ISWPRINT 1
2930| #define HAVE_MKDIR 1
2931| #define HAVE_MUNMAP 1
2932| #define HAVE_STRSIGNAL 1
2933| #define HAVE_POW 1
2934| #define HAVE_SQRT 1
2935| #define HAVE_FINITE 1
2936| #define HAVE_FLOOR 1
2937| #define HAVE_SOCKET 1
2938| #define HAVE_UNAME 1
2939| #define HAVE_SETLOCALE 1
2940| #define HAVE_LIMITS_H 1
2941| #define HAVE_FCNTL_H 1
2942| #define HAVE_FLOAT_H 1
2943| #define HAVE_LIBINTL_H 1
2944| #define HAVE_LOCALE_H 1
2945| #define HAVE_NETDB_H 1
2946| #define HAVE_NETINET_IN_H 1
2947| #define HAVE_NLIST_H 1
2948| #define HAVE_SGTTY_H 1
2949| #define HAVE_STDDEF_H 1
2950| #define HAVE_SYS_FILE_H 1
2951| #define HAVE_SYS_IOCTL_H 1
2952| #define HAVE_SYS_PARAM_H 1
2953| #define HAVE_SYS_SOCKET_H 1
2954| #define HAVE_SYS_TIME_H 1
2955| #define HAVE_SYS_TIMEB_H 1
2956| #define HAVE_SYS_UTSNAME_H 1
2957| #define HAVE_SYSLOG_H 1
2958| #define HAVE_TERM_H 1
2959| #define HAVE_TERMCAP_H 1
2960| #define HAVE_TERMIOS_H 1
2961| #define HAVE_WCHAR_H 1
2962| #define HAVE_WCTYPE_H 1
2963| #define HAVE_TIME_H 1
2964| #define HAVE_DIRENT_H 1
2965| #define TIME_WITH_SYS_TIME 1
2966| #define HAVE_SYS_WAIT_H 1
2967| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
2968| #define HAVE_STRUCT_STAT_ST_RDEV 1
2969| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
2970| #define HAVE_CFLOCALECOPYCURRENT 1
2971| #define HAVE_ICONV 1
2972| #define ENABLE_NLS 1
2973| #define HAVE_GETTEXT 1
2974| #define HAVE_DCGETTEXT 1
2975| #define RETSIGTYPE void
2976| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
2977| #define HAVE_ST_BLOCKS 1
2978| #define HAVE_LIBCURSES 1
2979| #define HAVE_NCURSES_H 1
2980| #define HAVE_CURSES_H 1
2981| #define HAVE_TERMCAP /**/
2982| #define HAVE_LIBDL 1
2983| #define WITH_FFTW /**/
2984| /* end confdefs.h.  */
2985| #include <ac_nonexistent.h>
2986configure:21344: result: g++ -arch x86_64 -E
2987configure:21364: g++ -arch x86_64 -E  -I/sw//include/ conftest.cpp
2988configure:21364: $? = 0
2989configure:21378: g++ -arch x86_64 -E  -I/sw//include/ conftest.cpp
2990conftest.cpp:123:28: error: ac_nonexistent.h: No such file or directory
2991configure:21378: $? = 1
2992configure: failed program was:
2993| /* confdefs.h */
2994| #define PACKAGE_NAME "Scilab"
2995| #define PACKAGE_TARNAME "scilab"
2996| #define PACKAGE_VERSION "6"
2997| #define PACKAGE_STRING "Scilab 6"
2998| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
2999| #define PACKAGE_URL ""
3000| #define O_LARGEFILE 0
3001| #define INSTALLPREFIX "/usr/local"
3002| #define STDC_HEADERS 1
3003| #define HAVE_SYS_TYPES_H 1
3004| #define HAVE_SYS_STAT_H 1
3005| #define HAVE_STDLIB_H 1
3006| #define HAVE_STRING_H 1
3007| #define HAVE_MEMORY_H 1
3008| #define HAVE_STRINGS_H 1
3009| #define HAVE_INTTYPES_H 1
3010| #define HAVE_STDINT_H 1
3011| #define HAVE_UNISTD_H 1
3012| #define INSTALLPREFIX "/usr/local"
3013| #define PACKAGE "scilab"
3014| #define VERSION "6"
3015| #define G95_FORTRAN /**/
3016| #define SIZEOF_INT 4
3017| #define SIZEOF_LONG 8
3018| #define USE_DYNAMIC_STACK /**/
3019| #define WLU /**/
3020| #define WTU /**/
3021| #define CNAME(name1,name2) name1##name2
3022| #define C2F(name) name##_
3023| #define F2C(name) name##_
3024| #define HAVE_LIBHDF5 1
3025| #define WITH_HDF5 /**/
3026| #define WITH_XCOS /**/
3027| #define WITH_OCAML /**/
3028| #define WITH_GUI /**/
3029| #define HAVE_SLEEP 1
3030| #define HAVE_USLEEP 1
3031| #define HAVE_DUP2 1
3032| #define HAVE_GETCWD 1
3033| #define HAVE_GETPAGESIZE 1
3034| #define HAVE_GETPASS 1
3035| #define HAVE_RMDIR 1
3036| #define HAVE_GETWD 1
3037| #define HAVE_REGCOMP 1
3038| #define HAVE_ATEXIT 1
3039| #define HAVE_PUTENV 1
3040| #define HAVE_SETENV 1
3041| #define HAVE_BZERO 1
3042| #define HAVE_MEMMOVE 1
3043| #define HAVE_MEMSET 1
3044| #define HAVE_STRCASECMP 1
3045| #define HAVE_STRERROR 1
3046| #define HAVE_STRCHR 1
3047| #define HAVE_STRDUP 1
3048| #define HAVE_STRPBRK 1
3049| #define HAVE_STRRCHR 1
3050| #define HAVE_STRSTR 1
3051| #define HAVE_STRTOL 1
3052| #define HAVE_SELECT 1
3053| #define HAVE_ENDPWENT 1
3054| #define HAVE_GETHOSTBYADDR 1
3055| #define HAVE_GETHOSTBYNAME 1
3056| #define HAVE_GETHOSTNAME 1
3057| #define HAVE_GETTIMEOFDAY 1
3058| #define HAVE_ISASCII 1
3059| #define HAVE_ISWPRINT 1
3060| #define HAVE_MKDIR 1
3061| #define HAVE_MUNMAP 1
3062| #define HAVE_STRSIGNAL 1
3063| #define HAVE_POW 1
3064| #define HAVE_SQRT 1
3065| #define HAVE_FINITE 1
3066| #define HAVE_FLOOR 1
3067| #define HAVE_SOCKET 1
3068| #define HAVE_UNAME 1
3069| #define HAVE_SETLOCALE 1
3070| #define HAVE_LIMITS_H 1
3071| #define HAVE_FCNTL_H 1
3072| #define HAVE_FLOAT_H 1
3073| #define HAVE_LIBINTL_H 1
3074| #define HAVE_LOCALE_H 1
3075| #define HAVE_NETDB_H 1
3076| #define HAVE_NETINET_IN_H 1
3077| #define HAVE_NLIST_H 1
3078| #define HAVE_SGTTY_H 1
3079| #define HAVE_STDDEF_H 1
3080| #define HAVE_SYS_FILE_H 1
3081| #define HAVE_SYS_IOCTL_H 1
3082| #define HAVE_SYS_PARAM_H 1
3083| #define HAVE_SYS_SOCKET_H 1
3084| #define HAVE_SYS_TIME_H 1
3085| #define HAVE_SYS_TIMEB_H 1
3086| #define HAVE_SYS_UTSNAME_H 1
3087| #define HAVE_SYSLOG_H 1
3088| #define HAVE_TERM_H 1
3089| #define HAVE_TERMCAP_H 1
3090| #define HAVE_TERMIOS_H 1
3091| #define HAVE_WCHAR_H 1
3092| #define HAVE_WCTYPE_H 1
3093| #define HAVE_TIME_H 1
3094| #define HAVE_DIRENT_H 1
3095| #define TIME_WITH_SYS_TIME 1
3096| #define HAVE_SYS_WAIT_H 1
3097| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3098| #define HAVE_STRUCT_STAT_ST_RDEV 1
3099| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3100| #define HAVE_CFLOCALECOPYCURRENT 1
3101| #define HAVE_ICONV 1
3102| #define ENABLE_NLS 1
3103| #define HAVE_GETTEXT 1
3104| #define HAVE_DCGETTEXT 1
3105| #define RETSIGTYPE void
3106| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3107| #define HAVE_ST_BLOCKS 1
3108| #define HAVE_LIBCURSES 1
3109| #define HAVE_NCURSES_H 1
3110| #define HAVE_CURSES_H 1
3111| #define HAVE_TERMCAP /**/
3112| #define HAVE_LIBDL 1
3113| #define WITH_FFTW /**/
3114| /* end confdefs.h.  */
3115| #include <ac_nonexistent.h>
3116configure:21430: checking Eigen/Sparse usability
3117configure:21430: g++ -arch x86_64 -c -g -O2 -I/opt/local/include/eigen3/ conftest.cpp >&5
3118configure:21430: $? = 0
3119configure:21430: result: yes
3120configure:21430: checking Eigen/Sparse presence
3121configure:21430: g++ -arch x86_64 -E -I/opt/local/include/eigen3/ conftest.cpp
3122configure:21430: $? = 0
3123configure:21430: result: yes
3124configure:21430: checking for Eigen/Sparse
3125configure:21430: result: yes
3126configure:21468: checking if Eigen is version 3.1.0 or later
3127configure:21495: result: yes
3128configure:21608: checking for xml2-config
3129configure:21624: found /opt/local/bin/xml2-config
3130configure:21635: result: xml2-config
3131configure:21661: checking for xmlReaderForFile in -lxml2
3132configure:21686: gcc -arch x86_64 -o conftest -g -O2 -I/opt/local/include/libxml2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lxml2  -ldl -lcurses   -L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm >&5
3133ld: warning: directory not found for option '-L/sw//lib/'
3134configure:21686: $? = 0
3135configure:21695: result: yes
3136configure:21763: checking for bind_textdomain_codeset
3137configure:21763: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl -lcurses   >&5
3138ld: warning: directory not found for option '-L/sw//lib/'
3139Undefined symbols for architecture x86_64:
3140  "_bind_textdomain_codeset", referenced from:
3141      _main in ccQeFjU3.o
3142ld: symbol(s) not found for architecture x86_64
3143collect2: ld returned 1 exit status
3144configure:21763: $? = 1
3145configure: failed program was:
3146| /* confdefs.h */
3147| #define PACKAGE_NAME "Scilab"
3148| #define PACKAGE_TARNAME "scilab"
3149| #define PACKAGE_VERSION "6"
3150| #define PACKAGE_STRING "Scilab 6"
3151| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
3152| #define PACKAGE_URL ""
3153| #define O_LARGEFILE 0
3154| #define INSTALLPREFIX "/usr/local"
3155| #define STDC_HEADERS 1
3156| #define HAVE_SYS_TYPES_H 1
3157| #define HAVE_SYS_STAT_H 1
3158| #define HAVE_STDLIB_H 1
3159| #define HAVE_STRING_H 1
3160| #define HAVE_MEMORY_H 1
3161| #define HAVE_STRINGS_H 1
3162| #define HAVE_INTTYPES_H 1
3163| #define HAVE_STDINT_H 1
3164| #define HAVE_UNISTD_H 1
3165| #define INSTALLPREFIX "/usr/local"
3166| #define PACKAGE "scilab"
3167| #define VERSION "6"
3168| #define G95_FORTRAN /**/
3169| #define SIZEOF_INT 4
3170| #define SIZEOF_LONG 8
3171| #define USE_DYNAMIC_STACK /**/
3172| #define WLU /**/
3173| #define WTU /**/
3174| #define CNAME(name1,name2) name1##name2
3175| #define C2F(name) name##_
3176| #define F2C(name) name##_
3177| #define HAVE_LIBHDF5 1
3178| #define WITH_HDF5 /**/
3179| #define WITH_XCOS /**/
3180| #define WITH_OCAML /**/
3181| #define WITH_GUI /**/
3182| #define HAVE_SLEEP 1
3183| #define HAVE_USLEEP 1
3184| #define HAVE_DUP2 1
3185| #define HAVE_GETCWD 1
3186| #define HAVE_GETPAGESIZE 1
3187| #define HAVE_GETPASS 1
3188| #define HAVE_RMDIR 1
3189| #define HAVE_GETWD 1
3190| #define HAVE_REGCOMP 1
3191| #define HAVE_ATEXIT 1
3192| #define HAVE_PUTENV 1
3193| #define HAVE_SETENV 1
3194| #define HAVE_BZERO 1
3195| #define HAVE_MEMMOVE 1
3196| #define HAVE_MEMSET 1
3197| #define HAVE_STRCASECMP 1
3198| #define HAVE_STRERROR 1
3199| #define HAVE_STRCHR 1
3200| #define HAVE_STRDUP 1
3201| #define HAVE_STRPBRK 1
3202| #define HAVE_STRRCHR 1
3203| #define HAVE_STRSTR 1
3204| #define HAVE_STRTOL 1
3205| #define HAVE_SELECT 1
3206| #define HAVE_ENDPWENT 1
3207| #define HAVE_GETHOSTBYADDR 1
3208| #define HAVE_GETHOSTBYNAME 1
3209| #define HAVE_GETHOSTNAME 1
3210| #define HAVE_GETTIMEOFDAY 1
3211| #define HAVE_ISASCII 1
3212| #define HAVE_ISWPRINT 1
3213| #define HAVE_MKDIR 1
3214| #define HAVE_MUNMAP 1
3215| #define HAVE_STRSIGNAL 1
3216| #define HAVE_POW 1
3217| #define HAVE_SQRT 1
3218| #define HAVE_FINITE 1
3219| #define HAVE_FLOOR 1
3220| #define HAVE_SOCKET 1
3221| #define HAVE_UNAME 1
3222| #define HAVE_SETLOCALE 1
3223| #define HAVE_LIMITS_H 1
3224| #define HAVE_FCNTL_H 1
3225| #define HAVE_FLOAT_H 1
3226| #define HAVE_LIBINTL_H 1
3227| #define HAVE_LOCALE_H 1
3228| #define HAVE_NETDB_H 1
3229| #define HAVE_NETINET_IN_H 1
3230| #define HAVE_NLIST_H 1
3231| #define HAVE_SGTTY_H 1
3232| #define HAVE_STDDEF_H 1
3233| #define HAVE_SYS_FILE_H 1
3234| #define HAVE_SYS_IOCTL_H 1
3235| #define HAVE_SYS_PARAM_H 1
3236| #define HAVE_SYS_SOCKET_H 1
3237| #define HAVE_SYS_TIME_H 1
3238| #define HAVE_SYS_TIMEB_H 1
3239| #define HAVE_SYS_UTSNAME_H 1
3240| #define HAVE_SYSLOG_H 1
3241| #define HAVE_TERM_H 1
3242| #define HAVE_TERMCAP_H 1
3243| #define HAVE_TERMIOS_H 1
3244| #define HAVE_WCHAR_H 1
3245| #define HAVE_WCTYPE_H 1
3246| #define HAVE_TIME_H 1
3247| #define HAVE_DIRENT_H 1
3248| #define TIME_WITH_SYS_TIME 1
3249| #define HAVE_SYS_WAIT_H 1
3250| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3251| #define HAVE_STRUCT_STAT_ST_RDEV 1
3252| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3253| #define HAVE_CFLOCALECOPYCURRENT 1
3254| #define HAVE_ICONV 1
3255| #define ENABLE_NLS 1
3256| #define HAVE_GETTEXT 1
3257| #define HAVE_DCGETTEXT 1
3258| #define RETSIGTYPE void
3259| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3260| #define HAVE_ST_BLOCKS 1
3261| #define HAVE_LIBCURSES 1
3262| #define HAVE_NCURSES_H 1
3263| #define HAVE_CURSES_H 1
3264| #define HAVE_TERMCAP /**/
3265| #define HAVE_LIBDL 1
3266| #define WITH_FFTW /**/
3267| #define WITH_EIGEN /**/
3268| #define HAVE_LIBXML2 1
3269| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
3270| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
3271| /* end confdefs.h.  */
3272| /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
3273|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3274| #define bind_textdomain_codeset innocuous_bind_textdomain_codeset
3275|
3276| /* System header to define __stub macros and hopefully few prototypes,
3277|     which can conflict with char bind_textdomain_codeset (); below.
3278|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3279|     <limits.h> exists even on freestanding compilers.  */
3280|
3281| #ifdef __STDC__
3282| # include <limits.h>
3283| #else
3284| # include <assert.h>
3285| #endif
3286|
3287| #undef bind_textdomain_codeset
3288|
3289| /* Override any GCC internal prototype to avoid an error.
3290|    Use char because int might match the return type of a GCC
3291|    builtin and then its argument prototype would still apply.  */
3292| #ifdef __cplusplus
3293| extern "C"
3294| #endif
3295| char bind_textdomain_codeset ();
3296| /* The GNU C library defines this for functions which it implements
3297|     to always fail with ENOSYS.  Some functions are actually named
3298|     something starting with __ and the normal name is an alias.  */
3299| #if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
3300| choke me
3301| #endif
3302|
3303| int
3304| main ()
3305| {
3306| return bind_textdomain_codeset ();
3307|   ;
3308|   return 0;
3309| }
3310configure:21763: result: no
3311configure:21775: checking for msgcat
3312configure:21793: found /opt/local/bin/msgcat
3313configure:21806: result: /opt/local/bin/msgcat
3314configure:21837: checking if BLAS, ATLAS or MKL is available
3315configure:21844: checking how to get verbose linking output from gfortran
3316configure:21854: gfortran -c -g -O2 conftest.f >&5
3317configure:21854: $? = 0
3318configure:21872: gfortran -o conftest -g -O2 -v -L/sw//lib/ -no_compact_linkedit conftest.f -ldl -lcurses
3319Using built-in specs.
3320gfortran: error: unrecognized command line option '-no_compact_linkedit'
3321Target: x86_64-apple-darwin11.4.0
3322Thread model: posix
3323gcc version 4.8.0 20120603 (experimental) (GCC)
3324configure:21872: gfortran -o conftest -g -O2 -verbose -L/sw//lib/ -no_compact_linkedit conftest.f -ldl -lcurses
3325gfortran: error: unrecognized command line option '-verbose'
3326gfortran: error: unrecognized command line option '-no_compact_linkedit'
3327configure:21872: gfortran -o conftest -g -O2 --verbose -L/sw//lib/ -no_compact_linkedit conftest.f -ldl -lcurses
3328Using built-in specs.
3329gfortran: error: unrecognized command line option '-no_compact_linkedit'
3330Target: x86_64-apple-darwin11.4.0
3331Thread model: posix
3332gcc version 4.8.0 20120603 (experimental) (GCC)
3333configure:21872: gfortran -o conftest -g -O2 -V -L/sw//lib/ -no_compact_linkedit conftest.f -ldl -lcurses
3334gfortran: error: unrecognized command line option '-V'
3335gfortran: error: unrecognized command line option '-no_compact_linkedit'
3336configure:21872: gfortran -o conftest -g -O2 -### -L/sw//lib/ -no_compact_linkedit conftest.f -ldl -lcurses
3337Using built-in specs.
3338gfortran: error: unrecognized command line option '-no_compact_linkedit'
3339Target: x86_64-apple-darwin11.4.0
3340Thread model: posix
3341gcc version 4.8.0 20120603 (experimental) (GCC)
3342configure:21945: WARNING: cannot determine how to obtain linking information from gfortran
3343configure:21955: result:
3344configure:21957: checking for Fortran 77 libraries of gfortran
3345configure:21980: gfortran -o conftest -g -O2 -L/sw//lib/ -no_compact_linkedit conftest.f -ldl -lcurses
3346gfortran: error: unrecognized command line option '-no_compact_linkedit'
3347configure:22176: result:
3348configure:22192: checking for dummy main to link with Fortran 77 libraries
3349configure:22226: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl -lcurses    >&5
3350ld: warning: directory not found for option '-L/sw//lib/'
3351configure:22226: $? = 0
3352configure:22271: result: none
3353configure:22304: checking for Fortran 77 name-mangling scheme
3354configure:22317: gfortran -c -g -O2 conftest.f >&5
3355configure:22317: $? = 0
3356configure:22358: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c cfortran_test.o -ldl -lcurses    >&5
3357ld: warning: directory not found for option '-L/sw//lib/'
3358Undefined symbols for architecture x86_64:
3359  "_foobar", referenced from:
3360      _main in ccqUqbhT.o
3361     (maybe you meant: _foobar_)
3362ld: symbol(s) not found for architecture x86_64
3363collect2: ld returned 1 exit status
3364configure:22358: $? = 1
3365configure: failed program was:
3366| /* confdefs.h */
3367| #define PACKAGE_NAME "Scilab"
3368| #define PACKAGE_TARNAME "scilab"
3369| #define PACKAGE_VERSION "6"
3370| #define PACKAGE_STRING "Scilab 6"
3371| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
3372| #define PACKAGE_URL ""
3373| #define O_LARGEFILE 0
3374| #define INSTALLPREFIX "/usr/local"
3375| #define STDC_HEADERS 1
3376| #define HAVE_SYS_TYPES_H 1
3377| #define HAVE_SYS_STAT_H 1
3378| #define HAVE_STDLIB_H 1
3379| #define HAVE_STRING_H 1
3380| #define HAVE_MEMORY_H 1
3381| #define HAVE_STRINGS_H 1
3382| #define HAVE_INTTYPES_H 1
3383| #define HAVE_STDINT_H 1
3384| #define HAVE_UNISTD_H 1
3385| #define INSTALLPREFIX "/usr/local"
3386| #define PACKAGE "scilab"
3387| #define VERSION "6"
3388| #define G95_FORTRAN /**/
3389| #define SIZEOF_INT 4
3390| #define SIZEOF_LONG 8
3391| #define USE_DYNAMIC_STACK /**/
3392| #define WLU /**/
3393| #define WTU /**/
3394| #define CNAME(name1,name2) name1##name2
3395| #define C2F(name) name##_
3396| #define F2C(name) name##_
3397| #define HAVE_LIBHDF5 1
3398| #define WITH_HDF5 /**/
3399| #define WITH_XCOS /**/
3400| #define WITH_OCAML /**/
3401| #define WITH_GUI /**/
3402| #define HAVE_SLEEP 1
3403| #define HAVE_USLEEP 1
3404| #define HAVE_DUP2 1
3405| #define HAVE_GETCWD 1
3406| #define HAVE_GETPAGESIZE 1
3407| #define HAVE_GETPASS 1
3408| #define HAVE_RMDIR 1
3409| #define HAVE_GETWD 1
3410| #define HAVE_REGCOMP 1
3411| #define HAVE_ATEXIT 1
3412| #define HAVE_PUTENV 1
3413| #define HAVE_SETENV 1
3414| #define HAVE_BZERO 1
3415| #define HAVE_MEMMOVE 1
3416| #define HAVE_MEMSET 1
3417| #define HAVE_STRCASECMP 1
3418| #define HAVE_STRERROR 1
3419| #define HAVE_STRCHR 1
3420| #define HAVE_STRDUP 1
3421| #define HAVE_STRPBRK 1
3422| #define HAVE_STRRCHR 1
3423| #define HAVE_STRSTR 1
3424| #define HAVE_STRTOL 1
3425| #define HAVE_SELECT 1
3426| #define HAVE_ENDPWENT 1
3427| #define HAVE_GETHOSTBYADDR 1
3428| #define HAVE_GETHOSTBYNAME 1
3429| #define HAVE_GETHOSTNAME 1
3430| #define HAVE_GETTIMEOFDAY 1
3431| #define HAVE_ISASCII 1
3432| #define HAVE_ISWPRINT 1
3433| #define HAVE_MKDIR 1
3434| #define HAVE_MUNMAP 1
3435| #define HAVE_STRSIGNAL 1
3436| #define HAVE_POW 1
3437| #define HAVE_SQRT 1
3438| #define HAVE_FINITE 1
3439| #define HAVE_FLOOR 1
3440| #define HAVE_SOCKET 1
3441| #define HAVE_UNAME 1
3442| #define HAVE_SETLOCALE 1
3443| #define HAVE_LIMITS_H 1
3444| #define HAVE_FCNTL_H 1
3445| #define HAVE_FLOAT_H 1
3446| #define HAVE_LIBINTL_H 1
3447| #define HAVE_LOCALE_H 1
3448| #define HAVE_NETDB_H 1
3449| #define HAVE_NETINET_IN_H 1
3450| #define HAVE_NLIST_H 1
3451| #define HAVE_SGTTY_H 1
3452| #define HAVE_STDDEF_H 1
3453| #define HAVE_SYS_FILE_H 1
3454| #define HAVE_SYS_IOCTL_H 1
3455| #define HAVE_SYS_PARAM_H 1
3456| #define HAVE_SYS_SOCKET_H 1
3457| #define HAVE_SYS_TIME_H 1
3458| #define HAVE_SYS_TIMEB_H 1
3459| #define HAVE_SYS_UTSNAME_H 1
3460| #define HAVE_SYSLOG_H 1
3461| #define HAVE_TERM_H 1
3462| #define HAVE_TERMCAP_H 1
3463| #define HAVE_TERMIOS_H 1
3464| #define HAVE_WCHAR_H 1
3465| #define HAVE_WCTYPE_H 1
3466| #define HAVE_TIME_H 1
3467| #define HAVE_DIRENT_H 1
3468| #define TIME_WITH_SYS_TIME 1
3469| #define HAVE_SYS_WAIT_H 1
3470| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3471| #define HAVE_STRUCT_STAT_ST_RDEV 1
3472| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3473| #define HAVE_CFLOCALECOPYCURRENT 1
3474| #define HAVE_ICONV 1
3475| #define ENABLE_NLS 1
3476| #define HAVE_GETTEXT 1
3477| #define HAVE_DCGETTEXT 1
3478| #define RETSIGTYPE void
3479| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3480| #define HAVE_ST_BLOCKS 1
3481| #define HAVE_LIBCURSES 1
3482| #define HAVE_NCURSES_H 1
3483| #define HAVE_CURSES_H 1
3484| #define HAVE_TERMCAP /**/
3485| #define HAVE_LIBDL 1
3486| #define WITH_FFTW /**/
3487| #define WITH_EIGEN /**/
3488| #define HAVE_LIBXML2 1
3489| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
3490| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
3491| /* end confdefs.h.  */
3492|
3493| /* Override any GCC internal prototype to avoid an error.
3494|    Use char because int might match the return type of a GCC
3495|    builtin and then its argument prototype would still apply.  */
3496| #ifdef __cplusplus
3497| extern "C"
3498| #endif
3499| char foobar ();
3500| #ifdef F77_DUMMY_MAIN
3501|
3502| #  ifdef __cplusplus
3503|      extern "C"
3504| #  endif
3505|    int F77_DUMMY_MAIN() { return 1; }
3506|
3507| #endif
3508| int
3509| main ()
3510| {
3511| return foobar ();
3512|   ;
3513|   return 0;
3514| }
3515configure:22358: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c cfortran_test.o -ldl -lcurses    >&5
3516ld: warning: directory not found for option '-L/sw//lib/'
3517configure:22358: $? = 0
3518configure:22416: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c cfortran_test.o -ldl -lcurses    >&5
3519ld: warning: directory not found for option '-L/sw//lib/'
3520configure:22416: $? = 0
3521configure:22458: result: lower case, underscore, no extra underscore
3522configure:22577: checking for sgemm_
3523configure:22577: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl -lcurses    >&5
3524ld: warning: directory not found for option '-L/sw//lib/'
3525Undefined symbols for architecture x86_64:
3526  "_sgemm_", referenced from:
3527      _main in ccDT1UxA.o
3528ld: symbol(s) not found for architecture x86_64
3529collect2: ld returned 1 exit status
3530configure:22577: $? = 1
3531configure: failed program was:
3532| /* confdefs.h */
3533| #define PACKAGE_NAME "Scilab"
3534| #define PACKAGE_TARNAME "scilab"
3535| #define PACKAGE_VERSION "6"
3536| #define PACKAGE_STRING "Scilab 6"
3537| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
3538| #define PACKAGE_URL ""
3539| #define O_LARGEFILE 0
3540| #define INSTALLPREFIX "/usr/local"
3541| #define STDC_HEADERS 1
3542| #define HAVE_SYS_TYPES_H 1
3543| #define HAVE_SYS_STAT_H 1
3544| #define HAVE_STDLIB_H 1
3545| #define HAVE_STRING_H 1
3546| #define HAVE_MEMORY_H 1
3547| #define HAVE_STRINGS_H 1
3548| #define HAVE_INTTYPES_H 1
3549| #define HAVE_STDINT_H 1
3550| #define HAVE_UNISTD_H 1
3551| #define INSTALLPREFIX "/usr/local"
3552| #define PACKAGE "scilab"
3553| #define VERSION "6"
3554| #define G95_FORTRAN /**/
3555| #define SIZEOF_INT 4
3556| #define SIZEOF_LONG 8
3557| #define USE_DYNAMIC_STACK /**/
3558| #define WLU /**/
3559| #define WTU /**/
3560| #define CNAME(name1,name2) name1##name2
3561| #define C2F(name) name##_
3562| #define F2C(name) name##_
3563| #define HAVE_LIBHDF5 1
3564| #define WITH_HDF5 /**/
3565| #define WITH_XCOS /**/
3566| #define WITH_OCAML /**/
3567| #define WITH_GUI /**/
3568| #define HAVE_SLEEP 1
3569| #define HAVE_USLEEP 1
3570| #define HAVE_DUP2 1
3571| #define HAVE_GETCWD 1
3572| #define HAVE_GETPAGESIZE 1
3573| #define HAVE_GETPASS 1
3574| #define HAVE_RMDIR 1
3575| #define HAVE_GETWD 1
3576| #define HAVE_REGCOMP 1
3577| #define HAVE_ATEXIT 1
3578| #define HAVE_PUTENV 1
3579| #define HAVE_SETENV 1
3580| #define HAVE_BZERO 1
3581| #define HAVE_MEMMOVE 1
3582| #define HAVE_MEMSET 1
3583| #define HAVE_STRCASECMP 1
3584| #define HAVE_STRERROR 1
3585| #define HAVE_STRCHR 1
3586| #define HAVE_STRDUP 1
3587| #define HAVE_STRPBRK 1
3588| #define HAVE_STRRCHR 1
3589| #define HAVE_STRSTR 1
3590| #define HAVE_STRTOL 1
3591| #define HAVE_SELECT 1
3592| #define HAVE_ENDPWENT 1
3593| #define HAVE_GETHOSTBYADDR 1
3594| #define HAVE_GETHOSTBYNAME 1
3595| #define HAVE_GETHOSTNAME 1
3596| #define HAVE_GETTIMEOFDAY 1
3597| #define HAVE_ISASCII 1
3598| #define HAVE_ISWPRINT 1
3599| #define HAVE_MKDIR 1
3600| #define HAVE_MUNMAP 1
3601| #define HAVE_STRSIGNAL 1
3602| #define HAVE_POW 1
3603| #define HAVE_SQRT 1
3604| #define HAVE_FINITE 1
3605| #define HAVE_FLOOR 1
3606| #define HAVE_SOCKET 1
3607| #define HAVE_UNAME 1
3608| #define HAVE_SETLOCALE 1
3609| #define HAVE_LIMITS_H 1
3610| #define HAVE_FCNTL_H 1
3611| #define HAVE_FLOAT_H 1
3612| #define HAVE_LIBINTL_H 1
3613| #define HAVE_LOCALE_H 1
3614| #define HAVE_NETDB_H 1
3615| #define HAVE_NETINET_IN_H 1
3616| #define HAVE_NLIST_H 1
3617| #define HAVE_SGTTY_H 1
3618| #define HAVE_STDDEF_H 1
3619| #define HAVE_SYS_FILE_H 1
3620| #define HAVE_SYS_IOCTL_H 1
3621| #define HAVE_SYS_PARAM_H 1
3622| #define HAVE_SYS_SOCKET_H 1
3623| #define HAVE_SYS_TIME_H 1
3624| #define HAVE_SYS_TIMEB_H 1
3625| #define HAVE_SYS_UTSNAME_H 1
3626| #define HAVE_SYSLOG_H 1
3627| #define HAVE_TERM_H 1
3628| #define HAVE_TERMCAP_H 1
3629| #define HAVE_TERMIOS_H 1
3630| #define HAVE_WCHAR_H 1
3631| #define HAVE_WCTYPE_H 1
3632| #define HAVE_TIME_H 1
3633| #define HAVE_DIRENT_H 1
3634| #define TIME_WITH_SYS_TIME 1
3635| #define HAVE_SYS_WAIT_H 1
3636| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3637| #define HAVE_STRUCT_STAT_ST_RDEV 1
3638| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3639| #define HAVE_CFLOCALECOPYCURRENT 1
3640| #define HAVE_ICONV 1
3641| #define ENABLE_NLS 1
3642| #define HAVE_GETTEXT 1
3643| #define HAVE_DCGETTEXT 1
3644| #define RETSIGTYPE void
3645| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3646| #define HAVE_ST_BLOCKS 1
3647| #define HAVE_LIBCURSES 1
3648| #define HAVE_NCURSES_H 1
3649| #define HAVE_CURSES_H 1
3650| #define HAVE_TERMCAP /**/
3651| #define HAVE_LIBDL 1
3652| #define WITH_FFTW /**/
3653| #define WITH_EIGEN /**/
3654| #define HAVE_LIBXML2 1
3655| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
3656| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
3657| /* end confdefs.h.  */
3658| /* Define sgemm_ to an innocuous variant, in case <limits.h> declares sgemm_.
3659|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3660| #define sgemm_ innocuous_sgemm_
3661|
3662| /* System header to define __stub macros and hopefully few prototypes,
3663|     which can conflict with char sgemm_ (); below.
3664|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3665|     <limits.h> exists even on freestanding compilers.  */
3666|
3667| #ifdef __STDC__
3668| # include <limits.h>
3669| #else
3670| # include <assert.h>
3671| #endif
3672|
3673| #undef sgemm_
3674|
3675| /* Override any GCC internal prototype to avoid an error.
3676|    Use char because int might match the return type of a GCC
3677|    builtin and then its argument prototype would still apply.  */
3678| #ifdef __cplusplus
3679| extern "C"
3680| #endif
3681| char sgemm_ ();
3682| /* The GNU C library defines this for functions which it implements
3683|     to always fail with ENOSYS.  Some functions are actually named
3684|     something starting with __ and the normal name is an alias.  */
3685| #if defined __stub_sgemm_ || defined __stub___sgemm_
3686| choke me
3687| #endif
3688|
3689| int
3690| main ()
3691| {
3692| return sgemm_ ();
3693|   ;
3694|   return 0;
3695| }
3696configure:22577: result: no
3697configure:22588: checking for ATL_xerbla in -latlas
3698configure:22621: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -latlas  -ldl -lcurses    >&5
3699ld: warning: directory not found for option '-L/sw//lib/'
3700Undefined symbols for architecture x86_64:
3701  "_ATL_xerbla", referenced from:
3702      _main in ccuFakqG.o
3703ld: symbol(s) not found for architecture x86_64
3704collect2: ld returned 1 exit status
3705configure:22621: $? = 1
3706configure: failed program was:
3707| /* confdefs.h */
3708| #define PACKAGE_NAME "Scilab"
3709| #define PACKAGE_TARNAME "scilab"
3710| #define PACKAGE_VERSION "6"
3711| #define PACKAGE_STRING "Scilab 6"
3712| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
3713| #define PACKAGE_URL ""
3714| #define O_LARGEFILE 0
3715| #define INSTALLPREFIX "/usr/local"
3716| #define STDC_HEADERS 1
3717| #define HAVE_SYS_TYPES_H 1
3718| #define HAVE_SYS_STAT_H 1
3719| #define HAVE_STDLIB_H 1
3720| #define HAVE_STRING_H 1
3721| #define HAVE_MEMORY_H 1
3722| #define HAVE_STRINGS_H 1
3723| #define HAVE_INTTYPES_H 1
3724| #define HAVE_STDINT_H 1
3725| #define HAVE_UNISTD_H 1
3726| #define INSTALLPREFIX "/usr/local"
3727| #define PACKAGE "scilab"
3728| #define VERSION "6"
3729| #define G95_FORTRAN /**/
3730| #define SIZEOF_INT 4
3731| #define SIZEOF_LONG 8
3732| #define USE_DYNAMIC_STACK /**/
3733| #define WLU /**/
3734| #define WTU /**/
3735| #define CNAME(name1,name2) name1##name2
3736| #define C2F(name) name##_
3737| #define F2C(name) name##_
3738| #define HAVE_LIBHDF5 1
3739| #define WITH_HDF5 /**/
3740| #define WITH_XCOS /**/
3741| #define WITH_OCAML /**/
3742| #define WITH_GUI /**/
3743| #define HAVE_SLEEP 1
3744| #define HAVE_USLEEP 1
3745| #define HAVE_DUP2 1
3746| #define HAVE_GETCWD 1
3747| #define HAVE_GETPAGESIZE 1
3748| #define HAVE_GETPASS 1
3749| #define HAVE_RMDIR 1
3750| #define HAVE_GETWD 1
3751| #define HAVE_REGCOMP 1
3752| #define HAVE_ATEXIT 1
3753| #define HAVE_PUTENV 1
3754| #define HAVE_SETENV 1
3755| #define HAVE_BZERO 1
3756| #define HAVE_MEMMOVE 1
3757| #define HAVE_MEMSET 1
3758| #define HAVE_STRCASECMP 1
3759| #define HAVE_STRERROR 1
3760| #define HAVE_STRCHR 1
3761| #define HAVE_STRDUP 1
3762| #define HAVE_STRPBRK 1
3763| #define HAVE_STRRCHR 1
3764| #define HAVE_STRSTR 1
3765| #define HAVE_STRTOL 1
3766| #define HAVE_SELECT 1
3767| #define HAVE_ENDPWENT 1
3768| #define HAVE_GETHOSTBYADDR 1
3769| #define HAVE_GETHOSTBYNAME 1
3770| #define HAVE_GETHOSTNAME 1
3771| #define HAVE_GETTIMEOFDAY 1
3772| #define HAVE_ISASCII 1
3773| #define HAVE_ISWPRINT 1
3774| #define HAVE_MKDIR 1
3775| #define HAVE_MUNMAP 1
3776| #define HAVE_STRSIGNAL 1
3777| #define HAVE_POW 1
3778| #define HAVE_SQRT 1
3779| #define HAVE_FINITE 1
3780| #define HAVE_FLOOR 1
3781| #define HAVE_SOCKET 1
3782| #define HAVE_UNAME 1
3783| #define HAVE_SETLOCALE 1
3784| #define HAVE_LIMITS_H 1
3785| #define HAVE_FCNTL_H 1
3786| #define HAVE_FLOAT_H 1
3787| #define HAVE_LIBINTL_H 1
3788| #define HAVE_LOCALE_H 1
3789| #define HAVE_NETDB_H 1
3790| #define HAVE_NETINET_IN_H 1
3791| #define HAVE_NLIST_H 1
3792| #define HAVE_SGTTY_H 1
3793| #define HAVE_STDDEF_H 1
3794| #define HAVE_SYS_FILE_H 1
3795| #define HAVE_SYS_IOCTL_H 1
3796| #define HAVE_SYS_PARAM_H 1
3797| #define HAVE_SYS_SOCKET_H 1
3798| #define HAVE_SYS_TIME_H 1
3799| #define HAVE_SYS_TIMEB_H 1
3800| #define HAVE_SYS_UTSNAME_H 1
3801| #define HAVE_SYSLOG_H 1
3802| #define HAVE_TERM_H 1
3803| #define HAVE_TERMCAP_H 1
3804| #define HAVE_TERMIOS_H 1
3805| #define HAVE_WCHAR_H 1
3806| #define HAVE_WCTYPE_H 1
3807| #define HAVE_TIME_H 1
3808| #define HAVE_DIRENT_H 1
3809| #define TIME_WITH_SYS_TIME 1
3810| #define HAVE_SYS_WAIT_H 1
3811| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3812| #define HAVE_STRUCT_STAT_ST_RDEV 1
3813| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3814| #define HAVE_CFLOCALECOPYCURRENT 1
3815| #define HAVE_ICONV 1
3816| #define ENABLE_NLS 1
3817| #define HAVE_GETTEXT 1
3818| #define HAVE_DCGETTEXT 1
3819| #define RETSIGTYPE void
3820| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3821| #define HAVE_ST_BLOCKS 1
3822| #define HAVE_LIBCURSES 1
3823| #define HAVE_NCURSES_H 1
3824| #define HAVE_CURSES_H 1
3825| #define HAVE_TERMCAP /**/
3826| #define HAVE_LIBDL 1
3827| #define WITH_FFTW /**/
3828| #define WITH_EIGEN /**/
3829| #define HAVE_LIBXML2 1
3830| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
3831| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
3832| /* end confdefs.h.  */
3833|
3834| /* Override any GCC internal prototype to avoid an error.
3835|    Use char because int might match the return type of a GCC
3836|    builtin and then its argument prototype would still apply.  */
3837| #ifdef __cplusplus
3838| extern "C"
3839| #endif
3840| char ATL_xerbla ();
3841| #ifdef F77_DUMMY_MAIN
3842|
3843| #  ifdef __cplusplus
3844|      extern "C"
3845| #  endif
3846|    int F77_DUMMY_MAIN() { return 1; }
3847|
3848| #endif
3849| int
3850| main ()
3851| {
3852| return ATL_xerbla ();
3853|   ;
3854|   return 0;
3855| }
3856configure:22630: result: no
3857configure:22738: checking for sgemm_ in -lmkl
3858configure:22771: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lmkl  -ldl -lcurses    >&5
3859ld: warning: directory not found for option '-L/sw//lib/'
3860ld: library not found for -lmkl
3861collect2: ld returned 1 exit status
3862configure:22771: $? = 1
3863configure: failed program was:
3864| /* confdefs.h */
3865| #define PACKAGE_NAME "Scilab"
3866| #define PACKAGE_TARNAME "scilab"
3867| #define PACKAGE_VERSION "6"
3868| #define PACKAGE_STRING "Scilab 6"
3869| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
3870| #define PACKAGE_URL ""
3871| #define O_LARGEFILE 0
3872| #define INSTALLPREFIX "/usr/local"
3873| #define STDC_HEADERS 1
3874| #define HAVE_SYS_TYPES_H 1
3875| #define HAVE_SYS_STAT_H 1
3876| #define HAVE_STDLIB_H 1
3877| #define HAVE_STRING_H 1
3878| #define HAVE_MEMORY_H 1
3879| #define HAVE_STRINGS_H 1
3880| #define HAVE_INTTYPES_H 1
3881| #define HAVE_STDINT_H 1
3882| #define HAVE_UNISTD_H 1
3883| #define INSTALLPREFIX "/usr/local"
3884| #define PACKAGE "scilab"
3885| #define VERSION "6"
3886| #define G95_FORTRAN /**/
3887| #define SIZEOF_INT 4
3888| #define SIZEOF_LONG 8
3889| #define USE_DYNAMIC_STACK /**/
3890| #define WLU /**/
3891| #define WTU /**/
3892| #define CNAME(name1,name2) name1##name2
3893| #define C2F(name) name##_
3894| #define F2C(name) name##_
3895| #define HAVE_LIBHDF5 1
3896| #define WITH_HDF5 /**/
3897| #define WITH_XCOS /**/
3898| #define WITH_OCAML /**/
3899| #define WITH_GUI /**/
3900| #define HAVE_SLEEP 1
3901| #define HAVE_USLEEP 1
3902| #define HAVE_DUP2 1
3903| #define HAVE_GETCWD 1
3904| #define HAVE_GETPAGESIZE 1
3905| #define HAVE_GETPASS 1
3906| #define HAVE_RMDIR 1
3907| #define HAVE_GETWD 1
3908| #define HAVE_REGCOMP 1
3909| #define HAVE_ATEXIT 1
3910| #define HAVE_PUTENV 1
3911| #define HAVE_SETENV 1
3912| #define HAVE_BZERO 1
3913| #define HAVE_MEMMOVE 1
3914| #define HAVE_MEMSET 1
3915| #define HAVE_STRCASECMP 1
3916| #define HAVE_STRERROR 1
3917| #define HAVE_STRCHR 1
3918| #define HAVE_STRDUP 1
3919| #define HAVE_STRPBRK 1
3920| #define HAVE_STRRCHR 1
3921| #define HAVE_STRSTR 1
3922| #define HAVE_STRTOL 1
3923| #define HAVE_SELECT 1
3924| #define HAVE_ENDPWENT 1
3925| #define HAVE_GETHOSTBYADDR 1
3926| #define HAVE_GETHOSTBYNAME 1
3927| #define HAVE_GETHOSTNAME 1
3928| #define HAVE_GETTIMEOFDAY 1
3929| #define HAVE_ISASCII 1
3930| #define HAVE_ISWPRINT 1
3931| #define HAVE_MKDIR 1
3932| #define HAVE_MUNMAP 1
3933| #define HAVE_STRSIGNAL 1
3934| #define HAVE_POW 1
3935| #define HAVE_SQRT 1
3936| #define HAVE_FINITE 1
3937| #define HAVE_FLOOR 1
3938| #define HAVE_SOCKET 1
3939| #define HAVE_UNAME 1
3940| #define HAVE_SETLOCALE 1
3941| #define HAVE_LIMITS_H 1
3942| #define HAVE_FCNTL_H 1
3943| #define HAVE_FLOAT_H 1
3944| #define HAVE_LIBINTL_H 1
3945| #define HAVE_LOCALE_H 1
3946| #define HAVE_NETDB_H 1
3947| #define HAVE_NETINET_IN_H 1
3948| #define HAVE_NLIST_H 1
3949| #define HAVE_SGTTY_H 1
3950| #define HAVE_STDDEF_H 1
3951| #define HAVE_SYS_FILE_H 1
3952| #define HAVE_SYS_IOCTL_H 1
3953| #define HAVE_SYS_PARAM_H 1
3954| #define HAVE_SYS_SOCKET_H 1
3955| #define HAVE_SYS_TIME_H 1
3956| #define HAVE_SYS_TIMEB_H 1
3957| #define HAVE_SYS_UTSNAME_H 1
3958| #define HAVE_SYSLOG_H 1
3959| #define HAVE_TERM_H 1
3960| #define HAVE_TERMCAP_H 1
3961| #define HAVE_TERMIOS_H 1
3962| #define HAVE_WCHAR_H 1
3963| #define HAVE_WCTYPE_H 1
3964| #define HAVE_TIME_H 1
3965| #define HAVE_DIRENT_H 1
3966| #define TIME_WITH_SYS_TIME 1
3967| #define HAVE_SYS_WAIT_H 1
3968| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
3969| #define HAVE_STRUCT_STAT_ST_RDEV 1
3970| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
3971| #define HAVE_CFLOCALECOPYCURRENT 1
3972| #define HAVE_ICONV 1
3973| #define ENABLE_NLS 1
3974| #define HAVE_GETTEXT 1
3975| #define HAVE_DCGETTEXT 1
3976| #define RETSIGTYPE void
3977| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
3978| #define HAVE_ST_BLOCKS 1
3979| #define HAVE_LIBCURSES 1
3980| #define HAVE_NCURSES_H 1
3981| #define HAVE_CURSES_H 1
3982| #define HAVE_TERMCAP /**/
3983| #define HAVE_LIBDL 1
3984| #define WITH_FFTW /**/
3985| #define WITH_EIGEN /**/
3986| #define HAVE_LIBXML2 1
3987| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
3988| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
3989| /* end confdefs.h.  */
3990|
3991| /* Override any GCC internal prototype to avoid an error.
3992|    Use char because int might match the return type of a GCC
3993|    builtin and then its argument prototype would still apply.  */
3994| #ifdef __cplusplus
3995| extern "C"
3996| #endif
3997| char sgemm_ ();
3998| #ifdef F77_DUMMY_MAIN
3999|
4000| #  ifdef __cplusplus
4001|      extern "C"
4002| #  endif
4003|    int F77_DUMMY_MAIN() { return 1; }
4004|
4005| #endif
4006| int
4007| main ()
4008| {
4009| return sgemm_ ();
4010|   ;
4011|   return 0;
4012| }
4013configure:22781: result: no
4014configure:22792: checking for sgemm_ in -lblas
4015configure:22825: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lblas  -ldl -lcurses    >&5
4016ld: warning: directory not found for option '-L/sw//lib/'
4017configure:22825: $? = 0
4018configure:22835: result: yes
4019configure:22839: checking for dgemm_ in -ldgemm
4020configure:22872: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldgemm -lblas -ldl -lcurses    >&5
4021ld: warning: directory not found for option '-L/sw//lib/'
4022ld: library not found for -ldgemm
4023collect2: ld returned 1 exit status
4024configure:22872: $? = 1
4025configure: failed program was:
4026| /* confdefs.h */
4027| #define PACKAGE_NAME "Scilab"
4028| #define PACKAGE_TARNAME "scilab"
4029| #define PACKAGE_VERSION "6"
4030| #define PACKAGE_STRING "Scilab 6"
4031| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4032| #define PACKAGE_URL ""
4033| #define O_LARGEFILE 0
4034| #define INSTALLPREFIX "/usr/local"
4035| #define STDC_HEADERS 1
4036| #define HAVE_SYS_TYPES_H 1
4037| #define HAVE_SYS_STAT_H 1
4038| #define HAVE_STDLIB_H 1
4039| #define HAVE_STRING_H 1
4040| #define HAVE_MEMORY_H 1
4041| #define HAVE_STRINGS_H 1
4042| #define HAVE_INTTYPES_H 1
4043| #define HAVE_STDINT_H 1
4044| #define HAVE_UNISTD_H 1
4045| #define INSTALLPREFIX "/usr/local"
4046| #define PACKAGE "scilab"
4047| #define VERSION "6"
4048| #define G95_FORTRAN /**/
4049| #define SIZEOF_INT 4
4050| #define SIZEOF_LONG 8
4051| #define USE_DYNAMIC_STACK /**/
4052| #define WLU /**/
4053| #define WTU /**/
4054| #define CNAME(name1,name2) name1##name2
4055| #define C2F(name) name##_
4056| #define F2C(name) name##_
4057| #define HAVE_LIBHDF5 1
4058| #define WITH_HDF5 /**/
4059| #define WITH_XCOS /**/
4060| #define WITH_OCAML /**/
4061| #define WITH_GUI /**/
4062| #define HAVE_SLEEP 1
4063| #define HAVE_USLEEP 1
4064| #define HAVE_DUP2 1
4065| #define HAVE_GETCWD 1
4066| #define HAVE_GETPAGESIZE 1
4067| #define HAVE_GETPASS 1
4068| #define HAVE_RMDIR 1
4069| #define HAVE_GETWD 1
4070| #define HAVE_REGCOMP 1
4071| #define HAVE_ATEXIT 1
4072| #define HAVE_PUTENV 1
4073| #define HAVE_SETENV 1
4074| #define HAVE_BZERO 1
4075| #define HAVE_MEMMOVE 1
4076| #define HAVE_MEMSET 1
4077| #define HAVE_STRCASECMP 1
4078| #define HAVE_STRERROR 1
4079| #define HAVE_STRCHR 1
4080| #define HAVE_STRDUP 1
4081| #define HAVE_STRPBRK 1
4082| #define HAVE_STRRCHR 1
4083| #define HAVE_STRSTR 1
4084| #define HAVE_STRTOL 1
4085| #define HAVE_SELECT 1
4086| #define HAVE_ENDPWENT 1
4087| #define HAVE_GETHOSTBYADDR 1
4088| #define HAVE_GETHOSTBYNAME 1
4089| #define HAVE_GETHOSTNAME 1
4090| #define HAVE_GETTIMEOFDAY 1
4091| #define HAVE_ISASCII 1
4092| #define HAVE_ISWPRINT 1
4093| #define HAVE_MKDIR 1
4094| #define HAVE_MUNMAP 1
4095| #define HAVE_STRSIGNAL 1
4096| #define HAVE_POW 1
4097| #define HAVE_SQRT 1
4098| #define HAVE_FINITE 1
4099| #define HAVE_FLOOR 1
4100| #define HAVE_SOCKET 1
4101| #define HAVE_UNAME 1
4102| #define HAVE_SETLOCALE 1
4103| #define HAVE_LIMITS_H 1
4104| #define HAVE_FCNTL_H 1
4105| #define HAVE_FLOAT_H 1
4106| #define HAVE_LIBINTL_H 1
4107| #define HAVE_LOCALE_H 1
4108| #define HAVE_NETDB_H 1
4109| #define HAVE_NETINET_IN_H 1
4110| #define HAVE_NLIST_H 1
4111| #define HAVE_SGTTY_H 1
4112| #define HAVE_STDDEF_H 1
4113| #define HAVE_SYS_FILE_H 1
4114| #define HAVE_SYS_IOCTL_H 1
4115| #define HAVE_SYS_PARAM_H 1
4116| #define HAVE_SYS_SOCKET_H 1
4117| #define HAVE_SYS_TIME_H 1
4118| #define HAVE_SYS_TIMEB_H 1
4119| #define HAVE_SYS_UTSNAME_H 1
4120| #define HAVE_SYSLOG_H 1
4121| #define HAVE_TERM_H 1
4122| #define HAVE_TERMCAP_H 1
4123| #define HAVE_TERMIOS_H 1
4124| #define HAVE_WCHAR_H 1
4125| #define HAVE_WCTYPE_H 1
4126| #define HAVE_TIME_H 1
4127| #define HAVE_DIRENT_H 1
4128| #define TIME_WITH_SYS_TIME 1
4129| #define HAVE_SYS_WAIT_H 1
4130| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4131| #define HAVE_STRUCT_STAT_ST_RDEV 1
4132| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4133| #define HAVE_CFLOCALECOPYCURRENT 1
4134| #define HAVE_ICONV 1
4135| #define ENABLE_NLS 1
4136| #define HAVE_GETTEXT 1
4137| #define HAVE_DCGETTEXT 1
4138| #define RETSIGTYPE void
4139| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4140| #define HAVE_ST_BLOCKS 1
4141| #define HAVE_LIBCURSES 1
4142| #define HAVE_NCURSES_H 1
4143| #define HAVE_CURSES_H 1
4144| #define HAVE_TERMCAP /**/
4145| #define HAVE_LIBDL 1
4146| #define WITH_FFTW /**/
4147| #define WITH_EIGEN /**/
4148| #define HAVE_LIBXML2 1
4149| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
4150| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
4151| /* end confdefs.h.  */
4152|
4153| /* Override any GCC internal prototype to avoid an error.
4154|    Use char because int might match the return type of a GCC
4155|    builtin and then its argument prototype would still apply.  */
4156| #ifdef __cplusplus
4157| extern "C"
4158| #endif
4159| char dgemm_ ();
4160| #ifdef F77_DUMMY_MAIN
4161|
4162| #  ifdef __cplusplus
4163|      extern "C"
4164| #  endif
4165|    int F77_DUMMY_MAIN() { return 1; }
4166|
4167| #endif
4168| int
4169| main ()
4170| {
4171| return dgemm_ ();
4172|   ;
4173|   return 0;
4174| }
4175configure:22882: result: no
4176configure:22944: checking for sgemm_ in -lcxml
4177configure:22977: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lcxml  -ldl -lcurses    >&5
4178ld: warning: directory not found for option '-L/sw//lib/'
4179ld: library not found for -lcxml
4180collect2: ld returned 1 exit status
4181configure:22977: $? = 1
4182configure: failed program was:
4183| /* confdefs.h */
4184| #define PACKAGE_NAME "Scilab"
4185| #define PACKAGE_TARNAME "scilab"
4186| #define PACKAGE_VERSION "6"
4187| #define PACKAGE_STRING "Scilab 6"
4188| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4189| #define PACKAGE_URL ""
4190| #define O_LARGEFILE 0
4191| #define INSTALLPREFIX "/usr/local"
4192| #define STDC_HEADERS 1
4193| #define HAVE_SYS_TYPES_H 1
4194| #define HAVE_SYS_STAT_H 1
4195| #define HAVE_STDLIB_H 1
4196| #define HAVE_STRING_H 1
4197| #define HAVE_MEMORY_H 1
4198| #define HAVE_STRINGS_H 1
4199| #define HAVE_INTTYPES_H 1
4200| #define HAVE_STDINT_H 1
4201| #define HAVE_UNISTD_H 1
4202| #define INSTALLPREFIX "/usr/local"
4203| #define PACKAGE "scilab"
4204| #define VERSION "6"
4205| #define G95_FORTRAN /**/
4206| #define SIZEOF_INT 4
4207| #define SIZEOF_LONG 8
4208| #define USE_DYNAMIC_STACK /**/
4209| #define WLU /**/
4210| #define WTU /**/
4211| #define CNAME(name1,name2) name1##name2
4212| #define C2F(name) name##_
4213| #define F2C(name) name##_
4214| #define HAVE_LIBHDF5 1
4215| #define WITH_HDF5 /**/
4216| #define WITH_XCOS /**/
4217| #define WITH_OCAML /**/
4218| #define WITH_GUI /**/
4219| #define HAVE_SLEEP 1
4220| #define HAVE_USLEEP 1
4221| #define HAVE_DUP2 1
4222| #define HAVE_GETCWD 1
4223| #define HAVE_GETPAGESIZE 1
4224| #define HAVE_GETPASS 1
4225| #define HAVE_RMDIR 1
4226| #define HAVE_GETWD 1
4227| #define HAVE_REGCOMP 1
4228| #define HAVE_ATEXIT 1
4229| #define HAVE_PUTENV 1
4230| #define HAVE_SETENV 1
4231| #define HAVE_BZERO 1
4232| #define HAVE_MEMMOVE 1
4233| #define HAVE_MEMSET 1
4234| #define HAVE_STRCASECMP 1
4235| #define HAVE_STRERROR 1
4236| #define HAVE_STRCHR 1
4237| #define HAVE_STRDUP 1
4238| #define HAVE_STRPBRK 1
4239| #define HAVE_STRRCHR 1
4240| #define HAVE_STRSTR 1
4241| #define HAVE_STRTOL 1
4242| #define HAVE_SELECT 1
4243| #define HAVE_ENDPWENT 1
4244| #define HAVE_GETHOSTBYADDR 1
4245| #define HAVE_GETHOSTBYNAME 1
4246| #define HAVE_GETHOSTNAME 1
4247| #define HAVE_GETTIMEOFDAY 1
4248| #define HAVE_ISASCII 1
4249| #define HAVE_ISWPRINT 1
4250| #define HAVE_MKDIR 1
4251| #define HAVE_MUNMAP 1
4252| #define HAVE_STRSIGNAL 1
4253| #define HAVE_POW 1
4254| #define HAVE_SQRT 1
4255| #define HAVE_FINITE 1
4256| #define HAVE_FLOOR 1
4257| #define HAVE_SOCKET 1
4258| #define HAVE_UNAME 1
4259| #define HAVE_SETLOCALE 1
4260| #define HAVE_LIMITS_H 1
4261| #define HAVE_FCNTL_H 1
4262| #define HAVE_FLOAT_H 1
4263| #define HAVE_LIBINTL_H 1
4264| #define HAVE_LOCALE_H 1
4265| #define HAVE_NETDB_H 1
4266| #define HAVE_NETINET_IN_H 1
4267| #define HAVE_NLIST_H 1
4268| #define HAVE_SGTTY_H 1
4269| #define HAVE_STDDEF_H 1
4270| #define HAVE_SYS_FILE_H 1
4271| #define HAVE_SYS_IOCTL_H 1
4272| #define HAVE_SYS_PARAM_H 1
4273| #define HAVE_SYS_SOCKET_H 1
4274| #define HAVE_SYS_TIME_H 1
4275| #define HAVE_SYS_TIMEB_H 1
4276| #define HAVE_SYS_UTSNAME_H 1
4277| #define HAVE_SYSLOG_H 1
4278| #define HAVE_TERM_H 1
4279| #define HAVE_TERMCAP_H 1
4280| #define HAVE_TERMIOS_H 1
4281| #define HAVE_WCHAR_H 1
4282| #define HAVE_WCTYPE_H 1
4283| #define HAVE_TIME_H 1
4284| #define HAVE_DIRENT_H 1
4285| #define TIME_WITH_SYS_TIME 1
4286| #define HAVE_SYS_WAIT_H 1
4287| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4288| #define HAVE_STRUCT_STAT_ST_RDEV 1
4289| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4290| #define HAVE_CFLOCALECOPYCURRENT 1
4291| #define HAVE_ICONV 1
4292| #define ENABLE_NLS 1
4293| #define HAVE_GETTEXT 1
4294| #define HAVE_DCGETTEXT 1
4295| #define RETSIGTYPE void
4296| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4297| #define HAVE_ST_BLOCKS 1
4298| #define HAVE_LIBCURSES 1
4299| #define HAVE_NCURSES_H 1
4300| #define HAVE_CURSES_H 1
4301| #define HAVE_TERMCAP /**/
4302| #define HAVE_LIBDL 1
4303| #define WITH_FFTW /**/
4304| #define WITH_EIGEN /**/
4305| #define HAVE_LIBXML2 1
4306| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
4307| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
4308| /* end confdefs.h.  */
4309|
4310| /* Override any GCC internal prototype to avoid an error.
4311|    Use char because int might match the return type of a GCC
4312|    builtin and then its argument prototype would still apply.  */
4313| #ifdef __cplusplus
4314| extern "C"
4315| #endif
4316| char sgemm_ ();
4317| #ifdef F77_DUMMY_MAIN
4318|
4319| #  ifdef __cplusplus
4320|      extern "C"
4321| #  endif
4322|    int F77_DUMMY_MAIN() { return 1; }
4323|
4324| #endif
4325| int
4326| main ()
4327| {
4328| return sgemm_ ();
4329|   ;
4330|   return 0;
4331| }
4332configure:22987: result: no
4333configure:22998: checking for sgemm_ in -ldxml
4334configure:23031: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldxml  -ldl -lcurses    >&5
4335ld: warning: directory not found for option '-L/sw//lib/'
4336ld: library not found for -ldxml
4337collect2: ld returned 1 exit status
4338configure:23031: $? = 1
4339configure: failed program was:
4340| /* confdefs.h */
4341| #define PACKAGE_NAME "Scilab"
4342| #define PACKAGE_TARNAME "scilab"
4343| #define PACKAGE_VERSION "6"
4344| #define PACKAGE_STRING "Scilab 6"
4345| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4346| #define PACKAGE_URL ""
4347| #define O_LARGEFILE 0
4348| #define INSTALLPREFIX "/usr/local"
4349| #define STDC_HEADERS 1
4350| #define HAVE_SYS_TYPES_H 1
4351| #define HAVE_SYS_STAT_H 1
4352| #define HAVE_STDLIB_H 1
4353| #define HAVE_STRING_H 1
4354| #define HAVE_MEMORY_H 1
4355| #define HAVE_STRINGS_H 1
4356| #define HAVE_INTTYPES_H 1
4357| #define HAVE_STDINT_H 1
4358| #define HAVE_UNISTD_H 1
4359| #define INSTALLPREFIX "/usr/local"
4360| #define PACKAGE "scilab"
4361| #define VERSION "6"
4362| #define G95_FORTRAN /**/
4363| #define SIZEOF_INT 4
4364| #define SIZEOF_LONG 8
4365| #define USE_DYNAMIC_STACK /**/
4366| #define WLU /**/
4367| #define WTU /**/
4368| #define CNAME(name1,name2) name1##name2
4369| #define C2F(name) name##_
4370| #define F2C(name) name##_
4371| #define HAVE_LIBHDF5 1
4372| #define WITH_HDF5 /**/
4373| #define WITH_XCOS /**/
4374| #define WITH_OCAML /**/
4375| #define WITH_GUI /**/
4376| #define HAVE_SLEEP 1
4377| #define HAVE_USLEEP 1
4378| #define HAVE_DUP2 1
4379| #define HAVE_GETCWD 1
4380| #define HAVE_GETPAGESIZE 1
4381| #define HAVE_GETPASS 1
4382| #define HAVE_RMDIR 1
4383| #define HAVE_GETWD 1
4384| #define HAVE_REGCOMP 1
4385| #define HAVE_ATEXIT 1
4386| #define HAVE_PUTENV 1
4387| #define HAVE_SETENV 1
4388| #define HAVE_BZERO 1
4389| #define HAVE_MEMMOVE 1
4390| #define HAVE_MEMSET 1
4391| #define HAVE_STRCASECMP 1
4392| #define HAVE_STRERROR 1
4393| #define HAVE_STRCHR 1
4394| #define HAVE_STRDUP 1
4395| #define HAVE_STRPBRK 1
4396| #define HAVE_STRRCHR 1
4397| #define HAVE_STRSTR 1
4398| #define HAVE_STRTOL 1
4399| #define HAVE_SELECT 1
4400| #define HAVE_ENDPWENT 1
4401| #define HAVE_GETHOSTBYADDR 1
4402| #define HAVE_GETHOSTBYNAME 1
4403| #define HAVE_GETHOSTNAME 1
4404| #define HAVE_GETTIMEOFDAY 1
4405| #define HAVE_ISASCII 1
4406| #define HAVE_ISWPRINT 1
4407| #define HAVE_MKDIR 1
4408| #define HAVE_MUNMAP 1
4409| #define HAVE_STRSIGNAL 1
4410| #define HAVE_POW 1
4411| #define HAVE_SQRT 1
4412| #define HAVE_FINITE 1
4413| #define HAVE_FLOOR 1
4414| #define HAVE_SOCKET 1
4415| #define HAVE_UNAME 1
4416| #define HAVE_SETLOCALE 1
4417| #define HAVE_LIMITS_H 1
4418| #define HAVE_FCNTL_H 1
4419| #define HAVE_FLOAT_H 1
4420| #define HAVE_LIBINTL_H 1
4421| #define HAVE_LOCALE_H 1
4422| #define HAVE_NETDB_H 1
4423| #define HAVE_NETINET_IN_H 1
4424| #define HAVE_NLIST_H 1
4425| #define HAVE_SGTTY_H 1
4426| #define HAVE_STDDEF_H 1
4427| #define HAVE_SYS_FILE_H 1
4428| #define HAVE_SYS_IOCTL_H 1
4429| #define HAVE_SYS_PARAM_H 1
4430| #define HAVE_SYS_SOCKET_H 1
4431| #define HAVE_SYS_TIME_H 1
4432| #define HAVE_SYS_TIMEB_H 1
4433| #define HAVE_SYS_UTSNAME_H 1
4434| #define HAVE_SYSLOG_H 1
4435| #define HAVE_TERM_H 1
4436| #define HAVE_TERMCAP_H 1
4437| #define HAVE_TERMIOS_H 1
4438| #define HAVE_WCHAR_H 1
4439| #define HAVE_WCTYPE_H 1
4440| #define HAVE_TIME_H 1
4441| #define HAVE_DIRENT_H 1
4442| #define TIME_WITH_SYS_TIME 1
4443| #define HAVE_SYS_WAIT_H 1
4444| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4445| #define HAVE_STRUCT_STAT_ST_RDEV 1
4446| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4447| #define HAVE_CFLOCALECOPYCURRENT 1
4448| #define HAVE_ICONV 1
4449| #define ENABLE_NLS 1
4450| #define HAVE_GETTEXT 1
4451| #define HAVE_DCGETTEXT 1
4452| #define RETSIGTYPE void
4453| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4454| #define HAVE_ST_BLOCKS 1
4455| #define HAVE_LIBCURSES 1
4456| #define HAVE_NCURSES_H 1
4457| #define HAVE_CURSES_H 1
4458| #define HAVE_TERMCAP /**/
4459| #define HAVE_LIBDL 1
4460| #define WITH_FFTW /**/
4461| #define WITH_EIGEN /**/
4462| #define HAVE_LIBXML2 1
4463| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
4464| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
4465| /* end confdefs.h.  */
4466|
4467| /* Override any GCC internal prototype to avoid an error.
4468|    Use char because int might match the return type of a GCC
4469|    builtin and then its argument prototype would still apply.  */
4470| #ifdef __cplusplus
4471| extern "C"
4472| #endif
4473| char sgemm_ ();
4474| #ifdef F77_DUMMY_MAIN
4475|
4476| #  ifdef __cplusplus
4477|      extern "C"
4478| #  endif
4479|    int F77_DUMMY_MAIN() { return 1; }
4480|
4481| #endif
4482| int
4483| main ()
4484| {
4485| return sgemm_ ();
4486|   ;
4487|   return 0;
4488| }
4489configure:23041: result: no
4490configure:23157: checking for sgemm_ in -lscs
4491configure:23190: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lscs  -ldl -lcurses    >&5
4492ld: warning: directory not found for option '-L/sw//lib/'
4493ld: library not found for -lscs
4494collect2: ld returned 1 exit status
4495configure:23190: $? = 1
4496configure: failed program was:
4497| /* confdefs.h */
4498| #define PACKAGE_NAME "Scilab"
4499| #define PACKAGE_TARNAME "scilab"
4500| #define PACKAGE_VERSION "6"
4501| #define PACKAGE_STRING "Scilab 6"
4502| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4503| #define PACKAGE_URL ""
4504| #define O_LARGEFILE 0
4505| #define INSTALLPREFIX "/usr/local"
4506| #define STDC_HEADERS 1
4507| #define HAVE_SYS_TYPES_H 1
4508| #define HAVE_SYS_STAT_H 1
4509| #define HAVE_STDLIB_H 1
4510| #define HAVE_STRING_H 1
4511| #define HAVE_MEMORY_H 1
4512| #define HAVE_STRINGS_H 1
4513| #define HAVE_INTTYPES_H 1
4514| #define HAVE_STDINT_H 1
4515| #define HAVE_UNISTD_H 1
4516| #define INSTALLPREFIX "/usr/local"
4517| #define PACKAGE "scilab"
4518| #define VERSION "6"
4519| #define G95_FORTRAN /**/
4520| #define SIZEOF_INT 4
4521| #define SIZEOF_LONG 8
4522| #define USE_DYNAMIC_STACK /**/
4523| #define WLU /**/
4524| #define WTU /**/
4525| #define CNAME(name1,name2) name1##name2
4526| #define C2F(name) name##_
4527| #define F2C(name) name##_
4528| #define HAVE_LIBHDF5 1
4529| #define WITH_HDF5 /**/
4530| #define WITH_XCOS /**/
4531| #define WITH_OCAML /**/
4532| #define WITH_GUI /**/
4533| #define HAVE_SLEEP 1
4534| #define HAVE_USLEEP 1
4535| #define HAVE_DUP2 1
4536| #define HAVE_GETCWD 1
4537| #define HAVE_GETPAGESIZE 1
4538| #define HAVE_GETPASS 1
4539| #define HAVE_RMDIR 1
4540| #define HAVE_GETWD 1
4541| #define HAVE_REGCOMP 1
4542| #define HAVE_ATEXIT 1
4543| #define HAVE_PUTENV 1
4544| #define HAVE_SETENV 1
4545| #define HAVE_BZERO 1
4546| #define HAVE_MEMMOVE 1
4547| #define HAVE_MEMSET 1
4548| #define HAVE_STRCASECMP 1
4549| #define HAVE_STRERROR 1
4550| #define HAVE_STRCHR 1
4551| #define HAVE_STRDUP 1
4552| #define HAVE_STRPBRK 1
4553| #define HAVE_STRRCHR 1
4554| #define HAVE_STRSTR 1
4555| #define HAVE_STRTOL 1
4556| #define HAVE_SELECT 1
4557| #define HAVE_ENDPWENT 1
4558| #define HAVE_GETHOSTBYADDR 1
4559| #define HAVE_GETHOSTBYNAME 1
4560| #define HAVE_GETHOSTNAME 1
4561| #define HAVE_GETTIMEOFDAY 1
4562| #define HAVE_ISASCII 1
4563| #define HAVE_ISWPRINT 1
4564| #define HAVE_MKDIR 1
4565| #define HAVE_MUNMAP 1
4566| #define HAVE_STRSIGNAL 1
4567| #define HAVE_POW 1
4568| #define HAVE_SQRT 1
4569| #define HAVE_FINITE 1
4570| #define HAVE_FLOOR 1
4571| #define HAVE_SOCKET 1
4572| #define HAVE_UNAME 1
4573| #define HAVE_SETLOCALE 1
4574| #define HAVE_LIMITS_H 1
4575| #define HAVE_FCNTL_H 1
4576| #define HAVE_FLOAT_H 1
4577| #define HAVE_LIBINTL_H 1
4578| #define HAVE_LOCALE_H 1
4579| #define HAVE_NETDB_H 1
4580| #define HAVE_NETINET_IN_H 1
4581| #define HAVE_NLIST_H 1
4582| #define HAVE_SGTTY_H 1
4583| #define HAVE_STDDEF_H 1
4584| #define HAVE_SYS_FILE_H 1
4585| #define HAVE_SYS_IOCTL_H 1
4586| #define HAVE_SYS_PARAM_H 1
4587| #define HAVE_SYS_SOCKET_H 1
4588| #define HAVE_SYS_TIME_H 1
4589| #define HAVE_SYS_TIMEB_H 1
4590| #define HAVE_SYS_UTSNAME_H 1
4591| #define HAVE_SYSLOG_H 1
4592| #define HAVE_TERM_H 1
4593| #define HAVE_TERMCAP_H 1
4594| #define HAVE_TERMIOS_H 1
4595| #define HAVE_WCHAR_H 1
4596| #define HAVE_WCTYPE_H 1
4597| #define HAVE_TIME_H 1
4598| #define HAVE_DIRENT_H 1
4599| #define TIME_WITH_SYS_TIME 1
4600| #define HAVE_SYS_WAIT_H 1
4601| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4602| #define HAVE_STRUCT_STAT_ST_RDEV 1
4603| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4604| #define HAVE_CFLOCALECOPYCURRENT 1
4605| #define HAVE_ICONV 1
4606| #define ENABLE_NLS 1
4607| #define HAVE_GETTEXT 1
4608| #define HAVE_DCGETTEXT 1
4609| #define RETSIGTYPE void
4610| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4611| #define HAVE_ST_BLOCKS 1
4612| #define HAVE_LIBCURSES 1
4613| #define HAVE_NCURSES_H 1
4614| #define HAVE_CURSES_H 1
4615| #define HAVE_TERMCAP /**/
4616| #define HAVE_LIBDL 1
4617| #define WITH_FFTW /**/
4618| #define WITH_EIGEN /**/
4619| #define HAVE_LIBXML2 1
4620| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
4621| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
4622| /* end confdefs.h.  */
4623|
4624| /* Override any GCC internal prototype to avoid an error.
4625|    Use char because int might match the return type of a GCC
4626|    builtin and then its argument prototype would still apply.  */
4627| #ifdef __cplusplus
4628| extern "C"
4629| #endif
4630| char sgemm_ ();
4631| #ifdef F77_DUMMY_MAIN
4632|
4633| #  ifdef __cplusplus
4634|      extern "C"
4635| #  endif
4636|    int F77_DUMMY_MAIN() { return 1; }
4637|
4638| #endif
4639| int
4640| main ()
4641| {
4642| return sgemm_ ();
4643|   ;
4644|   return 0;
4645| }
4646configure:23200: result: no
4647configure:23211: checking for sgemm_ in -lcomplib.sgimath
4648configure:23244: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lcomplib.sgimath  -ldl -lcurses    >&5
4649ld: warning: directory not found for option '-L/sw//lib/'
4650ld: library not found for -lcomplib.sgimath
4651collect2: ld returned 1 exit status
4652configure:23244: $? = 1
4653configure: failed program was:
4654| /* confdefs.h */
4655| #define PACKAGE_NAME "Scilab"
4656| #define PACKAGE_TARNAME "scilab"
4657| #define PACKAGE_VERSION "6"
4658| #define PACKAGE_STRING "Scilab 6"
4659| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4660| #define PACKAGE_URL ""
4661| #define O_LARGEFILE 0
4662| #define INSTALLPREFIX "/usr/local"
4663| #define STDC_HEADERS 1
4664| #define HAVE_SYS_TYPES_H 1
4665| #define HAVE_SYS_STAT_H 1
4666| #define HAVE_STDLIB_H 1
4667| #define HAVE_STRING_H 1
4668| #define HAVE_MEMORY_H 1
4669| #define HAVE_STRINGS_H 1
4670| #define HAVE_INTTYPES_H 1
4671| #define HAVE_STDINT_H 1
4672| #define HAVE_UNISTD_H 1
4673| #define INSTALLPREFIX "/usr/local"
4674| #define PACKAGE "scilab"
4675| #define VERSION "6"
4676| #define G95_FORTRAN /**/
4677| #define SIZEOF_INT 4
4678| #define SIZEOF_LONG 8
4679| #define USE_DYNAMIC_STACK /**/
4680| #define WLU /**/
4681| #define WTU /**/
4682| #define CNAME(name1,name2) name1##name2
4683| #define C2F(name) name##_
4684| #define F2C(name) name##_
4685| #define HAVE_LIBHDF5 1
4686| #define WITH_HDF5 /**/
4687| #define WITH_XCOS /**/
4688| #define WITH_OCAML /**/
4689| #define WITH_GUI /**/
4690| #define HAVE_SLEEP 1
4691| #define HAVE_USLEEP 1
4692| #define HAVE_DUP2 1
4693| #define HAVE_GETCWD 1
4694| #define HAVE_GETPAGESIZE 1
4695| #define HAVE_GETPASS 1
4696| #define HAVE_RMDIR 1
4697| #define HAVE_GETWD 1
4698| #define HAVE_REGCOMP 1
4699| #define HAVE_ATEXIT 1
4700| #define HAVE_PUTENV 1
4701| #define HAVE_SETENV 1
4702| #define HAVE_BZERO 1
4703| #define HAVE_MEMMOVE 1
4704| #define HAVE_MEMSET 1
4705| #define HAVE_STRCASECMP 1
4706| #define HAVE_STRERROR 1
4707| #define HAVE_STRCHR 1
4708| #define HAVE_STRDUP 1
4709| #define HAVE_STRPBRK 1
4710| #define HAVE_STRRCHR 1
4711| #define HAVE_STRSTR 1
4712| #define HAVE_STRTOL 1
4713| #define HAVE_SELECT 1
4714| #define HAVE_ENDPWENT 1
4715| #define HAVE_GETHOSTBYADDR 1
4716| #define HAVE_GETHOSTBYNAME 1
4717| #define HAVE_GETHOSTNAME 1
4718| #define HAVE_GETTIMEOFDAY 1
4719| #define HAVE_ISASCII 1
4720| #define HAVE_ISWPRINT 1
4721| #define HAVE_MKDIR 1
4722| #define HAVE_MUNMAP 1
4723| #define HAVE_STRSIGNAL 1
4724| #define HAVE_POW 1
4725| #define HAVE_SQRT 1
4726| #define HAVE_FINITE 1
4727| #define HAVE_FLOOR 1
4728| #define HAVE_SOCKET 1
4729| #define HAVE_UNAME 1
4730| #define HAVE_SETLOCALE 1
4731| #define HAVE_LIMITS_H 1
4732| #define HAVE_FCNTL_H 1
4733| #define HAVE_FLOAT_H 1
4734| #define HAVE_LIBINTL_H 1
4735| #define HAVE_LOCALE_H 1
4736| #define HAVE_NETDB_H 1
4737| #define HAVE_NETINET_IN_H 1
4738| #define HAVE_NLIST_H 1
4739| #define HAVE_SGTTY_H 1
4740| #define HAVE_STDDEF_H 1
4741| #define HAVE_SYS_FILE_H 1
4742| #define HAVE_SYS_IOCTL_H 1
4743| #define HAVE_SYS_PARAM_H 1
4744| #define HAVE_SYS_SOCKET_H 1
4745| #define HAVE_SYS_TIME_H 1
4746| #define HAVE_SYS_TIMEB_H 1
4747| #define HAVE_SYS_UTSNAME_H 1
4748| #define HAVE_SYSLOG_H 1
4749| #define HAVE_TERM_H 1
4750| #define HAVE_TERMCAP_H 1
4751| #define HAVE_TERMIOS_H 1
4752| #define HAVE_WCHAR_H 1
4753| #define HAVE_WCTYPE_H 1
4754| #define HAVE_TIME_H 1
4755| #define HAVE_DIRENT_H 1
4756| #define TIME_WITH_SYS_TIME 1
4757| #define HAVE_SYS_WAIT_H 1
4758| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4759| #define HAVE_STRUCT_STAT_ST_RDEV 1
4760| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4761| #define HAVE_CFLOCALECOPYCURRENT 1
4762| #define HAVE_ICONV 1
4763| #define ENABLE_NLS 1
4764| #define HAVE_GETTEXT 1
4765| #define HAVE_DCGETTEXT 1
4766| #define RETSIGTYPE void
4767| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4768| #define HAVE_ST_BLOCKS 1
4769| #define HAVE_LIBCURSES 1
4770| #define HAVE_NCURSES_H 1
4771| #define HAVE_CURSES_H 1
4772| #define HAVE_TERMCAP /**/
4773| #define HAVE_LIBDL 1
4774| #define WITH_FFTW /**/
4775| #define WITH_EIGEN /**/
4776| #define HAVE_LIBXML2 1
4777| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
4778| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
4779| /* end confdefs.h.  */
4780|
4781| /* Override any GCC internal prototype to avoid an error.
4782|    Use char because int might match the return type of a GCC
4783|    builtin and then its argument prototype would still apply.  */
4784| #ifdef __cplusplus
4785| extern "C"
4786| #endif
4787| char sgemm_ ();
4788| #ifdef F77_DUMMY_MAIN
4789|
4790| #  ifdef __cplusplus
4791|      extern "C"
4792| #  endif
4793|    int F77_DUMMY_MAIN() { return 1; }
4794|
4795| #endif
4796| int
4797| main ()
4798| {
4799| return sgemm_ ();
4800|   ;
4801|   return 0;
4802| }
4803configure:23254: result: no
4804configure:23265: checking for sgemm_ in -lblas
4805configure:23308: result: yes
4806configure:23312: checking for sgemm_ in -lessl
4807configure:23345: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lessl -lblas  -ldl -lcurses    >&5
4808ld: warning: directory not found for option '-L/sw//lib/'
4809ld: library not found for -lessl
4810collect2: ld returned 1 exit status
4811configure:23345: $? = 1
4812configure: failed program was:
4813| /* confdefs.h */
4814| #define PACKAGE_NAME "Scilab"
4815| #define PACKAGE_TARNAME "scilab"
4816| #define PACKAGE_VERSION "6"
4817| #define PACKAGE_STRING "Scilab 6"
4818| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4819| #define PACKAGE_URL ""
4820| #define O_LARGEFILE 0
4821| #define INSTALLPREFIX "/usr/local"
4822| #define STDC_HEADERS 1
4823| #define HAVE_SYS_TYPES_H 1
4824| #define HAVE_SYS_STAT_H 1
4825| #define HAVE_STDLIB_H 1
4826| #define HAVE_STRING_H 1
4827| #define HAVE_MEMORY_H 1
4828| #define HAVE_STRINGS_H 1
4829| #define HAVE_INTTYPES_H 1
4830| #define HAVE_STDINT_H 1
4831| #define HAVE_UNISTD_H 1
4832| #define INSTALLPREFIX "/usr/local"
4833| #define PACKAGE "scilab"
4834| #define VERSION "6"
4835| #define G95_FORTRAN /**/
4836| #define SIZEOF_INT 4
4837| #define SIZEOF_LONG 8
4838| #define USE_DYNAMIC_STACK /**/
4839| #define WLU /**/
4840| #define WTU /**/
4841| #define CNAME(name1,name2) name1##name2
4842| #define C2F(name) name##_
4843| #define F2C(name) name##_
4844| #define HAVE_LIBHDF5 1
4845| #define WITH_HDF5 /**/
4846| #define WITH_XCOS /**/
4847| #define WITH_OCAML /**/
4848| #define WITH_GUI /**/
4849| #define HAVE_SLEEP 1
4850| #define HAVE_USLEEP 1
4851| #define HAVE_DUP2 1
4852| #define HAVE_GETCWD 1
4853| #define HAVE_GETPAGESIZE 1
4854| #define HAVE_GETPASS 1
4855| #define HAVE_RMDIR 1
4856| #define HAVE_GETWD 1
4857| #define HAVE_REGCOMP 1
4858| #define HAVE_ATEXIT 1
4859| #define HAVE_PUTENV 1
4860| #define HAVE_SETENV 1
4861| #define HAVE_BZERO 1
4862| #define HAVE_MEMMOVE 1
4863| #define HAVE_MEMSET 1
4864| #define HAVE_STRCASECMP 1
4865| #define HAVE_STRERROR 1
4866| #define HAVE_STRCHR 1
4867| #define HAVE_STRDUP 1
4868| #define HAVE_STRPBRK 1
4869| #define HAVE_STRRCHR 1
4870| #define HAVE_STRSTR 1
4871| #define HAVE_STRTOL 1
4872| #define HAVE_SELECT 1
4873| #define HAVE_ENDPWENT 1
4874| #define HAVE_GETHOSTBYADDR 1
4875| #define HAVE_GETHOSTBYNAME 1
4876| #define HAVE_GETHOSTNAME 1
4877| #define HAVE_GETTIMEOFDAY 1
4878| #define HAVE_ISASCII 1
4879| #define HAVE_ISWPRINT 1
4880| #define HAVE_MKDIR 1
4881| #define HAVE_MUNMAP 1
4882| #define HAVE_STRSIGNAL 1
4883| #define HAVE_POW 1
4884| #define HAVE_SQRT 1
4885| #define HAVE_FINITE 1
4886| #define HAVE_FLOOR 1
4887| #define HAVE_SOCKET 1
4888| #define HAVE_UNAME 1
4889| #define HAVE_SETLOCALE 1
4890| #define HAVE_LIMITS_H 1
4891| #define HAVE_FCNTL_H 1
4892| #define HAVE_FLOAT_H 1
4893| #define HAVE_LIBINTL_H 1
4894| #define HAVE_LOCALE_H 1
4895| #define HAVE_NETDB_H 1
4896| #define HAVE_NETINET_IN_H 1
4897| #define HAVE_NLIST_H 1
4898| #define HAVE_SGTTY_H 1
4899| #define HAVE_STDDEF_H 1
4900| #define HAVE_SYS_FILE_H 1
4901| #define HAVE_SYS_IOCTL_H 1
4902| #define HAVE_SYS_PARAM_H 1
4903| #define HAVE_SYS_SOCKET_H 1
4904| #define HAVE_SYS_TIME_H 1
4905| #define HAVE_SYS_TIMEB_H 1
4906| #define HAVE_SYS_UTSNAME_H 1
4907| #define HAVE_SYSLOG_H 1
4908| #define HAVE_TERM_H 1
4909| #define HAVE_TERMCAP_H 1
4910| #define HAVE_TERMIOS_H 1
4911| #define HAVE_WCHAR_H 1
4912| #define HAVE_WCTYPE_H 1
4913| #define HAVE_TIME_H 1
4914| #define HAVE_DIRENT_H 1
4915| #define TIME_WITH_SYS_TIME 1
4916| #define HAVE_SYS_WAIT_H 1
4917| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
4918| #define HAVE_STRUCT_STAT_ST_RDEV 1
4919| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
4920| #define HAVE_CFLOCALECOPYCURRENT 1
4921| #define HAVE_ICONV 1
4922| #define ENABLE_NLS 1
4923| #define HAVE_GETTEXT 1
4924| #define HAVE_DCGETTEXT 1
4925| #define RETSIGTYPE void
4926| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
4927| #define HAVE_ST_BLOCKS 1
4928| #define HAVE_LIBCURSES 1
4929| #define HAVE_NCURSES_H 1
4930| #define HAVE_CURSES_H 1
4931| #define HAVE_TERMCAP /**/
4932| #define HAVE_LIBDL 1
4933| #define WITH_FFTW /**/
4934| #define WITH_EIGEN /**/
4935| #define HAVE_LIBXML2 1
4936| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
4937| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
4938| /* end confdefs.h.  */
4939|
4940| /* Override any GCC internal prototype to avoid an error.
4941|    Use char because int might match the return type of a GCC
4942|    builtin and then its argument prototype would still apply.  */
4943| #ifdef __cplusplus
4944| extern "C"
4945| #endif
4946| char sgemm_ ();
4947| #ifdef F77_DUMMY_MAIN
4948|
4949| #  ifdef __cplusplus
4950|      extern "C"
4951| #  endif
4952|    int F77_DUMMY_MAIN() { return 1; }
4953|
4954| #endif
4955| int
4956| main ()
4957| {
4958| return sgemm_ ();
4959|   ;
4960|   return 0;
4961| }
4962configure:23355: result: no
4963configure:23368: checking for sgemm_ in -lblas
4964configure:23411: result: yes
4965configure:23430: result: Generic Blas found
4966configure:23441: checking if LAPACK is available
4967configure:23537: checking for cheev_
4968configure:23537: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl -lcurses   -lblas  >&5
4969ld: warning: directory not found for option '-L/sw//lib/'
4970Undefined symbols for architecture x86_64:
4971  "_cheev_", referenced from:
4972      _main in ccgxwZof.o
4973ld: symbol(s) not found for architecture x86_64
4974collect2: ld returned 1 exit status
4975configure:23537: $? = 1
4976configure: failed program was:
4977| /* confdefs.h */
4978| #define PACKAGE_NAME "Scilab"
4979| #define PACKAGE_TARNAME "scilab"
4980| #define PACKAGE_VERSION "6"
4981| #define PACKAGE_STRING "Scilab 6"
4982| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
4983| #define PACKAGE_URL ""
4984| #define O_LARGEFILE 0
4985| #define INSTALLPREFIX "/usr/local"
4986| #define STDC_HEADERS 1
4987| #define HAVE_SYS_TYPES_H 1
4988| #define HAVE_SYS_STAT_H 1
4989| #define HAVE_STDLIB_H 1
4990| #define HAVE_STRING_H 1
4991| #define HAVE_MEMORY_H 1
4992| #define HAVE_STRINGS_H 1
4993| #define HAVE_INTTYPES_H 1
4994| #define HAVE_STDINT_H 1
4995| #define HAVE_UNISTD_H 1
4996| #define INSTALLPREFIX "/usr/local"
4997| #define PACKAGE "scilab"
4998| #define VERSION "6"
4999| #define G95_FORTRAN /**/
5000| #define SIZEOF_INT 4
5001| #define SIZEOF_LONG 8
5002| #define USE_DYNAMIC_STACK /**/
5003| #define WLU /**/
5004| #define WTU /**/
5005| #define CNAME(name1,name2) name1##name2
5006| #define C2F(name) name##_
5007| #define F2C(name) name##_
5008| #define HAVE_LIBHDF5 1
5009| #define WITH_HDF5 /**/
5010| #define WITH_XCOS /**/
5011| #define WITH_OCAML /**/
5012| #define WITH_GUI /**/
5013| #define HAVE_SLEEP 1
5014| #define HAVE_USLEEP 1
5015| #define HAVE_DUP2 1
5016| #define HAVE_GETCWD 1
5017| #define HAVE_GETPAGESIZE 1
5018| #define HAVE_GETPASS 1
5019| #define HAVE_RMDIR 1
5020| #define HAVE_GETWD 1
5021| #define HAVE_REGCOMP 1
5022| #define HAVE_ATEXIT 1
5023| #define HAVE_PUTENV 1
5024| #define HAVE_SETENV 1
5025| #define HAVE_BZERO 1
5026| #define HAVE_MEMMOVE 1
5027| #define HAVE_MEMSET 1
5028| #define HAVE_STRCASECMP 1
5029| #define HAVE_STRERROR 1
5030| #define HAVE_STRCHR 1
5031| #define HAVE_STRDUP 1
5032| #define HAVE_STRPBRK 1
5033| #define HAVE_STRRCHR 1
5034| #define HAVE_STRSTR 1
5035| #define HAVE_STRTOL 1
5036| #define HAVE_SELECT 1
5037| #define HAVE_ENDPWENT 1
5038| #define HAVE_GETHOSTBYADDR 1
5039| #define HAVE_GETHOSTBYNAME 1
5040| #define HAVE_GETHOSTNAME 1
5041| #define HAVE_GETTIMEOFDAY 1
5042| #define HAVE_ISASCII 1
5043| #define HAVE_ISWPRINT 1
5044| #define HAVE_MKDIR 1
5045| #define HAVE_MUNMAP 1
5046| #define HAVE_STRSIGNAL 1
5047| #define HAVE_POW 1
5048| #define HAVE_SQRT 1
5049| #define HAVE_FINITE 1
5050| #define HAVE_FLOOR 1
5051| #define HAVE_SOCKET 1
5052| #define HAVE_UNAME 1
5053| #define HAVE_SETLOCALE 1
5054| #define HAVE_LIMITS_H 1
5055| #define HAVE_FCNTL_H 1
5056| #define HAVE_FLOAT_H 1
5057| #define HAVE_LIBINTL_H 1
5058| #define HAVE_LOCALE_H 1
5059| #define HAVE_NETDB_H 1
5060| #define HAVE_NETINET_IN_H 1
5061| #define HAVE_NLIST_H 1
5062| #define HAVE_SGTTY_H 1
5063| #define HAVE_STDDEF_H 1
5064| #define HAVE_SYS_FILE_H 1
5065| #define HAVE_SYS_IOCTL_H 1
5066| #define HAVE_SYS_PARAM_H 1
5067| #define HAVE_SYS_SOCKET_H 1
5068| #define HAVE_SYS_TIME_H 1
5069| #define HAVE_SYS_TIMEB_H 1
5070| #define HAVE_SYS_UTSNAME_H 1
5071| #define HAVE_SYSLOG_H 1
5072| #define HAVE_TERM_H 1
5073| #define HAVE_TERMCAP_H 1
5074| #define HAVE_TERMIOS_H 1
5075| #define HAVE_WCHAR_H 1
5076| #define HAVE_WCTYPE_H 1
5077| #define HAVE_TIME_H 1
5078| #define HAVE_DIRENT_H 1
5079| #define TIME_WITH_SYS_TIME 1
5080| #define HAVE_SYS_WAIT_H 1
5081| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5082| #define HAVE_STRUCT_STAT_ST_RDEV 1
5083| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5084| #define HAVE_CFLOCALECOPYCURRENT 1
5085| #define HAVE_ICONV 1
5086| #define ENABLE_NLS 1
5087| #define HAVE_GETTEXT 1
5088| #define HAVE_DCGETTEXT 1
5089| #define RETSIGTYPE void
5090| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5091| #define HAVE_ST_BLOCKS 1
5092| #define HAVE_LIBCURSES 1
5093| #define HAVE_NCURSES_H 1
5094| #define HAVE_CURSES_H 1
5095| #define HAVE_TERMCAP /**/
5096| #define HAVE_LIBDL 1
5097| #define WITH_FFTW /**/
5098| #define WITH_EIGEN /**/
5099| #define HAVE_LIBXML2 1
5100| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
5101| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
5102| /* end confdefs.h.  */
5103| /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_.
5104|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5105| #define cheev_ innocuous_cheev_
5106|
5107| /* System header to define __stub macros and hopefully few prototypes,
5108|     which can conflict with char cheev_ (); below.
5109|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5110|     <limits.h> exists even on freestanding compilers.  */
5111|
5112| #ifdef __STDC__
5113| # include <limits.h>
5114| #else
5115| # include <assert.h>
5116| #endif
5117|
5118| #undef cheev_
5119|
5120| /* Override any GCC internal prototype to avoid an error.
5121|    Use char because int might match the return type of a GCC
5122|    builtin and then its argument prototype would still apply.  */
5123| #ifdef __cplusplus
5124| extern "C"
5125| #endif
5126| char cheev_ ();
5127| /* The GNU C library defines this for functions which it implements
5128|     to always fail with ENOSYS.  Some functions are actually named
5129|     something starting with __ and the normal name is an alias.  */
5130| #if defined __stub_cheev_ || defined __stub___cheev_
5131| choke me
5132| #endif
5133|
5134| int
5135| main ()
5136| {
5137| return cheev_ ();
5138|   ;
5139|   return 0;
5140| }
5141configure:23537: result: no
5142configure:23550: checking for cheev_ in -llapack
5143configure:23583: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -llapack  -lblas -ldl -lcurses   >&5
5144ld: warning: directory not found for option '-L/sw//lib/'
5145configure:23583: $? = 0
5146configure:23593: result: yes
5147configure:23613: result: Library -llapack found
5148configure:23634: checking if ARPACK-NG is available
5149configure:23683: checking for znaupd_ in -larpack
5150configure:23711: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -larpack -lblas -ldl -lcurses    >&5
5151ld: warning: directory not found for option '-L/sw//lib/'
5152configure:23711: $? = 0
5153configure:23718: result: yes
5154configure:23737: result: ARPACK-NG library found
5155configure:23755: checking whether the arpack library works
5156configure:23910: g++ -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.cpp -larpack -lblas -ldl -lcurses    >&5
5157ld: warning: directory not found for option '-L/sw//lib/'
5158configure:23910: $? = 0
5159configure:23910: ./conftest
5160configure:23910: $? = 0
5161configure:23920: result:
5162configure:23930: result: Working ARPACK-NG library found (probably ARPACK-NG or a patched version of ARPACK)
5163configure:24018: checking suitesparse/umfpack.h usability
5164configure:24018: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5165conftest.c:160:33: error: suitesparse/umfpack.h: No such file or directory
5166configure:24018: $? = 1
5167configure: failed program was:
5168| /* confdefs.h */
5169| #define PACKAGE_NAME "Scilab"
5170| #define PACKAGE_TARNAME "scilab"
5171| #define PACKAGE_VERSION "6"
5172| #define PACKAGE_STRING "Scilab 6"
5173| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
5174| #define PACKAGE_URL ""
5175| #define O_LARGEFILE 0
5176| #define INSTALLPREFIX "/usr/local"
5177| #define STDC_HEADERS 1
5178| #define HAVE_SYS_TYPES_H 1
5179| #define HAVE_SYS_STAT_H 1
5180| #define HAVE_STDLIB_H 1
5181| #define HAVE_STRING_H 1
5182| #define HAVE_MEMORY_H 1
5183| #define HAVE_STRINGS_H 1
5184| #define HAVE_INTTYPES_H 1
5185| #define HAVE_STDINT_H 1
5186| #define HAVE_UNISTD_H 1
5187| #define INSTALLPREFIX "/usr/local"
5188| #define PACKAGE "scilab"
5189| #define VERSION "6"
5190| #define G95_FORTRAN /**/
5191| #define SIZEOF_INT 4
5192| #define SIZEOF_LONG 8
5193| #define USE_DYNAMIC_STACK /**/
5194| #define WLU /**/
5195| #define WTU /**/
5196| #define CNAME(name1,name2) name1##name2
5197| #define C2F(name) name##_
5198| #define F2C(name) name##_
5199| #define HAVE_LIBHDF5 1
5200| #define WITH_HDF5 /**/
5201| #define WITH_XCOS /**/
5202| #define WITH_OCAML /**/
5203| #define WITH_GUI /**/
5204| #define HAVE_SLEEP 1
5205| #define HAVE_USLEEP 1
5206| #define HAVE_DUP2 1
5207| #define HAVE_GETCWD 1
5208| #define HAVE_GETPAGESIZE 1
5209| #define HAVE_GETPASS 1
5210| #define HAVE_RMDIR 1
5211| #define HAVE_GETWD 1
5212| #define HAVE_REGCOMP 1
5213| #define HAVE_ATEXIT 1
5214| #define HAVE_PUTENV 1
5215| #define HAVE_SETENV 1
5216| #define HAVE_BZERO 1
5217| #define HAVE_MEMMOVE 1
5218| #define HAVE_MEMSET 1
5219| #define HAVE_STRCASECMP 1
5220| #define HAVE_STRERROR 1
5221| #define HAVE_STRCHR 1
5222| #define HAVE_STRDUP 1
5223| #define HAVE_STRPBRK 1
5224| #define HAVE_STRRCHR 1
5225| #define HAVE_STRSTR 1
5226| #define HAVE_STRTOL 1
5227| #define HAVE_SELECT 1
5228| #define HAVE_ENDPWENT 1
5229| #define HAVE_GETHOSTBYADDR 1
5230| #define HAVE_GETHOSTBYNAME 1
5231| #define HAVE_GETHOSTNAME 1
5232| #define HAVE_GETTIMEOFDAY 1
5233| #define HAVE_ISASCII 1
5234| #define HAVE_ISWPRINT 1
5235| #define HAVE_MKDIR 1
5236| #define HAVE_MUNMAP 1
5237| #define HAVE_STRSIGNAL 1
5238| #define HAVE_POW 1
5239| #define HAVE_SQRT 1
5240| #define HAVE_FINITE 1
5241| #define HAVE_FLOOR 1
5242| #define HAVE_SOCKET 1
5243| #define HAVE_UNAME 1
5244| #define HAVE_SETLOCALE 1
5245| #define HAVE_LIMITS_H 1
5246| #define HAVE_FCNTL_H 1
5247| #define HAVE_FLOAT_H 1
5248| #define HAVE_LIBINTL_H 1
5249| #define HAVE_LOCALE_H 1
5250| #define HAVE_NETDB_H 1
5251| #define HAVE_NETINET_IN_H 1
5252| #define HAVE_NLIST_H 1
5253| #define HAVE_SGTTY_H 1
5254| #define HAVE_STDDEF_H 1
5255| #define HAVE_SYS_FILE_H 1
5256| #define HAVE_SYS_IOCTL_H 1
5257| #define HAVE_SYS_PARAM_H 1
5258| #define HAVE_SYS_SOCKET_H 1
5259| #define HAVE_SYS_TIME_H 1
5260| #define HAVE_SYS_TIMEB_H 1
5261| #define HAVE_SYS_UTSNAME_H 1
5262| #define HAVE_SYSLOG_H 1
5263| #define HAVE_TERM_H 1
5264| #define HAVE_TERMCAP_H 1
5265| #define HAVE_TERMIOS_H 1
5266| #define HAVE_WCHAR_H 1
5267| #define HAVE_WCTYPE_H 1
5268| #define HAVE_TIME_H 1
5269| #define HAVE_DIRENT_H 1
5270| #define TIME_WITH_SYS_TIME 1
5271| #define HAVE_SYS_WAIT_H 1
5272| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5273| #define HAVE_STRUCT_STAT_ST_RDEV 1
5274| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5275| #define HAVE_CFLOCALECOPYCURRENT 1
5276| #define HAVE_ICONV 1
5277| #define ENABLE_NLS 1
5278| #define HAVE_GETTEXT 1
5279| #define HAVE_DCGETTEXT 1
5280| #define RETSIGTYPE void
5281| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5282| #define HAVE_ST_BLOCKS 1
5283| #define HAVE_LIBCURSES 1
5284| #define HAVE_NCURSES_H 1
5285| #define HAVE_CURSES_H 1
5286| #define HAVE_TERMCAP /**/
5287| #define HAVE_LIBDL 1
5288| #define WITH_FFTW /**/
5289| #define WITH_EIGEN /**/
5290| #define HAVE_LIBXML2 1
5291| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
5292| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
5293| /* end confdefs.h.  */
5294| #include <stdio.h>
5295| #ifdef HAVE_SYS_TYPES_H
5296| # include <sys/types.h>
5297| #endif
5298| #ifdef HAVE_SYS_STAT_H
5299| # include <sys/stat.h>
5300| #endif
5301| #ifdef STDC_HEADERS
5302| # include <stdlib.h>
5303| # include <stddef.h>
5304| #else
5305| # ifdef HAVE_STDLIB_H
5306| #  include <stdlib.h>
5307| # endif
5308| #endif
5309| #ifdef HAVE_STRING_H
5310| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
5311| #  include <memory.h>
5312| # endif
5313| # include <string.h>
5314| #endif
5315| #ifdef HAVE_STRINGS_H
5316| # include <strings.h>
5317| #endif
5318| #ifdef HAVE_INTTYPES_H
5319| # include <inttypes.h>
5320| #endif
5321| #ifdef HAVE_STDINT_H
5322| # include <stdint.h>
5323| #endif
5324| #ifdef HAVE_UNISTD_H
5325| # include <unistd.h>
5326| #endif
5327| #include <suitesparse/umfpack.h>
5328configure:24018: result: no
5329configure:24018: checking suitesparse/umfpack.h presence
5330configure:24018: gcc -E  -I/sw//include/ conftest.c
5331conftest.c:127:33: error: suitesparse/umfpack.h: No such file or directory
5332configure:24018: $? = 1
5333configure: failed program was:
5334| /* confdefs.h */
5335| #define PACKAGE_NAME "Scilab"
5336| #define PACKAGE_TARNAME "scilab"
5337| #define PACKAGE_VERSION "6"
5338| #define PACKAGE_STRING "Scilab 6"
5339| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
5340| #define PACKAGE_URL ""
5341| #define O_LARGEFILE 0
5342| #define INSTALLPREFIX "/usr/local"
5343| #define STDC_HEADERS 1
5344| #define HAVE_SYS_TYPES_H 1
5345| #define HAVE_SYS_STAT_H 1
5346| #define HAVE_STDLIB_H 1
5347| #define HAVE_STRING_H 1
5348| #define HAVE_MEMORY_H 1
5349| #define HAVE_STRINGS_H 1
5350| #define HAVE_INTTYPES_H 1
5351| #define HAVE_STDINT_H 1
5352| #define HAVE_UNISTD_H 1
5353| #define INSTALLPREFIX "/usr/local"
5354| #define PACKAGE "scilab"
5355| #define VERSION "6"
5356| #define G95_FORTRAN /**/
5357| #define SIZEOF_INT 4
5358| #define SIZEOF_LONG 8
5359| #define USE_DYNAMIC_STACK /**/
5360| #define WLU /**/
5361| #define WTU /**/
5362| #define CNAME(name1,name2) name1##name2
5363| #define C2F(name) name##_
5364| #define F2C(name) name##_
5365| #define HAVE_LIBHDF5 1
5366| #define WITH_HDF5 /**/
5367| #define WITH_XCOS /**/
5368| #define WITH_OCAML /**/
5369| #define WITH_GUI /**/
5370| #define HAVE_SLEEP 1
5371| #define HAVE_USLEEP 1
5372| #define HAVE_DUP2 1
5373| #define HAVE_GETCWD 1
5374| #define HAVE_GETPAGESIZE 1
5375| #define HAVE_GETPASS 1
5376| #define HAVE_RMDIR 1
5377| #define HAVE_GETWD 1
5378| #define HAVE_REGCOMP 1
5379| #define HAVE_ATEXIT 1
5380| #define HAVE_PUTENV 1
5381| #define HAVE_SETENV 1
5382| #define HAVE_BZERO 1
5383| #define HAVE_MEMMOVE 1
5384| #define HAVE_MEMSET 1
5385| #define HAVE_STRCASECMP 1
5386| #define HAVE_STRERROR 1
5387| #define HAVE_STRCHR 1
5388| #define HAVE_STRDUP 1
5389| #define HAVE_STRPBRK 1
5390| #define HAVE_STRRCHR 1
5391| #define HAVE_STRSTR 1
5392| #define HAVE_STRTOL 1
5393| #define HAVE_SELECT 1
5394| #define HAVE_ENDPWENT 1
5395| #define HAVE_GETHOSTBYADDR 1
5396| #define HAVE_GETHOSTBYNAME 1
5397| #define HAVE_GETHOSTNAME 1
5398| #define HAVE_GETTIMEOFDAY 1
5399| #define HAVE_ISASCII 1
5400| #define HAVE_ISWPRINT 1
5401| #define HAVE_MKDIR 1
5402| #define HAVE_MUNMAP 1
5403| #define HAVE_STRSIGNAL 1
5404| #define HAVE_POW 1
5405| #define HAVE_SQRT 1
5406| #define HAVE_FINITE 1
5407| #define HAVE_FLOOR 1
5408| #define HAVE_SOCKET 1
5409| #define HAVE_UNAME 1
5410| #define HAVE_SETLOCALE 1
5411| #define HAVE_LIMITS_H 1
5412| #define HAVE_FCNTL_H 1
5413| #define HAVE_FLOAT_H 1
5414| #define HAVE_LIBINTL_H 1
5415| #define HAVE_LOCALE_H 1
5416| #define HAVE_NETDB_H 1
5417| #define HAVE_NETINET_IN_H 1
5418| #define HAVE_NLIST_H 1
5419| #define HAVE_SGTTY_H 1
5420| #define HAVE_STDDEF_H 1
5421| #define HAVE_SYS_FILE_H 1
5422| #define HAVE_SYS_IOCTL_H 1
5423| #define HAVE_SYS_PARAM_H 1
5424| #define HAVE_SYS_SOCKET_H 1
5425| #define HAVE_SYS_TIME_H 1
5426| #define HAVE_SYS_TIMEB_H 1
5427| #define HAVE_SYS_UTSNAME_H 1
5428| #define HAVE_SYSLOG_H 1
5429| #define HAVE_TERM_H 1
5430| #define HAVE_TERMCAP_H 1
5431| #define HAVE_TERMIOS_H 1
5432| #define HAVE_WCHAR_H 1
5433| #define HAVE_WCTYPE_H 1
5434| #define HAVE_TIME_H 1
5435| #define HAVE_DIRENT_H 1
5436| #define TIME_WITH_SYS_TIME 1
5437| #define HAVE_SYS_WAIT_H 1
5438| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5439| #define HAVE_STRUCT_STAT_ST_RDEV 1
5440| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5441| #define HAVE_CFLOCALECOPYCURRENT 1
5442| #define HAVE_ICONV 1
5443| #define ENABLE_NLS 1
5444| #define HAVE_GETTEXT 1
5445| #define HAVE_DCGETTEXT 1
5446| #define RETSIGTYPE void
5447| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5448| #define HAVE_ST_BLOCKS 1
5449| #define HAVE_LIBCURSES 1
5450| #define HAVE_NCURSES_H 1
5451| #define HAVE_CURSES_H 1
5452| #define HAVE_TERMCAP /**/
5453| #define HAVE_LIBDL 1
5454| #define WITH_FFTW /**/
5455| #define WITH_EIGEN /**/
5456| #define HAVE_LIBXML2 1
5457| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
5458| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
5459| /* end confdefs.h.  */
5460| #include <suitesparse/umfpack.h>
5461configure:24018: result: no
5462configure:24018: checking for suitesparse/umfpack.h
5463configure:24018: result: no
5464configure:24022: checking umfpack.h usability
5465configure:24022: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5466configure:24022: $? = 0
5467configure:24022: result: yes
5468configure:24022: checking umfpack.h presence
5469configure:24022: gcc -E  -I/sw//include/ conftest.c
5470configure:24022: $? = 0
5471configure:24022: result: yes
5472configure:24022: checking for umfpack.h
5473configure:24022: result: yes
5474configure:24160: checking for amd_info in -lamd
5475configure:24193: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lamd  -lblas -ldl -lcurses   -lm >&5
5476ld: warning: directory not found for option '-L/sw//lib/'
5477configure:24193: $? = 0
5478configure:24202: result: yes
5479configure:24212: checking for umf_divcomplex in -lumfpack
5480configure:24245: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lumfpack  -lamd -lblas -ldl -lcurses   -lm >&5
5481ld: warning: directory not found for option '-L/sw//lib/'
5482configure:24245: $? = 0
5483configure:24254: result: yes
5484configure:24339: checking for pcre-config
5485configure:24355: found /opt/local/bin/pcre-config
5486configure:24366: result: pcre-config
5487configure:24392: checking for PCRE
5488configure:24476: result: yes
5489configure:24484: checking for pcre_compile in -lpcre
5490configure:24517: gcc -arch x86_64 -o conftest -I/opt/local/include -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lpcre  -L/opt/local/lib -lpcreposix -lpcre -ldl -lcurses   >&5
5491ld: warning: directory not found for option '-L/sw//lib/'
5492configure:24517: $? = 0
5493configure:24526: result: yes
5494configure:24541: checking for regexec in -lpcreposix
5495configure:24574: gcc -arch x86_64 -o conftest -I/opt/local/include -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lpcreposix  -lpcre -L/opt/local/lib -lpcreposix -lpcre -ldl -lcurses   >&5
5496ld: warning: directory not found for option '-L/sw//lib/'
5497configure:24574: $? = 0
5498configure:24583: result: yes
5499configure:24599: checking pcre.h usability
5500configure:24599: gcc -arch x86_64 -c -I/opt/local/include -g -O2  -I/sw//include/ conftest.c >&5
5501configure:24599: $? = 0
5502configure:24599: result: yes
5503configure:24599: checking pcre.h presence
5504configure:24599: gcc -E  -I/sw//include/ conftest.c
5505configure:24599: $? = 0
5506configure:24599: result: yes
5507configure:24599: checking for pcre.h
5508configure:24599: result: yes
5509configure:26186: checking for MATIO
5510configure:26194: $PKG_CONFIG --exists --print-errors "matio >= 1.3.3"
5511configure:26197: $? = 0
5512configure:26212: $PKG_CONFIG --exists --print-errors "matio >= 1.3.3"
5513configure:26215: $? = 0
5514configure:26270: result: yes
5515configure:26285: checking matio.h usability
5516configure:26285: gcc -arch x86_64 -c -g -O2    -I/sw//include/ conftest.c >&5
5517configure:26285: $? = 0
5518configure:26285: result: yes
5519configure:26285: checking matio.h presence
5520configure:26285: gcc -E  -I/sw//include/ conftest.c
5521configure:26285: $? = 0
5522configure:26285: result: yes
5523configure:26285: checking for matio.h
5524configure:26285: result: yes
5525configure:26285: checking matioConfig.h usability
5526configure:26285: gcc -arch x86_64 -c -g -O2    -I/sw//include/ conftest.c >&5
5527configure:26285: $? = 0
5528configure:26285: result: yes
5529configure:26285: checking matioConfig.h presence
5530configure:26285: gcc -E  -I/sw//include/ conftest.c
5531configure:26285: $? = 0
5532configure:26285: result: yes
5533configure:26285: checking for matioConfig.h
5534configure:26285: result: yes
5535configure:26297: checking for Mat_Open in -lmatio
5536configure:26330: gcc -arch x86_64 -o conftest -g -O2    -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -lmatio  -ldl -lcurses   -L/opt/local/lib -lmatio -lz   >&5
5537ld: warning: directory not found for option '-L/sw//lib/'
5538configure:26330: $? = 0
5539configure:26339: result: yes
5540configure:26413: checking saxon
5541/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
5542yes
5543configure:26467: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/saxon.jar
5544configure:26530: checking jlatexmath-fop
5545/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac -g conftest.java
5546yes
5547configure:26584: result: /Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jlatexmath-fop-1.0.0.jar
5548configure:26795: WARNING: --enable-compilation-tests deactivated: Could not find Junit4"
5549configure:26915: checking how to print strings
5550configure:26942: result: printf
5551configure:26963: checking for a sed that does not truncate output
5552configure:27027: result: /opt/local/bin/gsed
5553configure:27045: checking for fgrep
5554configure:27107: result: /usr/bin/grep -F
5555configure:27142: checking for ld used by gcc -arch x86_64
5556configure:27209: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
5557configure:27216: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
5558configure:27231: result: no
5559configure:27243: checking for BSD- or MS-compatible name lister (nm)
5560configure:27292: result: nm
5561configure:27422: checking the name lister (nm) interface
5562configure:27429: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5563configure:27432: nm "conftest.o"
5564configure:27435: output
556500000000000001b0 S _some_variable
5566configure:27442: result: BSD nm
5567configure:27446: checking the maximum length of command line arguments
5568configure:27571: result: 196608
5569configure:27588: checking whether the shell understands some XSI constructs
5570configure:27598: result: yes
5571configure:27602: checking whether the shell understands "+="
5572configure:27608: result: yes
5573configure:27643: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
5574configure:27650: result: -r
5575configure:27719: checking for objdump
5576configure:27749: result: no
5577configure:27778: checking how to recognize dependent libraries
5578configure:27975: result: pass_all
5579configure:28035: checking for ar
5580configure:28051: found /opt/local/bin/ar
5581configure:28062: result: ar
5582configure:28140: checking for strip
5583configure:28156: found /opt/local/bin/strip
5584configure:28167: result: strip
5585configure:28239: checking for ranlib
5586configure:28255: found /opt/local/bin/ranlib
5587configure:28266: result: ranlib
5588configure:28368: checking command to parse nm output from gcc -arch x86_64 object
5589configure:28486: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5590configure:28489: $? = 0
5591configure:28493: nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
5592configure:28496: $? = 0
5593cannot find nm_test_var in conftest.nm
5594configure:28486: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5595configure:28489: $? = 0
5596configure:28493: nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
5597configure:28496: $? = 0
5598configure:28550: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c conftstm.o >&5
5599ld: warning: directory not found for option '-L/sw//lib/'
5600configure:28553: $? = 0
5601configure:28591: result: ok
5602configure:28863: checking for dsymutil
5603configure:28879: found /usr/bin/dsymutil
5604configure:28890: result: dsymutil
5605configure:28955: checking for nmedit
5606configure:28971: found /opt/local/bin/nmedit
5607configure:28982: result: nmedit
5608configure:29047: checking for lipo
5609configure:29063: found /opt/local/bin/lipo
5610configure:29074: result: lipo
5611configure:29139: checking for otool
5612configure:29155: found /opt/local/bin/otool
5613configure:29166: result: otool
5614configure:29231: checking for otool64
5615configure:29261: result: no
5616configure:29306: checking for -single_module linker flag
5617gcc -arch x86_64 -g -O2  -L/sw//lib/ -no_compact_linkedit -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
5618ld: warning: directory not found for option '-L/sw//lib/'
5619configure:29333: result: no
5620configure:29335: checking for -exported_symbols_list linker flag
5621configure:29363: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit -Wl,-exported_symbols_list,conftest.sym conftest.c -ldl -lcurses   >&5
5622ld: warning: directory not found for option '-L/sw//lib/'
5623configure:29363: $? = 0
5624configure:29373: result: yes
5625configure:29375: checking for -force_load linker flag
5626gcc -arch x86_64 -g -O2 -c -o conftest.o conftest.c
5627ar cru libconftest.a conftest.o
5628gcc -arch x86_64 -g -O2  -L/sw//lib/ -no_compact_linkedit -o conftest conftest.c -Wl,-force_load,./libconftest.a
5629ld: warning: directory not found for option '-L/sw//lib/'
5630configure:29403: result: no
5631configure:29442: checking for dlfcn.h
5632configure:29442: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5633configure:29442: $? = 0
5634configure:29442: result: yes
5635configure:29597: checking for objdir
5636configure:29612: result: .libs
5637configure:29883: checking if gcc -arch x86_64 supports -fno-rtti -fno-exceptions
5638configure:29901: gcc -arch x86_64 -c -g -O2  -I/sw//include/ -fno-rtti -fno-exceptions conftest.c >&5
5639cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
5640configure:29905: $? = 0
5641configure:29918: result: no
5642configure:29938: checking for gcc -arch x86_64 option to produce PIC
5643configure:30223: result: -fno-common -DPIC
5644configure:30235: checking if gcc -arch x86_64 PIC flag -fno-common -DPIC works
5645configure:30253: gcc -arch x86_64 -c -g -O2  -I/sw//include/ -fno-common -DPIC -DPIC conftest.c >&5
5646configure:30257: $? = 0
5647configure:30270: result: yes
5648configure:30294: checking if gcc -arch x86_64 static flag -static works
5649configure:30322: result: no
5650configure:30337: checking if gcc -arch x86_64 supports -c -o file.o
5651configure:30358: gcc -arch x86_64 -c -g -O2  -I/sw//include/ -o out/conftest2.o conftest.c >&5
5652configure:30362: $? = 0
5653configure:30384: result: yes
5654configure:30392: checking if gcc -arch x86_64 supports -c -o file.o
5655configure:30439: result: yes
5656configure:30472: checking whether the gcc -arch x86_64 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
5657configure:31556: result: yes
5658configure:31801: checking dynamic linker characteristics
5659configure:32473: result: darwin11.4.2 dyld
5660configure:32580: checking how to hardcode library paths into programs
5661configure:32605: result: immediate
5662configure:32650: checking for dlopen in -ldl
5663configure:32692: result: yes
5664configure:32939: checking whether a program can dlopen itself
5665configure:33019: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/ -DHAVE_DLFCN_H  -L/sw//lib/ -no_compact_linkedit  conftest.c -ldl -ldl -lcurses   >&5
5666ld: warning: directory not found for option '-L/sw//lib/'
5667configure:33022: $? = 0
5668configure:33040: result: yes
5669configure:33045: checking whether a statically linked program can dlopen itself
5670configure:33125: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/ -DHAVE_DLFCN_H  -L/sw//lib/ -no_compact_linkedit   conftest.c -ldl -ldl -lcurses   >&5
5671ld: warning: directory not found for option '-L/sw//lib/'
5672configure:33128: $? = 0
5673configure:33146: result: yes
5674configure:33185: checking whether stripping libraries is possible
5675configure:33199: result: yes
5676configure:33225: checking if libtool supports shared libraries
5677configure:33227: result: yes
5678configure:33230: checking whether to build shared libraries
5679configure:33251: result: yes
5680configure:33254: checking whether to build static libraries
5681configure:33258: result: no
5682configure:33281: checking how to run the C++ preprocessor
5683configure:33347: result: g++ -arch x86_64 -E
5684configure:33367: g++ -arch x86_64 -E  -I/sw//include/ conftest.cpp
5685configure:33367: $? = 0
5686configure:33381: g++ -arch x86_64 -E  -I/sw//include/ conftest.cpp
5687conftest.cpp:140:28: error: ac_nonexistent.h: No such file or directory
5688configure:33381: $? = 1
5689configure: failed program was:
5690| /* confdefs.h */
5691| #define PACKAGE_NAME "Scilab"
5692| #define PACKAGE_TARNAME "scilab"
5693| #define PACKAGE_VERSION "6"
5694| #define PACKAGE_STRING "Scilab 6"
5695| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
5696| #define PACKAGE_URL ""
5697| #define O_LARGEFILE 0
5698| #define INSTALLPREFIX "/usr/local"
5699| #define STDC_HEADERS 1
5700| #define HAVE_SYS_TYPES_H 1
5701| #define HAVE_SYS_STAT_H 1
5702| #define HAVE_STDLIB_H 1
5703| #define HAVE_STRING_H 1
5704| #define HAVE_MEMORY_H 1
5705| #define HAVE_STRINGS_H 1
5706| #define HAVE_INTTYPES_H 1
5707| #define HAVE_STDINT_H 1
5708| #define HAVE_UNISTD_H 1
5709| #define INSTALLPREFIX "/usr/local"
5710| #define PACKAGE "scilab"
5711| #define VERSION "6"
5712| #define G95_FORTRAN /**/
5713| #define SIZEOF_INT 4
5714| #define SIZEOF_LONG 8
5715| #define USE_DYNAMIC_STACK /**/
5716| #define WLU /**/
5717| #define WTU /**/
5718| #define CNAME(name1,name2) name1##name2
5719| #define C2F(name) name##_
5720| #define F2C(name) name##_
5721| #define HAVE_LIBHDF5 1
5722| #define WITH_HDF5 /**/
5723| #define WITH_XCOS /**/
5724| #define WITH_OCAML /**/
5725| #define WITH_GUI /**/
5726| #define HAVE_SLEEP 1
5727| #define HAVE_USLEEP 1
5728| #define HAVE_DUP2 1
5729| #define HAVE_GETCWD 1
5730| #define HAVE_GETPAGESIZE 1
5731| #define HAVE_GETPASS 1
5732| #define HAVE_RMDIR 1
5733| #define HAVE_GETWD 1
5734| #define HAVE_REGCOMP 1
5735| #define HAVE_ATEXIT 1
5736| #define HAVE_PUTENV 1
5737| #define HAVE_SETENV 1
5738| #define HAVE_BZERO 1
5739| #define HAVE_MEMMOVE 1
5740| #define HAVE_MEMSET 1
5741| #define HAVE_STRCASECMP 1
5742| #define HAVE_STRERROR 1
5743| #define HAVE_STRCHR 1
5744| #define HAVE_STRDUP 1
5745| #define HAVE_STRPBRK 1
5746| #define HAVE_STRRCHR 1
5747| #define HAVE_STRSTR 1
5748| #define HAVE_STRTOL 1
5749| #define HAVE_SELECT 1
5750| #define HAVE_ENDPWENT 1
5751| #define HAVE_GETHOSTBYADDR 1
5752| #define HAVE_GETHOSTBYNAME 1
5753| #define HAVE_GETHOSTNAME 1
5754| #define HAVE_GETTIMEOFDAY 1
5755| #define HAVE_ISASCII 1
5756| #define HAVE_ISWPRINT 1
5757| #define HAVE_MKDIR 1
5758| #define HAVE_MUNMAP 1
5759| #define HAVE_STRSIGNAL 1
5760| #define HAVE_POW 1
5761| #define HAVE_SQRT 1
5762| #define HAVE_FINITE 1
5763| #define HAVE_FLOOR 1
5764| #define HAVE_SOCKET 1
5765| #define HAVE_UNAME 1
5766| #define HAVE_SETLOCALE 1
5767| #define HAVE_LIMITS_H 1
5768| #define HAVE_FCNTL_H 1
5769| #define HAVE_FLOAT_H 1
5770| #define HAVE_LIBINTL_H 1
5771| #define HAVE_LOCALE_H 1
5772| #define HAVE_NETDB_H 1
5773| #define HAVE_NETINET_IN_H 1
5774| #define HAVE_NLIST_H 1
5775| #define HAVE_SGTTY_H 1
5776| #define HAVE_STDDEF_H 1
5777| #define HAVE_SYS_FILE_H 1
5778| #define HAVE_SYS_IOCTL_H 1
5779| #define HAVE_SYS_PARAM_H 1
5780| #define HAVE_SYS_SOCKET_H 1
5781| #define HAVE_SYS_TIME_H 1
5782| #define HAVE_SYS_TIMEB_H 1
5783| #define HAVE_SYS_UTSNAME_H 1
5784| #define HAVE_SYSLOG_H 1
5785| #define HAVE_TERM_H 1
5786| #define HAVE_TERMCAP_H 1
5787| #define HAVE_TERMIOS_H 1
5788| #define HAVE_WCHAR_H 1
5789| #define HAVE_WCTYPE_H 1
5790| #define HAVE_TIME_H 1
5791| #define HAVE_DIRENT_H 1
5792| #define TIME_WITH_SYS_TIME 1
5793| #define HAVE_SYS_WAIT_H 1
5794| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
5795| #define HAVE_STRUCT_STAT_ST_RDEV 1
5796| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
5797| #define HAVE_CFLOCALECOPYCURRENT 1
5798| #define HAVE_ICONV 1
5799| #define ENABLE_NLS 1
5800| #define HAVE_GETTEXT 1
5801| #define HAVE_DCGETTEXT 1
5802| #define RETSIGTYPE void
5803| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
5804| #define HAVE_ST_BLOCKS 1
5805| #define HAVE_LIBCURSES 1
5806| #define HAVE_NCURSES_H 1
5807| #define HAVE_CURSES_H 1
5808| #define HAVE_TERMCAP /**/
5809| #define HAVE_LIBDL 1
5810| #define WITH_FFTW /**/
5811| #define WITH_EIGEN /**/
5812| #define HAVE_LIBXML2 1
5813| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
5814| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
5815| #define WITH_UMFPACK /**/
5816| #define HAVE_LIBPCRE 1
5817| #define HAVE_LIBPCREPOSIX 1
5818| #define HAVE_PCRE_H 1
5819| #define PCRE_CFLAGS "-I/opt/local/include"
5820| #define PCRE_LIBS "-L/opt/local/lib -lpcreposix -lpcre"
5821| #define PCRE_VERSION "8.31"
5822| #define HAVE_MATIO_H 1
5823| #define HAVE_MATIOCONFIG_H 1
5824| #define HAVE_LIBMATIO 1
5825| #define WITH_MATIO /**/
5826| #define HAVE_DLFCN_H 1
5827| #define LT_OBJDIR ".libs/"
5828| /* end confdefs.h.  */
5829| #include <ac_nonexistent.h>
5830configure:33549: checking for ld used by g++ -arch x86_64
5831configure:33616: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
5832configure:33623: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
5833configure:33638: result: no
5834configure:33693: checking whether the g++ -arch x86_64 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
5835configure:34636: result: yes
5836configure:34664: g++ -arch x86_64 -c -g -O2  -I/sw//include/ conftest.cpp >&5
5837configure:34667: $? = 0
5838configure:34849: checking for g++ -arch x86_64 option to produce PIC
5839configure:35166: result: -fno-common -DPIC
5840configure:35175: checking if g++ -arch x86_64 PIC flag -fno-common -DPIC works
5841configure:35193: g++ -arch x86_64 -c -g -O2  -I/sw//include/ -fno-common -DPIC -DPIC conftest.cpp >&5
5842configure:35197: $? = 0
5843configure:35210: result: yes
5844configure:35231: checking if g++ -arch x86_64 static flag -static works
5845configure:35259: result: no
5846configure:35271: checking if g++ -arch x86_64 supports -c -o file.o
5847configure:35292: g++ -arch x86_64 -c -g -O2  -I/sw//include/ -o out/conftest2.o conftest.cpp >&5
5848configure:35296: $? = 0
5849configure:35318: result: yes
5850configure:35323: checking if g++ -arch x86_64 supports -c -o file.o
5851configure:35370: result: yes
5852configure:35400: checking whether the g++ -arch x86_64 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
5853configure:35428: result: yes
5854configure:35571: checking dynamic linker characteristics
5855configure:36177: result: darwin11.4.2 dyld
5856configure:36230: checking how to hardcode library paths into programs
5857configure:36255: result: immediate
5858configure:36401: checking if libtool supports shared libraries
5859configure:36403: result: yes
5860configure:36406: checking whether to build shared libraries
5861configure:36426: result: yes
5862configure:36429: checking whether to build static libraries
5863configure:36433: result: no
5864configure:36447: checking for gfortran option to produce PIC
5865configure:36732: result: -fno-common
5866configure:36741: checking if gfortran PIC flag -fno-common works
5867configure:36759: gfortran -c -g -O2 -fno-common conftest.f >&5
5868configure:36763: $? = 0
5869configure:36776: result: yes
5870configure:36797: checking if gfortran static flag -static works
5871configure:36825: result: no
5872configure:36837: checking if gfortran supports -c -o file.o
5873configure:36858: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
5874configure:36862: $? = 0
5875configure:36884: result: yes
5876configure:36889: checking if gfortran supports -c -o file.o
5877configure:36936: result: yes
5878configure:36966: checking whether the gfortran linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
5879configure:37982: result: yes
5880configure:38125: checking dynamic linker characteristics
5881configure:38717: result: darwin11.4.2 dyld
5882configure:38770: checking how to hardcode library paths into programs
5883configure:38795: result: immediate
5884configure:38873: checking for an ANSI C-conforming const
5885configure:38947: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5886configure:38947: $? = 0
5887configure:38954: result: yes
5888configure:38962: checking for inline
5889configure:38978: gcc -arch x86_64 -c -g -O2  -I/sw//include/ conftest.c >&5
5890configure:38978: $? = 0
5891configure:38986: result: inline
5892configure:39015: checking for glibc backtrace
5893configure:39040: gcc -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.c -ldl -lcurses   >&5
5894ld: warning: directory not found for option '-L/sw//lib/'
5895configure:39040: $? = 0
5896configure:39047: result: yes
5897configure:39058: checking if the C compiler accepts "-rdynamic"
5898configure:39082: gcc -arch x86_64 -c -g -O2 $-rdynamic  -I/sw//include/ conftest.c >&5
5899i686-apple-darwin11-llvm-gcc-4.2: $-rdynamic: No such file or directory
5900configure:39082: $? = 1
5901configure: failed program was:
5902| /* confdefs.h */
5903| #define PACKAGE_NAME "Scilab"
5904| #define PACKAGE_TARNAME "scilab"
5905| #define PACKAGE_VERSION "6"
5906| #define PACKAGE_STRING "Scilab 6"
5907| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
5908| #define PACKAGE_URL ""
5909| #define O_LARGEFILE 0
5910| #define INSTALLPREFIX "/usr/local"
5911| #define STDC_HEADERS 1
5912| #define HAVE_SYS_TYPES_H 1
5913| #define HAVE_SYS_STAT_H 1
5914| #define HAVE_STDLIB_H 1
5915| #define HAVE_STRING_H 1
5916| #define HAVE_MEMORY_H 1
5917| #define HAVE_STRINGS_H 1
5918| #define HAVE_INTTYPES_H 1
5919| #define HAVE_STDINT_H 1
5920| #define HAVE_UNISTD_H 1
5921| #define INSTALLPREFIX "/usr/local"
5922| #define PACKAGE "scilab"
5923| #define VERSION "6"
5924| #define G95_FORTRAN /**/
5925| #define SIZEOF_INT 4
5926| #define SIZEOF_LONG 8
5927| #define USE_DYNAMIC_STACK /**/
5928| #define WLU /**/
5929| #define WTU /**/
5930| #define CNAME(name1,name2) name1##name2
5931| #define C2F(name) name##_
5932| #define F2C(name) name##_
5933| #define HAVE_LIBHDF5 1
5934| #define WITH_HDF5 /**/
5935| #define WITH_XCOS /**/
5936| #define WITH_OCAML /**/
5937| #define WITH_GUI /**/
5938| #define HAVE_SLEEP 1
5939| #define HAVE_USLEEP 1
5940| #define HAVE_DUP2 1
5941| #define HAVE_GETCWD 1
5942| #define HAVE_GETPAGESIZE 1
5943| #define HAVE_GETPASS 1
5944| #define HAVE_RMDIR 1
5945| #define HAVE_GETWD 1
5946| #define HAVE_REGCOMP 1
5947| #define HAVE_ATEXIT 1
5948| #define HAVE_PUTENV 1
5949| #define HAVE_SETENV 1
5950| #define HAVE_BZERO 1
5951| #define HAVE_MEMMOVE 1
5952| #define HAVE_MEMSET 1
5953| #define HAVE_STRCASECMP 1
5954| #define HAVE_STRERROR 1
5955| #define HAVE_STRCHR 1
5956| #define HAVE_STRDUP 1
5957| #define HAVE_STRPBRK 1
5958| #define HAVE_STRRCHR 1
5959| #define HAVE_STRSTR 1
5960| #define HAVE_STRTOL 1
5961| #define HAVE_SELECT 1
5962| #define HAVE_ENDPWENT 1
5963| #define HAVE_GETHOSTBYADDR 1
5964| #define HAVE_GETHOSTBYNAME 1
5965| #define HAVE_GETHOSTNAME 1
5966| #define HAVE_GETTIMEOFDAY 1
5967| #define HAVE_ISASCII 1
5968| #define HAVE_ISWPRINT 1
5969| #define HAVE_MKDIR 1
5970| #define HAVE_MUNMAP 1
5971| #define HAVE_STRSIGNAL 1
5972| #define HAVE_POW 1
5973| #define HAVE_SQRT 1
5974| #define HAVE_FINITE 1
5975| #define HAVE_FLOOR 1
5976| #define HAVE_SOCKET 1
5977| #define HAVE_UNAME 1
5978| #define HAVE_SETLOCALE 1
5979| #define HAVE_LIMITS_H 1
5980| #define HAVE_FCNTL_H 1
5981| #define HAVE_FLOAT_H 1
5982| #define HAVE_LIBINTL_H 1
5983| #define HAVE_LOCALE_H 1
5984| #define HAVE_NETDB_H 1
5985| #define HAVE_NETINET_IN_H 1
5986| #define HAVE_NLIST_H 1
5987| #define HAVE_SGTTY_H 1
5988| #define HAVE_STDDEF_H 1
5989| #define HAVE_SYS_FILE_H 1
5990| #define HAVE_SYS_IOCTL_H 1
5991| #define HAVE_SYS_PARAM_H 1
5992| #define HAVE_SYS_SOCKET_H 1
5993| #define HAVE_SYS_TIME_H 1
5994| #define HAVE_SYS_TIMEB_H 1
5995| #define HAVE_SYS_UTSNAME_H 1
5996| #define HAVE_SYSLOG_H 1
5997| #define HAVE_TERM_H 1
5998| #define HAVE_TERMCAP_H 1
5999| #define HAVE_TERMIOS_H 1
6000| #define HAVE_WCHAR_H 1
6001| #define HAVE_WCTYPE_H 1
6002| #define HAVE_TIME_H 1
6003| #define HAVE_DIRENT_H 1
6004| #define TIME_WITH_SYS_TIME 1
6005| #define HAVE_SYS_WAIT_H 1
6006| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6007| #define HAVE_STRUCT_STAT_ST_RDEV 1
6008| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6009| #define HAVE_CFLOCALECOPYCURRENT 1
6010| #define HAVE_ICONV 1
6011| #define ENABLE_NLS 1
6012| #define HAVE_GETTEXT 1
6013| #define HAVE_DCGETTEXT 1
6014| #define RETSIGTYPE void
6015| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6016| #define HAVE_ST_BLOCKS 1
6017| #define HAVE_LIBCURSES 1
6018| #define HAVE_NCURSES_H 1
6019| #define HAVE_CURSES_H 1
6020| #define HAVE_TERMCAP /**/
6021| #define HAVE_LIBDL 1
6022| #define WITH_FFTW /**/
6023| #define WITH_EIGEN /**/
6024| #define HAVE_LIBXML2 1
6025| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
6026| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
6027| #define WITH_UMFPACK /**/
6028| #define HAVE_LIBPCRE 1
6029| #define HAVE_LIBPCREPOSIX 1
6030| #define HAVE_PCRE_H 1
6031| #define PCRE_CFLAGS "-I/opt/local/include"
6032| #define PCRE_LIBS "-L/opt/local/lib -lpcreposix -lpcre"
6033| #define PCRE_VERSION "8.31"
6034| #define HAVE_MATIO_H 1
6035| #define HAVE_MATIOCONFIG_H 1
6036| #define HAVE_LIBMATIO 1
6037| #define WITH_MATIO /**/
6038| #define HAVE_DLFCN_H 1
6039| #define LT_OBJDIR ".libs/"
6040| /* end confdefs.h.  */
6041|
6042| #ifdef F77_DUMMY_MAIN
6043|
6044| #  ifdef __cplusplus
6045|      extern "C"
6046| #  endif
6047|    int F77_DUMMY_MAIN() { return 1; }
6048|
6049| #endif
6050| int
6051| main ()
6052| {
6053|
6054|   ;
6055|   return 0;
6056| }
6057configure:39088: result: no
6058configure:39109: checking if the C++ compiler accepts "-rdynamic"
6059configure:39133: g++ -arch x86_64 -c -g -O2 $-rdynamic  -I/sw//include/ conftest.cpp >&5
6060i686-apple-darwin11-llvm-g++-4.2: $-rdynamic: No such file or directory
6061configure:39133: $? = 1
6062configure: failed program was:
6063| /* confdefs.h */
6064| #define PACKAGE_NAME "Scilab"
6065| #define PACKAGE_TARNAME "scilab"
6066| #define PACKAGE_VERSION "6"
6067| #define PACKAGE_STRING "Scilab 6"
6068| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
6069| #define PACKAGE_URL ""
6070| #define O_LARGEFILE 0
6071| #define INSTALLPREFIX "/usr/local"
6072| #define STDC_HEADERS 1
6073| #define HAVE_SYS_TYPES_H 1
6074| #define HAVE_SYS_STAT_H 1
6075| #define HAVE_STDLIB_H 1
6076| #define HAVE_STRING_H 1
6077| #define HAVE_MEMORY_H 1
6078| #define HAVE_STRINGS_H 1
6079| #define HAVE_INTTYPES_H 1
6080| #define HAVE_STDINT_H 1
6081| #define HAVE_UNISTD_H 1
6082| #define INSTALLPREFIX "/usr/local"
6083| #define PACKAGE "scilab"
6084| #define VERSION "6"
6085| #define G95_FORTRAN /**/
6086| #define SIZEOF_INT 4
6087| #define SIZEOF_LONG 8
6088| #define USE_DYNAMIC_STACK /**/
6089| #define WLU /**/
6090| #define WTU /**/
6091| #define CNAME(name1,name2) name1##name2
6092| #define C2F(name) name##_
6093| #define F2C(name) name##_
6094| #define HAVE_LIBHDF5 1
6095| #define WITH_HDF5 /**/
6096| #define WITH_XCOS /**/
6097| #define WITH_OCAML /**/
6098| #define WITH_GUI /**/
6099| #define HAVE_SLEEP 1
6100| #define HAVE_USLEEP 1
6101| #define HAVE_DUP2 1
6102| #define HAVE_GETCWD 1
6103| #define HAVE_GETPAGESIZE 1
6104| #define HAVE_GETPASS 1
6105| #define HAVE_RMDIR 1
6106| #define HAVE_GETWD 1
6107| #define HAVE_REGCOMP 1
6108| #define HAVE_ATEXIT 1
6109| #define HAVE_PUTENV 1
6110| #define HAVE_SETENV 1
6111| #define HAVE_BZERO 1
6112| #define HAVE_MEMMOVE 1
6113| #define HAVE_MEMSET 1
6114| #define HAVE_STRCASECMP 1
6115| #define HAVE_STRERROR 1
6116| #define HAVE_STRCHR 1
6117| #define HAVE_STRDUP 1
6118| #define HAVE_STRPBRK 1
6119| #define HAVE_STRRCHR 1
6120| #define HAVE_STRSTR 1
6121| #define HAVE_STRTOL 1
6122| #define HAVE_SELECT 1
6123| #define HAVE_ENDPWENT 1
6124| #define HAVE_GETHOSTBYADDR 1
6125| #define HAVE_GETHOSTBYNAME 1
6126| #define HAVE_GETHOSTNAME 1
6127| #define HAVE_GETTIMEOFDAY 1
6128| #define HAVE_ISASCII 1
6129| #define HAVE_ISWPRINT 1
6130| #define HAVE_MKDIR 1
6131| #define HAVE_MUNMAP 1
6132| #define HAVE_STRSIGNAL 1
6133| #define HAVE_POW 1
6134| #define HAVE_SQRT 1
6135| #define HAVE_FINITE 1
6136| #define HAVE_FLOOR 1
6137| #define HAVE_SOCKET 1
6138| #define HAVE_UNAME 1
6139| #define HAVE_SETLOCALE 1
6140| #define HAVE_LIMITS_H 1
6141| #define HAVE_FCNTL_H 1
6142| #define HAVE_FLOAT_H 1
6143| #define HAVE_LIBINTL_H 1
6144| #define HAVE_LOCALE_H 1
6145| #define HAVE_NETDB_H 1
6146| #define HAVE_NETINET_IN_H 1
6147| #define HAVE_NLIST_H 1
6148| #define HAVE_SGTTY_H 1
6149| #define HAVE_STDDEF_H 1
6150| #define HAVE_SYS_FILE_H 1
6151| #define HAVE_SYS_IOCTL_H 1
6152| #define HAVE_SYS_PARAM_H 1
6153| #define HAVE_SYS_SOCKET_H 1
6154| #define HAVE_SYS_TIME_H 1
6155| #define HAVE_SYS_TIMEB_H 1
6156| #define HAVE_SYS_UTSNAME_H 1
6157| #define HAVE_SYSLOG_H 1
6158| #define HAVE_TERM_H 1
6159| #define HAVE_TERMCAP_H 1
6160| #define HAVE_TERMIOS_H 1
6161| #define HAVE_WCHAR_H 1
6162| #define HAVE_WCTYPE_H 1
6163| #define HAVE_TIME_H 1
6164| #define HAVE_DIRENT_H 1
6165| #define TIME_WITH_SYS_TIME 1
6166| #define HAVE_SYS_WAIT_H 1
6167| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6168| #define HAVE_STRUCT_STAT_ST_RDEV 1
6169| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6170| #define HAVE_CFLOCALECOPYCURRENT 1
6171| #define HAVE_ICONV 1
6172| #define ENABLE_NLS 1
6173| #define HAVE_GETTEXT 1
6174| #define HAVE_DCGETTEXT 1
6175| #define RETSIGTYPE void
6176| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6177| #define HAVE_ST_BLOCKS 1
6178| #define HAVE_LIBCURSES 1
6179| #define HAVE_NCURSES_H 1
6180| #define HAVE_CURSES_H 1
6181| #define HAVE_TERMCAP /**/
6182| #define HAVE_LIBDL 1
6183| #define WITH_FFTW /**/
6184| #define WITH_EIGEN /**/
6185| #define HAVE_LIBXML2 1
6186| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
6187| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
6188| #define WITH_UMFPACK /**/
6189| #define HAVE_LIBPCRE 1
6190| #define HAVE_LIBPCREPOSIX 1
6191| #define HAVE_PCRE_H 1
6192| #define PCRE_CFLAGS "-I/opt/local/include"
6193| #define PCRE_LIBS "-L/opt/local/lib -lpcreposix -lpcre"
6194| #define PCRE_VERSION "8.31"
6195| #define HAVE_MATIO_H 1
6196| #define HAVE_MATIOCONFIG_H 1
6197| #define HAVE_LIBMATIO 1
6198| #define WITH_MATIO /**/
6199| #define HAVE_DLFCN_H 1
6200| #define LT_OBJDIR ".libs/"
6201| /* end confdefs.h.  */
6202|
6203| #ifdef F77_DUMMY_MAIN
6204|
6205| #  ifdef __cplusplus
6206|      extern "C"
6207| #  endif
6208|    int F77_DUMMY_MAIN() { return 1; }
6209|
6210| #endif
6211| int
6212| main ()
6213| {
6214|
6215|   ;
6216|   return 0;
6217| }
6218configure:39139: result: no
6219configure:39159: checking if the Fortran 77 compiler accepts "-rdynamic"
6220configure:39169: gfortran -c -g -O2 $-rdynamic conftest.f >&5
6221gfortran: error: $-rdynamic: No such file or directory
6222configure:39169: $? = 1
6223configure: failed program was:
6224|       program main
6225|
6226|       end
6227configure:39175: result: no
6228configure:39205: checking for stdc++ abi::__cxa_demangle
6229configure:39227: g++ -arch x86_64 -o conftest -g -O2  -I/sw//include/  -L/sw//lib/ -no_compact_linkedit conftest.cpp -ldl -lcurses   >&5
6230conftest.cpp: In function 'int main()':
6231conftest.cpp:154: error: 'size_t' is not a member of 'std'
6232conftest.cpp:154: error: expected `;' before 'length'
6233conftest.cpp:154: error: 'length' was not declared in this scope
6234configure:39227: $? = 1
6235configure: failed program was:
6236| /* confdefs.h */
6237| #define PACKAGE_NAME "Scilab"
6238| #define PACKAGE_TARNAME "scilab"
6239| #define PACKAGE_VERSION "6"
6240| #define PACKAGE_STRING "Scilab 6"
6241| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
6242| #define PACKAGE_URL ""
6243| #define O_LARGEFILE 0
6244| #define INSTALLPREFIX "/usr/local"
6245| #define STDC_HEADERS 1
6246| #define HAVE_SYS_TYPES_H 1
6247| #define HAVE_SYS_STAT_H 1
6248| #define HAVE_STDLIB_H 1
6249| #define HAVE_STRING_H 1
6250| #define HAVE_MEMORY_H 1
6251| #define HAVE_STRINGS_H 1
6252| #define HAVE_INTTYPES_H 1
6253| #define HAVE_STDINT_H 1
6254| #define HAVE_UNISTD_H 1
6255| #define INSTALLPREFIX "/usr/local"
6256| #define PACKAGE "scilab"
6257| #define VERSION "6"
6258| #define G95_FORTRAN /**/
6259| #define SIZEOF_INT 4
6260| #define SIZEOF_LONG 8
6261| #define USE_DYNAMIC_STACK /**/
6262| #define WLU /**/
6263| #define WTU /**/
6264| #define CNAME(name1,name2) name1##name2
6265| #define C2F(name) name##_
6266| #define F2C(name) name##_
6267| #define HAVE_LIBHDF5 1
6268| #define WITH_HDF5 /**/
6269| #define WITH_XCOS /**/
6270| #define WITH_OCAML /**/
6271| #define WITH_GUI /**/
6272| #define HAVE_SLEEP 1
6273| #define HAVE_USLEEP 1
6274| #define HAVE_DUP2 1
6275| #define HAVE_GETCWD 1
6276| #define HAVE_GETPAGESIZE 1
6277| #define HAVE_GETPASS 1
6278| #define HAVE_RMDIR 1
6279| #define HAVE_GETWD 1
6280| #define HAVE_REGCOMP 1
6281| #define HAVE_ATEXIT 1
6282| #define HAVE_PUTENV 1
6283| #define HAVE_SETENV 1
6284| #define HAVE_BZERO 1
6285| #define HAVE_MEMMOVE 1
6286| #define HAVE_MEMSET 1
6287| #define HAVE_STRCASECMP 1
6288| #define HAVE_STRERROR 1
6289| #define HAVE_STRCHR 1
6290| #define HAVE_STRDUP 1
6291| #define HAVE_STRPBRK 1
6292| #define HAVE_STRRCHR 1
6293| #define HAVE_STRSTR 1
6294| #define HAVE_STRTOL 1
6295| #define HAVE_SELECT 1
6296| #define HAVE_ENDPWENT 1
6297| #define HAVE_GETHOSTBYADDR 1
6298| #define HAVE_GETHOSTBYNAME 1
6299| #define HAVE_GETHOSTNAME 1
6300| #define HAVE_GETTIMEOFDAY 1
6301| #define HAVE_ISASCII 1
6302| #define HAVE_ISWPRINT 1
6303| #define HAVE_MKDIR 1
6304| #define HAVE_MUNMAP 1
6305| #define HAVE_STRSIGNAL 1
6306| #define HAVE_POW 1
6307| #define HAVE_SQRT 1
6308| #define HAVE_FINITE 1
6309| #define HAVE_FLOOR 1
6310| #define HAVE_SOCKET 1
6311| #define HAVE_UNAME 1
6312| #define HAVE_SETLOCALE 1
6313| #define HAVE_LIMITS_H 1
6314| #define HAVE_FCNTL_H 1
6315| #define HAVE_FLOAT_H 1
6316| #define HAVE_LIBINTL_H 1
6317| #define HAVE_LOCALE_H 1
6318| #define HAVE_NETDB_H 1
6319| #define HAVE_NETINET_IN_H 1
6320| #define HAVE_NLIST_H 1
6321| #define HAVE_SGTTY_H 1
6322| #define HAVE_STDDEF_H 1
6323| #define HAVE_SYS_FILE_H 1
6324| #define HAVE_SYS_IOCTL_H 1
6325| #define HAVE_SYS_PARAM_H 1
6326| #define HAVE_SYS_SOCKET_H 1
6327| #define HAVE_SYS_TIME_H 1
6328| #define HAVE_SYS_TIMEB_H 1
6329| #define HAVE_SYS_UTSNAME_H 1
6330| #define HAVE_SYSLOG_H 1
6331| #define HAVE_TERM_H 1
6332| #define HAVE_TERMCAP_H 1
6333| #define HAVE_TERMIOS_H 1
6334| #define HAVE_WCHAR_H 1
6335| #define HAVE_WCTYPE_H 1
6336| #define HAVE_TIME_H 1
6337| #define HAVE_DIRENT_H 1
6338| #define TIME_WITH_SYS_TIME 1
6339| #define HAVE_SYS_WAIT_H 1
6340| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
6341| #define HAVE_STRUCT_STAT_ST_RDEV 1
6342| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
6343| #define HAVE_CFLOCALECOPYCURRENT 1
6344| #define HAVE_ICONV 1
6345| #define ENABLE_NLS 1
6346| #define HAVE_GETTEXT 1
6347| #define HAVE_DCGETTEXT 1
6348| #define RETSIGTYPE void
6349| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
6350| #define HAVE_ST_BLOCKS 1
6351| #define HAVE_LIBCURSES 1
6352| #define HAVE_NCURSES_H 1
6353| #define HAVE_CURSES_H 1
6354| #define HAVE_TERMCAP /**/
6355| #define HAVE_LIBDL 1
6356| #define WITH_FFTW /**/
6357| #define WITH_EIGEN /**/
6358| #define HAVE_LIBXML2 1
6359| #define LIBXML_FLAGS "-I/opt/local/include/libxml2"
6360| #define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
6361| #define WITH_UMFPACK /**/
6362| #define HAVE_LIBPCRE 1
6363| #define HAVE_LIBPCREPOSIX 1
6364| #define HAVE_PCRE_H 1
6365| #define PCRE_CFLAGS "-I/opt/local/include"
6366| #define PCRE_LIBS "-L/opt/local/lib -lpcreposix -lpcre"
6367| #define PCRE_VERSION "8.31"
6368| #define HAVE_MATIO_H 1
6369| #define HAVE_MATIOCONFIG_H 1
6370| #define HAVE_LIBMATIO 1
6371| #define WITH_MATIO /**/
6372| #define HAVE_DLFCN_H 1
6373| #define LT_OBJDIR ".libs/"
6374| #define HAVE_GLIBC_BACKTRACE 1
6375| /* end confdefs.h.  */
6376| #include <cxxabi.h>
6377| #ifdef F77_DUMMY_MAIN
6378|
6379| #  ifdef __cplusplus
6380|      extern "C"
6381| #  endif
6382|    int F77_DUMMY_MAIN() { return 1; }
6383|
6384| #endif
6385| int
6386| main ()
6387| {
6388|
6389|   std::size_t length = 0;  int cc;   char* ret = abi::__cxa_demangle("3barI5emptyLi17EE", 0, &length, &cc);
6390|   ;
6391|   return 0;
6392| }
6393configure:39234: result: no
6394configure:39395: checking for splint
6395configure:39426: result: no
6396configure:39446: checking for ccache
6397configure:39479: result: no
6398configure:39832: creating ./config.status
6399
6400## ---------------------- ##
6401## Running config.status. ##
6402## ---------------------- ##
6403
6404This file was extended by Scilab config.status 6, which was
6405generated by GNU Autoconf 2.69.  Invocation command line was
6406
6407  CONFIG_FILES    =
6408  CONFIG_HEADERS  =
6409  CONFIG_LINKS    =
6410  CONFIG_COMMANDS =
6411  $ ./config.status
6412
6413on wifi-eduroam-161132.inria.fr
6414
6415config.status:1620: creating libs/MALLOC/Makefile
6416config.status:1620: creating libs/dynamiclibrary/Makefile
6417config.status:1620: creating libs/doublylinkedlist/Makefile
6418config.status:1620: creating libs/hashtable/Makefile
6419config.status:1620: creating libs/libst/Makefile
6420config.status:1620: creating contrib/Makefile
6421config.status:1620: creating desktop/images/icons/Makefile
6422config.status:1620: creating desktop/Makefile
6423config.status:1620: creating modules/threads/Makefile
6424config.status:1620: creating modules/ast/Makefile
6425config.status:1620: creating modules/parse/Makefile
6426config.status:1620: creating modules/symbol/Makefile
6427config.status:1620: creating modules/functions_manager/Makefile
6428config.status:1620: creating modules/system_env/Makefile
6429config.status:1620: creating modules/helptools/Makefile
6430config.status:1620: creating modules/data_structures/Makefile
6431config.status:1620: creating modules/differential_equations/Makefile
6432config.status:1620: creating modules/optimization/Makefile
6433config.status:1620: creating modules/elementary_functions/Makefile
6434config.status:1620: creating modules/special_functions/Makefile
6435config.status:1620: creating modules/io/Makefile
6436config.status:1620: creating modules/completion/Makefile
6437config.status:1620: creating modules/history_manager/Makefile
6438config.status:1620: creating modules/jvm/Makefile
6439config.status:1620: creating modules/commons/Makefile
6440config.status:1620: creating modules/sound/Makefile
6441config.status:1620: creating modules/statistics/Makefile
6442config.status:1620: creating modules/mexlib/Makefile
6443config.status:1620: creating modules/sparse/Makefile
6444config.status:1620: creating modules/linear_algebra/Makefile
6445config.status:1620: creating modules/polynomials/Makefile
6446config.status:1620: creating modules/symbolic/Makefile
6447config.status:1620: creating modules/signal_processing/Makefile
6448config.status:1620: creating modules/arnoldi/Makefile
6449config.status:1620: creating modules/interpolation/Makefile
6450config.status:1620: creating modules/localization/Makefile
6451config.status:1620: creating modules/cacsd/Makefile
6452config.status:1620: creating modules/boolean/Makefile
6453config.status:1620: creating modules/integer/Makefile
6454config.status:1620: creating modules/fileio/Makefile
6455config.status:1620: creating modules/spreadsheet/Makefile
6456config.status:1620: creating modules/string/Makefile
6457config.status:1620: creating modules/time/Makefile
6458config.status:1620: creating modules/graphics/Makefile
6459config.status:1620: creating modules/graphic_export/Makefile
6460config.status:1620: creating modules/graphic_objects/Makefile
6461config.status:1620: creating modules/renderer/Makefile
6462config.status:1620: creating modules/action_binding/Makefile
6463config.status:1620: creating modules/gui/Makefile
6464config.status:1620: creating modules/randlib/Makefile
6465config.status:1620: creating modules/tclsci/Makefile
6466config.status:1620: creating modules/windows_tools/Makefile
6467config.status:1620: creating modules/core/Makefile
6468config.status:1620: creating modules/prebuildjava/Makefile
6469config.status:1620: creating modules/api_scilab/Makefile
6470config.status:1620: creating modules/call_scilab/Makefile
6471config.status:1620: creating modules/types/Makefile
6472config.status:1620: creating modules/hdf5/Makefile
6473config.status:1620: creating modules/fftw/Makefile
6474config.status:1620: creating modules/umfpack/Makefile
6475config.status:1620: creating modules/scicos/Makefile
6476config.status:1620: creating modules/scicos_blocks/Makefile
6477config.status:1620: creating modules/functions/Makefile
6478config.status:1620: creating modules/dynamic_link/Makefile
6479config.status:1620: creating modules/overloading/Makefile
6480config.status:1620: creating modules/javasci/Makefile
6481config.status:1620: creating modules/m2sci/Makefile
6482config.status:1620: creating modules/compatibility_functions/Makefile
6483config.status:1620: creating modules/development_tools/Makefile
6484config.status:1620: creating modules/output_stream/Makefile
6485config.status:1620: creating modules/console/Makefile
6486config.status:1620: creating modules/demo_tools/Makefile
6487config.status:1620: creating modules/genetic_algorithms/Makefile
6488config.status:1620: creating modules/simulated_annealing/Makefile
6489config.status:1620: creating modules/parameters/Makefile
6490config.status:1620: creating modules/matio/Makefile
6491config.status:1620: creating modules/operations/Makefile
6492config.status:1620: creating modules/atoms/Makefile
6493config.status:1620: creating modules/xcos/Makefile
6494config.status:1620: creating modules/scinotes/Makefile
6495config.status:1620: creating modules/ui_data/Makefile
6496config.status:1620: creating modules/graph/Makefile
6497config.status:1620: creating modules/parallel/Makefile
6498config.status:1620: creating modules/modules_manager/Makefile
6499config.status:1620: creating modules/history_browser/Makefile
6500config.status:1620: creating modules/preferences/Makefile
6501config.status:1620: creating modules/xml/Makefile
6502config.status:1620: creating modules/external_objects/Makefile
6503config.status:1620: creating modules/Makefile
6504config.status:1620: creating libs/Makefile
6505config.status:1620: creating Makefile
6506config.status:1620: creating scilab.pc
6507config.status:1620: creating etc/modules.xml
6508config.status:1620: creating etc/classpath.xml
6509config.status:1620: creating etc/Info.plist
6510config.status:1620: creating etc/logging.properties
6511config.status:1620: creating scilab.properties
6512config.status:1620: creating scilab-lib.properties
6513config.status:1620: creating scilab-lib-doc.properties
6514config.status:1620: creating modules/helptools/etc/SciDocConf.xml
6515config.status:1620: creating modules/core/includes/version.h
6516config.status:1620: creating modules/core/includes/machine.h
6517config.status:1801: modules/core/includes/machine.h is unchanged
6518config.status:1849: executing depfiles commands
6519config.status:1849: executing po-directories commands
6520config.status:1849: executing libtool commands
6521config.status:1849: executing modules/core/includes/stack.h commands
6522
6523## ---------------- ##
6524## Cache variables. ##
6525## ---------------- ##
6526
6527ac_cv_build=i386-apple-darwin11.4.2
6528ac_cv_c_compiler_gnu=yes
6529ac_cv_c_const=yes
6530ac_cv_c_inline=inline
6531ac_cv_cxx_compiler_gnu=yes
6532ac_cv_env_CCC_set=
6533ac_cv_env_CCC_value=
6534ac_cv_env_CC_set=
6535ac_cv_env_CC_value=
6536ac_cv_env_CFLAGS_set=
6537ac_cv_env_CFLAGS_value=
6538ac_cv_env_CPPFLAGS_set=
6539ac_cv_env_CPPFLAGS_value=
6540ac_cv_env_CPP_set=
6541ac_cv_env_CPP_value=
6542ac_cv_env_CXXCPP_set=
6543ac_cv_env_CXXCPP_value=
6544ac_cv_env_CXXFLAGS_set=
6545ac_cv_env_CXXFLAGS_value=
6546ac_cv_env_CXX_set=
6547ac_cv_env_CXX_value=
6548ac_cv_env_F77_set=
6549ac_cv_env_F77_value=
6550ac_cv_env_FFLAGS_set=
6551ac_cv_env_FFLAGS_value=
6552ac_cv_env_LDFLAGS_set=
6553ac_cv_env_LDFLAGS_value=
6554ac_cv_env_LIBS_set=
6555ac_cv_env_LIBS_value=
6556ac_cv_env_MATIO_CFLAGS_set=
6557ac_cv_env_MATIO_CFLAGS_value=
6558ac_cv_env_MATIO_LIBS_set=
6559ac_cv_env_MATIO_LIBS_value=
6560ac_cv_env_PCRE_CFLAGS_set=
6561ac_cv_env_PCRE_CFLAGS_value=
6562ac_cv_env_PCRE_LIBS_set=
6563ac_cv_env_PCRE_LIBS_value=
6564ac_cv_env_PKG_CONFIG_set=
6565ac_cv_env_PKG_CONFIG_value=
6566ac_cv_env_XMKMF_set=
6567ac_cv_env_XMKMF_value=
6568ac_cv_env_YACC_set=
6569ac_cv_env_YACC_value=
6570ac_cv_env_YFLAGS_set=
6571ac_cv_env_YFLAGS_value=
6572ac_cv_env_build_alias_set=
6573ac_cv_env_build_alias_value=
6574ac_cv_env_host_alias_set=
6575ac_cv_env_host_alias_value=
6576ac_cv_env_target_alias_set=
6577ac_cv_env_target_alias_value=
6578ac_cv_f77_compiler_gnu=yes
6579ac_cv_f77_dummy_main=none
6580ac_cv_f77_libs=
6581ac_cv_f77_mangling='lower case, underscore, no extra underscore'
6582ac_cv_fortran_dummy_main=none
6583ac_cv_func_atexit=yes
6584ac_cv_func_bind_textdomain_codeset=no
6585ac_cv_func_bzero=yes
6586ac_cv_func_cheev_=no
6587ac_cv_func_closedir_void=no
6588ac_cv_func_dup2=yes
6589ac_cv_func_endpwent=yes
6590ac_cv_func_exp10=no
6591ac_cv_func_finite=yes
6592ac_cv_func_floor=yes
6593ac_cv_func_getcwd=yes
6594ac_cv_func_gethostbyaddr=yes
6595ac_cv_func_gethostbyname=yes
6596ac_cv_func_gethostname=yes
6597ac_cv_func_getpagesize=yes
6598ac_cv_func_getpass=yes
6599ac_cv_func_gettimeofday=yes
6600ac_cv_func_getwd=yes
6601ac_cv_func_isascii=yes
6602ac_cv_func_isinf=yes
6603ac_cv_func_iswprint=yes
6604ac_cv_func_lstat_dereferences_slashed_symlink=no
6605ac_cv_func_memcmp_working=yes
6606ac_cv_func_memmove=yes
6607ac_cv_func_memset=yes
6608ac_cv_func_mkdir=yes
6609ac_cv_func_munmap=yes
6610ac_cv_func_pow=yes
6611ac_cv_func_putenv=yes
6612ac_cv_func_re_comp=no
6613ac_cv_func_regcomp=yes
6614ac_cv_func_rmdir=yes
6615ac_cv_func_select=yes
6616ac_cv_func_setenv=yes
6617ac_cv_func_setlocale=yes
6618ac_cv_func_sgemm_=no
6619ac_cv_func_sleep=yes
6620ac_cv_func_socket=yes
6621ac_cv_func_sqrt=yes
6622ac_cv_func_stat_empty_string_bug=no
6623ac_cv_func_strcasecmp=yes
6624ac_cv_func_strchr=yes
6625ac_cv_func_strdup=yes
6626ac_cv_func_strerror=yes
6627ac_cv_func_strpbrk=yes
6628ac_cv_func_strrchr=yes
6629ac_cv_func_strsignal=yes
6630ac_cv_func_strstr=yes
6631ac_cv_func_strtod=yes
6632ac_cv_func_strtol=yes
6633ac_cv_func_uname=yes
6634ac_cv_func_usleep=yes
6635ac_cv_header_Eigen_Sparse=yes
6636ac_cv_header_curses_h=yes
6637ac_cv_header_dirent_dirent_h=yes
6638ac_cv_header_dlfcn_h=yes
6639ac_cv_header_fcntl_h=yes
6640ac_cv_header_fftw3_h=yes
6641ac_cv_header_float_h=yes
6642ac_cv_header_hdf5_h=yes
6643ac_cv_header_inttypes_h=yes
6644ac_cv_header_libintl_h=yes
6645ac_cv_header_limits_h=yes
6646ac_cv_header_locale_h=yes
6647ac_cv_header_malloc_h=no
6648ac_cv_header_matioConfig_h=yes
6649ac_cv_header_matio_h=yes
6650ac_cv_header_memory_h=yes
6651ac_cv_header_ncurses_h=yes
6652ac_cv_header_netdb_h=yes
6653ac_cv_header_netinet_in_h=yes
6654ac_cv_header_nlist_h=yes
6655ac_cv_header_pcre_h=yes
6656ac_cv_header_sgtty_h=yes
6657ac_cv_header_stdc=yes
6658ac_cv_header_stddef_h=yes
6659ac_cv_header_stdint_h=yes
6660ac_cv_header_stdlib_h=yes
6661ac_cv_header_string_h=yes
6662ac_cv_header_strings_h=yes
6663ac_cv_header_suitesparse_umfpack_h=no
6664ac_cv_header_sys_file_h=yes
6665ac_cv_header_sys_ioctl_h=yes
6666ac_cv_header_sys_param_h=yes
6667ac_cv_header_sys_socket_h=yes
6668ac_cv_header_sys_stat_h=yes
6669ac_cv_header_sys_time_h=yes
6670ac_cv_header_sys_timeb_h=yes
6671ac_cv_header_sys_types_h=yes
6672ac_cv_header_sys_utsname_h=yes
6673ac_cv_header_sys_wait_h=yes
6674ac_cv_header_syslog_h=yes
6675ac_cv_header_term_h=yes
6676ac_cv_header_termcap_h=yes
6677ac_cv_header_termio_h=no
6678ac_cv_header_termios_h=yes
6679ac_cv_header_time=yes
6680ac_cv_header_time_h=yes
6681ac_cv_header_umfpack_h=yes
6682ac_cv_header_unistd_h=yes
6683ac_cv_header_values_h=no
6684ac_cv_header_wchar_h=yes
6685ac_cv_header_wctype_h=yes
6686ac_cv_host=i386-apple-darwin11.4.2
6687ac_cv_java_jvm_jni_working=yes
6688ac_cv_lib_amd_amd_info=yes
6689ac_cv_lib_atlas_ATL_xerbla=no
6690ac_cv_lib_blas_sgemm_=yes
6691ac_cv_lib_complib_sgimath_sgemm_=no
6692ac_cv_lib_curses_main=yes
6693ac_cv_lib_cxml_sgemm_=no
6694ac_cv_lib_dgemm_dgemm_=no
6695ac_cv_lib_dl_dlopen=yes
6696ac_cv_lib_dxml_sgemm_=no
6697ac_cv_lib_essl_sgemm_=no
6698ac_cv_lib_fftw3_fftw_plan_dft_r2c=yes
6699ac_cv_lib_hdf5_H5Fopen=yes
6700ac_cv_lib_lapack___cheev_=yes
6701ac_cv_lib_matio_Mat_Open=yes
6702ac_cv_lib_mkl_sgemm_=no
6703ac_cv_lib_pcre_pcre_compile=yes
6704ac_cv_lib_pcreposix_regexec=yes
6705ac_cv_lib_rt_clock_gettime=no
6706ac_cv_lib_scs_sgemm_=no
6707ac_cv_lib_umfpack_umf_divcomplex=yes
6708ac_cv_lib_xml2_xmlReaderForFile=yes
6709ac_cv_member_struct_stat_st_blksize=yes
6710ac_cv_member_struct_stat_st_blocks=yes
6711ac_cv_member_struct_stat_st_rdev=yes
6712ac_cv_objext=o
6713ac_cv_path_ANT=/usr/bin/ant
6714ac_cv_path_EGREP='/usr/bin/grep -E'
6715ac_cv_path_FGREP='/usr/bin/grep -F'
6716ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt
6717ac_cv_path_GREP=/usr/bin/grep
6718ac_cv_path_JAR=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jar
6719ac_cv_path_JAVA=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java
6720ac_cv_path_JAVADOC=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javadoc
6721ac_cv_path_JAVAH=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javah
6722ac_cv_path_JDB=/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jdb
6723ac_cv_path_MSGCAT=/opt/local/bin/msgcat
6724ac_cv_path_MSGFMT=/opt/local/bin/msgfmt
6725ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge
6726ac_cv_path_SED=/opt/local/bin/gsed
6727ac_cv_path_SPLINT=no
6728ac_cv_path_XGETTEXT=/opt/local/bin/xgettext
6729ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
6730ac_cv_path_install='/opt/local/bin/ginstall -c'
6731ac_cv_path_mkdir=/opt/local/bin/gmkdir
6732ac_cv_prog_AWK=gawk
6733ac_cv_prog_CPP='gcc -E'
6734ac_cv_prog_CXXCPP='g++ -arch x86_64 -E'
6735ac_cv_prog_NM=nm
6736ac_cv_prog_OCAMLC=ocamlc
6737ac_cv_prog_OCAMLDEP=ocamldep
6738ac_cv_prog_OCAMLLEX=ocamllex
6739ac_cv_prog_OCAMLOPT=ocamlopt
6740ac_cv_prog_OCAMLYACC=ocamlyacc
6741ac_cv_prog_PCRE_CONFIG=pcre-config
6742ac_cv_prog_XML_CONFIG=xml2-config
6743ac_cv_prog_ac_ct_AR=ar
6744ac_cv_prog_ac_ct_CC=gcc
6745ac_cv_prog_ac_ct_CXX=g++
6746ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
6747ac_cv_prog_ac_ct_F77=gfortran
6748ac_cv_prog_ac_ct_LIPO=lipo
6749ac_cv_prog_ac_ct_NMEDIT=nmedit
6750ac_cv_prog_ac_ct_OTOOL=otool
6751ac_cv_prog_ac_ct_RANLIB=ranlib
6752ac_cv_prog_ac_ct_STRIP=strip
6753ac_cv_prog_cc_c89=
6754ac_cv_prog_cc_g=yes
6755ac_cv_prog_cc_gcc_c_o=yes
6756ac_cv_prog_cxx_g=yes
6757ac_cv_prog_cxx_present=yes
6758ac_cv_prog_f77_c_o=yes
6759ac_cv_prog_f77_g=yes
6760ac_cv_prog_f77_v=
6761ac_cv_prog_make_make_set=yes
6762ac_cv_search_opendir='none required'
6763ac_cv_search_pthread_join='none required'
6764ac_cv_search_tgetent='none required'
6765ac_cv_sizeof_int=4
6766ac_cv_sizeof_long=8
6767ac_cv_struct_tm=time.h
6768ac_cv_sys_file_offset_bits=no
6769ac_cv_sys_largefile_CC=no
6770ac_cv_type_signal=void
6771acl_cv_hardcode_direct=no
6772acl_cv_hardcode_libdir_flag_spec=
6773acl_cv_hardcode_libdir_separator=
6774acl_cv_hardcode_minus_L=no
6775acl_cv_libext=a
6776acl_cv_libpath=DYLD_LIBRARY_PATH
6777acl_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
6778acl_cv_prog_gnu_ld=no
6779acl_cv_rpath=done
6780acl_cv_shlibext=dylib
6781acl_cv_shlibpath_var=DYLD_LIBRARY_PATH
6782acl_cv_wl=-Wl,
6783am_cv_CC_dependencies_compiler_type=gcc3
6784am_cv_CXX_dependencies_compiler_type=gcc3
6785am_cv_func_iconv=yes
6786am_cv_func_iconv_works=yes
6787am_cv_lib_iconv=yes
6788gt_cv_func_CFLocaleCopyCurrent=yes
6789gt_cv_func_CFPreferencesCopyAppValue=yes
6790gt_cv_func_gnugettext1_libc=no
6791gt_cv_func_gnugettext1_libintl=yes
6792lt_cv_apple_cc_single_mod=no
6793lt_cv_deplibs_check_method=pass_all
6794lt_cv_dlopen=dlopen
6795lt_cv_dlopen_libs=-ldl
6796lt_cv_dlopen_self=yes
6797lt_cv_dlopen_self_static=yes
6798lt_cv_file_magic_cmd='$MAGIC_CMD'
6799lt_cv_file_magic_test_file=
6800lt_cv_ld_exported_symbols_list=yes
6801lt_cv_ld_force_load=no
6802lt_cv_ld_reload_flag=-r
6803lt_cv_nm_interface='BSD nm'
6804lt_cv_objdir=.libs
6805lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
6806lt_cv_path_LDCXX=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
6807lt_cv_path_NM=nm
6808lt_cv_prog_compiler_c_o=yes
6809lt_cv_prog_compiler_c_o_CXX=yes
6810lt_cv_prog_compiler_c_o_F77=yes
6811lt_cv_prog_compiler_pic_works=yes
6812lt_cv_prog_compiler_pic_works_CXX=yes
6813lt_cv_prog_compiler_pic_works_F77=yes
6814lt_cv_prog_compiler_rtti_exceptions=no
6815lt_cv_prog_compiler_static_works=no
6816lt_cv_prog_compiler_static_works_CXX=no
6817lt_cv_prog_compiler_static_works_F77=no
6818lt_cv_prog_gnu_ld=no
6819lt_cv_prog_gnu_ldcxx=no
6820lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
6821lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
6822lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
6823lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
6824lt_cv_sys_max_cmd_len=196608
6825pkg_cv_MATIO_CFLAGS=' '
6826pkg_cv_MATIO_LIBS='-L/opt/local/lib -lmatio -lz  '
6827pkg_cv_PCRE_CFLAGS=-I/opt/local/include
6828pkg_cv_PCRE_LIBS='-L/opt/local/lib -lpcreposix -lpcre'
6829
6830## ----------------- ##
6831## Output variables. ##
6832## ----------------- ##
6833
6834ACLOCAL='${SHELL} /Users/gthomas/research/richelieu/scilab.6/scilab/config/missing --run aclocal-1.11'
6835ALL_LINGUAS='en_US fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ'
6836ALL_LINGUAS_DOC='en_US fr_FR pt_BR ja_JP ru_RU'
6837AMDEPBACKSLASH='\'
6838AMDEP_FALSE='#'
6839AMDEP_TRUE=''
6840AMTAR='$${TAR-tar}'
6841ANT='/usr/bin/ant'
6842ANTLR=''
6843AR='ar'
6844ARPACK_LIBS='-larpack'
6845ARPACK_NG_FALSE='#'
6846ARPACK_NG_TRUE=''
6847ASM3=''
6848AUTOCONF='${SHELL} /Users/gthomas/research/richelieu/scilab.6/scilab/config/missing --run autoconf'
6849AUTOHEADER='${SHELL} /Users/gthomas/research/richelieu/scilab.6/scilab/config/missing --run autoheader'
6850AUTOMAKE='${SHELL} /Users/gthomas/research/richelieu/scilab.6/scilab/config/missing --run automake-1.11'
6851AVALON_FRAMEWORK='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/avalon-framework.jar'
6852AWK='gawk'
6853BATIK='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/batik-all.jar'
6854BLAS_LIBS='-lblas'
6855BUILD_HELP_FALSE='#'
6856BUILD_HELP_TRUE=''
6857BUILD_PARSER_FALSE=''
6858BUILD_PARSER_TRUE='#'
6859CC='gcc -arch x86_64'
6860CCACHE=''
6861CCDEPMODE='depmode=gcc3'
6862CFLAGS='-g -O2'
6863CHECKSTYLE=''
6864COBERTURA=''
6865CODE_COVERAGE_FALSE=''
6866CODE_COVERAGE_TRUE='#'
6867COMMONS_BEANUTILS=''
6868COMMONS_IO='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/commons-io.jar'
6869COMMONS_LOGGING='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/commons-logging.jar'
6870COMPILATION_TESTS_FALSE=''
6871COMPILATION_TESTS_TRUE='#'
6872CPP='gcc -E'
6873CPPFLAGS=' -I/sw//include/'
6874CXX='g++ -arch x86_64'
6875CXXCPP='g++ -arch x86_64 -E'
6876CXXDEPMODE='depmode=gcc3'
6877CXXFLAGS='-g -O2'
6878CYGPATH_W='echo'
6879DEFS='-DHAVE_CONFIG_H'
6880DEMOTOOLS_ENABLE='yes'
6881DEPDIR='.deps'
6882DOCBOOK_ROOT='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/docbook/'
6883DOXYGEN_BIN=''
6884DOXYGEN_FALSE=''
6885DOXYGEN_TRUE='#'
6886DSYMUTIL='dsymutil'
6887DUMPBIN=''
6888ECHO_C='\c'
6889ECHO_N=''
6890ECHO_T=''
6891EGREP='/usr/bin/grep -E'
6892EIGEN_CPPFLAGS='-I/opt/local/include/eigen3/'
6893ENABLE_DEBUG_FALSE=''
6894ENABLE_DEBUG_TRUE='#'
6895ENABLE_STATIC_FALSE=''
6896ENABLE_STATIC_TRUE='#'
6897EXEEXT=''
6898F77='gfortran'
6899FFLAGS='-g -O2'
6900FFTW3_LIB='-lfftw3'
6901FFTW_ENABLE='yes'
6902FFTW_FALSE='#'
6903FFTW_TRUE=''
6904FGREP='/usr/bin/grep -F'
6905FLEXDOCK='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/flexdock-1.2.2.jar'
6906FLIBS=''
6907FOP='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/fop.jar'
6908GENERATE_LOCALIZATION_FILES_FALSE='#'
6909GENERATE_LOCALIZATION_FILES_TRUE=''
6910GENHTML=''
6911GETTEXT_MACRO_VERSION='0.18'
6912GIWS_BIN=''
6913GIWS_FALSE=''
6914GIWS_TRUE='#'
6915GLUEGEN2_RT='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/gluegen2-rt.jar'
6916GMSGFMT='/opt/local/bin/msgfmt'
6917GMSGFMT_015='/opt/local/bin/msgfmt'
6918GRAPHICS_ENABLE='yes'
6919GREP='/usr/bin/grep'
6920GUI_ENABLE='yes'
6921GUI_FALSE='#'
6922GUI_TRUE=''
6923HDF5_CFLAGS='-I/opt/local/include/'
6924HDF5_LIBS='-L/opt/local/lib/ -lhdf5'
6925HELP_ENABLE='yes'
6926INSTALL_DATA='${INSTALL} -m 644'
6927INSTALL_HELP_XML_FALSE='#'
6928INSTALL_HELP_XML_TRUE=''
6929INSTALL_PROGRAM='${INSTALL}'
6930INSTALL_SCRIPT='${INSTALL}'
6931INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
6932INTLLIBS='-lintl -Wl,-framework -Wl,CoreFoundation'
6933INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
6934IS_64_BITS_CPU_FALSE=''
6935IS_64_BITS_CPU_TRUE='#'
6936IS_HPUX_FALSE=''
6937IS_HPUX_TRUE='#'
6938IS_MACOSX_FALSE='#'
6939IS_MACOSX_TRUE=''
6940IS_MIPS_SGI_IRIX_FALSE=''
6941IS_MIPS_SGI_IRIX_TRUE='#'
6942IS_SOLARIS_FALSE=''
6943IS_SOLARIS_TRUE='#'
6944IS_SPARC_FALSE=''
6945IS_SPARC_TRUE='#'
6946JAR='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jar'
6947JAVA='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java'
6948JAVAC='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin/javac'
6949JAVAC_DEBUG='off'
6950JAVADOC='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javadoc'
6951JAVAH='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//javah'
6952JAVASCI_ENABLE='yes'
6953JAVASCI_FALSE='#'
6954JAVASCI_TRUE=''
6955JAVA_ENABLE='yes'
6956JAVA_G='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//java'
6957JAVA_HOME=''
6958JAVA_JNI_INCLUDE='-I/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/include/darwin'
6959JAVA_JNI_LIBS='-framework JavaVM'
6960JDB='/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home/bin//jdb'
6961JEUCLID_CORE='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jeuclid-core.jar'
6962JGRAPHX='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jgraphx.jar'
6963JHALL='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jhall.jar'
6964JLATEXMATH='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jlatexmath-1.0.0.jar'
6965JLATEXMATH_FOP='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jlatexmath-fop-1.0.0.jar'
6966JOGL2='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jogl2.jar'
6967JROSETTA_API='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jrosetta-API.jar'
6968JROSETTA_ENGINE='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/jrosetta-engine.jar'
6969JUNIT4=''
6970LAPACK_LIBS='-llapack'
6971LCOV=''
6972LD='/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld'
6973LDFLAGS=' -L/sw//lib/ -no_compact_linkedit'
6974LEX=''
6975LEXLIB=''
6976LEX_OUTPUT_ROOT=''
6977LIBICONV='-liconv'
6978LIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
6979LIBM=''
6980LIBOBJS=' ${LIBOBJDIR}lstat$U.o'
6981LIBS='-ldl -lcurses  '
6982LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6983LIPO='lipo'
6984LN_S='ln -s'
6985LOGGING_LEVEL='SEVERE'
6986LOOKS='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/looks-2.1.1.jar'
6987LTLIBICONV='-liconv'
6988LTLIBINTL='-lintl -Wl,-framework -Wl,CoreFoundation'
6989LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo'
6990MAINT='#'
6991MAINTAINER_MODE_FALSE=''
6992MAINTAINER_MODE_TRUE='#'
6993MAKEINFO='${SHELL} /Users/gthomas/research/richelieu/scilab.6/scilab/config/missing --run makeinfo'
6994MATIO_CFLAGS=' '
6995MATIO_ENABLE='yes'
6996MATIO_FALSE='#'
6997MATIO_LIBS='-L/opt/local/lib -lmatio -lz  '
6998MATIO_TRUE=''
6999MKDIR_P='/opt/local/bin/gmkdir -p'
7000MSGCAT='/opt/local/bin/msgcat'
7001MSGFMT='/opt/local/bin/msgfmt'
7002MSGFMT_015='/opt/local/bin/msgfmt'
7003MSGMERGE='/opt/local/bin/msgmerge'
7004NEED_JAVA_FALSE='#'
7005NEED_JAVA_TRUE=''
7006NM='nm'
7007NMEDIT='nmedit'
7008OBJDUMP='false'
7009OBJEXT='o'
7010OCAMLC='ocamlc'
7011OCAMLDEP='ocamldep'
7012OCAMLLEX='ocamllex'
7013OCAMLOPT='ocamlopt'
7014OCAMLYACC='ocamlyacc'
7015OCAML_FALSE='#'
7016OCAML_TRUE=''
7017OPENMP_CFLAGS=''
7018OPENMP_CXXFLAGS=''
7019OPENMP_ENABLE='no'
7020OPENMP_FALSE=''
7021OPENMP_LIBS=''
7022OPENMP_TRUE='#'
7023OTOOL64=':'
7024OTOOL='otool'
7025PACKAGE='scilab'
7026PACKAGE_BUGREPORT='http://bugzilla.scilab.org/'
7027PACKAGE_NAME='Scilab'
7028PACKAGE_STRING='Scilab 6'
7029PACKAGE_TARNAME='scilab'
7030PACKAGE_URL=''
7031PACKAGE_VERSION='6'
7032PATH_SEPARATOR=':'
7033PCRE_CFLAGS='-I/opt/local/include'
7034PCRE_CONFIG='pcre-config'
7035PCRE_LIBS='-L/opt/local/lib -lpcreposix -lpcre'
7036PCRE_VERSION='8.31'
7037PKG_CONFIG='/opt/local/bin/pkg-config'
7038POSUB='po'
7039POW_LIB=''
7040PYTHON=''
7041RANLIB='ranlib'
7042RELOCATABLE='no'
7043RELOCATABLE_VIA_LD_FALSE=''
7044RELOCATABLE_VIA_LD_TRUE='#'
7045RT_LIB=''
7046SAXON='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/saxon.jar'
7047SCILAB_BINARY_VERSION='6.0.0'
7048SCILAB_LIBRARY_VERSION='6:0:0'
7049SCILAB_VERSION_MAINTENANCE='0'
7050SCILAB_VERSION_MAJOR='6'
7051SCILAB_VERSION_MINOR='0'
7052SCIRENDERER='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/scirenderer-1.0.5.jar'
7053SCI_CFLAGS='-DNDEBUG -no_compact_linkedit -fno-stack-protector'
7054SCI_CXXFLAGS='-DNDEBUG -no_compact_linkedit -fno-stack-protector'
7055SCI_FFLAGS='-DNDEBUG'
7056SCI_LDFLAGS='-no_compact_linkedit -lstdc++'
7057SED='/opt/local/bin/gsed'
7058SET_MAKE=''
7059SET_RELOCATABLE=''
7060SHELL='/bin/sh'
7061SKINLF='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/skinlf.jar'
7062SPLINT='no'
7063STRIP='strip'
7064SWIG_BIN=''
7065SWIG_FALSE=''
7066SWIG_JAVA=''
7067SWIG_RUNTIME_LIBS_DIR=''
7068SWIG_TRUE='#'
7069TCLTK_FALSE=''
7070TCLTK_LIBS=''
7071TCLTK_TRUE='#'
7072TCL_INC_PATH=''
7073TK_INC_PATH=''
7074UMFPACK_ENABLE='yes'
7075UMFPACK_FALSE='#'
7076UMFPACK_LIB='-lumfpack -lamd'
7077UMFPACK_TRUE=''
7078USE_DYNAMIC_STACK_FALSE='#'
7079USE_DYNAMIC_STACK_TRUE=''
7080USE_NLS='yes'
7081VERSION='6'
7082WITH_OCAML=''
7083WITH_TKSCI='no'
7084XCOS_ENABLE='yes'
7085XCOS_FALSE='#'
7086XCOS_TRUE=''
7087XGETTEXT='/opt/local/bin/xgettext'
7088XGETTEXT_015='/opt/local/bin/xgettext'
7089XGETTEXT_EXTRA_OPTIONS=''
7090XMKMF=''
7091XMLGRAPHICS_COMMONS='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/xmlgraphics-commons-1.3.1.jar'
7092XML_APIS_EXT='/Users/gthomas/research/richelieu/scilab.6/scilab/thirdparty/xml-apis-ext.jar'
7093XML_CONFIG='xml2-config'
7094XML_FLAGS='-I/opt/local/include/libxml2'
7095XML_LIBS='-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm'
7096XML_VERSION='2.8.0'
7097X_CFLAGS=''
7098X_EXTRA_LIBS=''
7099X_LIBS=''
7100X_PRE_LIBS=''
7101YACC=''
7102YFLAGS=''
7103ac_ct_CC='gcc'
7104ac_ct_CXX='g++'
7105ac_ct_DUMPBIN=''
7106ac_ct_F77='gfortran'
7107am__EXEEXT_FALSE=''
7108am__EXEEXT_TRUE='#'
7109am__fastdepCC_FALSE='#'
7110am__fastdepCC_TRUE=''
7111am__fastdepCXX_FALSE='#'
7112am__fastdepCXX_TRUE=''
7113am__include='include'
7114am__isrc=''
7115am__leading_dot='.'
7116am__nodep='_no'
7117am__quote=''
7118am__tar='$${TAR-tar} chof - "$$tardir"'
7119am__untar='$${TAR-tar} xf -'
7120bindir='${exec_prefix}/bin'
7121build='i386-apple-darwin11.4.2'
7122build_alias=''
7123build_cpu='i386'
7124build_os='darwin11.4.2'
7125build_vendor='apple'
7126cxx_present='yes'
7127datadir='${datarootdir}'
7128datarootdir='${prefix}/share'
7129docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
7130dvidir='${docdir}'
7131exec_prefix='${prefix}'
7132host='i386-apple-darwin11.4.2'
7133host_alias=''
7134host_cpu='i386'
7135host_os='darwin11.4.2'
7136host_vendor='apple'
7137htmldir='${docdir}'
7138includedir='${prefix}/include'
7139infodir='${datarootdir}/info'
7140install_sh='${SHELL} /Users/gthomas/research/richelieu/scilab.6/scilab/config/install-sh'
7141libdir='${exec_prefix}/lib'
7142libexecdir='${exec_prefix}/libexec'
7143localedir='${datarootdir}/locale'
7144localstatedir='${prefix}/var'
7145mandir='${datarootdir}/man'
7146mkdir_p='/opt/local/bin/gmkdir -p'
7147oldincludedir='/usr/include'
7148pdfdir='${docdir}'
7149prefix='/usr/local'
7150program_transform_name='s,x,x,'
7151psdir='${docdir}'
7152sbindir='${exec_prefix}/sbin'
7153sharedstatedir='${prefix}/com'
7154sysconfdir='${prefix}/etc'
7155target_alias=''
7156yacc_present=''
7157
7158## ----------- ##
7159## confdefs.h. ##
7160## ----------- ##
7161
7162/* confdefs.h */
7163#define PACKAGE_NAME "Scilab"
7164#define PACKAGE_TARNAME "scilab"
7165#define PACKAGE_VERSION "6"
7166#define PACKAGE_STRING "Scilab 6"
7167#define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
7168#define PACKAGE_URL ""
7169#define O_LARGEFILE 0
7170#define INSTALLPREFIX "/usr/local"
7171#define STDC_HEADERS 1
7172#define HAVE_SYS_TYPES_H 1
7173#define HAVE_SYS_STAT_H 1
7174#define HAVE_STDLIB_H 1
7175#define HAVE_STRING_H 1
7176#define HAVE_MEMORY_H 1
7177#define HAVE_STRINGS_H 1
7178#define HAVE_INTTYPES_H 1
7179#define HAVE_STDINT_H 1
7180#define HAVE_UNISTD_H 1
7181#define INSTALLPREFIX "/usr/local"
7182#define PACKAGE "scilab"
7183#define VERSION "6"
7184#define G95_FORTRAN /**/
7185#define SIZEOF_INT 4
7186#define SIZEOF_LONG 8
7187#define USE_DYNAMIC_STACK /**/
7188#define WLU /**/
7189#define WTU /**/
7190#define CNAME(name1,name2) name1##name2
7191#define C2F(name) name##_
7192#define F2C(name) name##_
7193#define HAVE_LIBHDF5 1
7194#define WITH_HDF5 /**/
7195#define WITH_XCOS /**/
7196#define WITH_OCAML /**/
7197#define WITH_GUI /**/
7198#define HAVE_SLEEP 1
7199#define HAVE_USLEEP 1
7200#define HAVE_DUP2 1
7201#define HAVE_GETCWD 1
7202#define HAVE_GETPAGESIZE 1
7203#define HAVE_GETPASS 1
7204#define HAVE_RMDIR 1
7205#define HAVE_GETWD 1
7206#define HAVE_REGCOMP 1
7207#define HAVE_ATEXIT 1
7208#define HAVE_PUTENV 1
7209#define HAVE_SETENV 1
7210#define HAVE_BZERO 1
7211#define HAVE_MEMMOVE 1
7212#define HAVE_MEMSET 1
7213#define HAVE_STRCASECMP 1
7214#define HAVE_STRERROR 1
7215#define HAVE_STRCHR 1
7216#define HAVE_STRDUP 1
7217#define HAVE_STRPBRK 1
7218#define HAVE_STRRCHR 1
7219#define HAVE_STRSTR 1
7220#define HAVE_STRTOL 1
7221#define HAVE_SELECT 1
7222#define HAVE_ENDPWENT 1
7223#define HAVE_GETHOSTBYADDR 1
7224#define HAVE_GETHOSTBYNAME 1
7225#define HAVE_GETHOSTNAME 1
7226#define HAVE_GETTIMEOFDAY 1
7227#define HAVE_ISASCII 1
7228#define HAVE_ISWPRINT 1
7229#define HAVE_MKDIR 1
7230#define HAVE_MUNMAP 1
7231#define HAVE_STRSIGNAL 1
7232#define HAVE_POW 1
7233#define HAVE_SQRT 1
7234#define HAVE_FINITE 1
7235#define HAVE_FLOOR 1
7236#define HAVE_SOCKET 1
7237#define HAVE_UNAME 1
7238#define HAVE_SETLOCALE 1
7239#define HAVE_LIMITS_H 1
7240#define HAVE_FCNTL_H 1
7241#define HAVE_FLOAT_H 1
7242#define HAVE_LIBINTL_H 1
7243#define HAVE_LOCALE_H 1
7244#define HAVE_NETDB_H 1
7245#define HAVE_NETINET_IN_H 1
7246#define HAVE_NLIST_H 1
7247#define HAVE_SGTTY_H 1
7248#define HAVE_STDDEF_H 1
7249#define HAVE_SYS_FILE_H 1
7250#define HAVE_SYS_IOCTL_H 1
7251#define HAVE_SYS_PARAM_H 1
7252#define HAVE_SYS_SOCKET_H 1
7253#define HAVE_SYS_TIME_H 1
7254#define HAVE_SYS_TIMEB_H 1
7255#define HAVE_SYS_UTSNAME_H 1
7256#define HAVE_SYSLOG_H 1
7257#define HAVE_TERM_H 1
7258#define HAVE_TERMCAP_H 1
7259#define HAVE_TERMIOS_H 1
7260#define HAVE_WCHAR_H 1
7261#define HAVE_WCTYPE_H 1
7262#define HAVE_TIME_H 1
7263#define HAVE_DIRENT_H 1
7264#define TIME_WITH_SYS_TIME 1
7265#define HAVE_SYS_WAIT_H 1
7266#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
7267#define HAVE_STRUCT_STAT_ST_RDEV 1
7268#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
7269#define HAVE_CFLOCALECOPYCURRENT 1
7270#define HAVE_ICONV 1
7271#define ENABLE_NLS 1
7272#define HAVE_GETTEXT 1
7273#define HAVE_DCGETTEXT 1
7274#define RETSIGTYPE void
7275#define HAVE_STRUCT_STAT_ST_BLOCKS 1
7276#define HAVE_ST_BLOCKS 1
7277#define HAVE_LIBCURSES 1
7278#define HAVE_NCURSES_H 1
7279#define HAVE_CURSES_H 1
7280#define HAVE_TERMCAP /**/
7281#define HAVE_LIBDL 1
7282#define WITH_FFTW /**/
7283#define WITH_EIGEN /**/
7284#define HAVE_LIBXML2 1
7285#define LIBXML_FLAGS "-I/opt/local/include/libxml2"
7286#define LIBXML_LIBS "-L/opt/local/lib -lxml2 -lz -lpthread -liconv -lm"
7287#define WITH_UMFPACK /**/
7288#define HAVE_LIBPCRE 1
7289#define HAVE_LIBPCREPOSIX 1
7290#define HAVE_PCRE_H 1
7291#define PCRE_CFLAGS "-I/opt/local/include"
7292#define PCRE_LIBS "-L/opt/local/lib -lpcreposix -lpcre"
7293#define PCRE_VERSION "8.31"
7294#define HAVE_MATIO_H 1
7295#define HAVE_MATIOCONFIG_H 1
7296#define HAVE_LIBMATIO 1
7297#define WITH_MATIO /**/
7298#define HAVE_DLFCN_H 1
7299#define LT_OBJDIR ".libs/"
7300#define HAVE_GLIBC_BACKTRACE 1
7301#define PATH_SEPARATOR ":"
7302#define SHARED_LIB_EXT ".dylib"
7303#define SHARED_LIB_EXTW L".dylib"
7304
7305configure: exit 0