[scilab-Users] Building Scilab 5.3.0-beta 4 on Fedora 13

Dean S. Messing deanm at sharplabs.com
Thu Oct 14 00:30:25 CEST 2010


Sylvestre Ledru wrote:
> Le mercredi 13 octobre 2010 à 11:38 -0700, Dean S. Messing a écrit :
> > Charlie Warner wrote:
> > > Have a look at this bug report:
> > <snip>
> > 
> > Thanks Charlie for your quick response!
> > 
> > Yes, I've read all that.  And so scilab can't be built _as a package_
> > til the jogl / gluegen mess gets resolved.  Sylvestre Ledru (bless his
> > heart) appears, from my reading on this, to have made a valient effort
> > to get this done for the past year, but the Fedora people are being anal
> > about their packing rules.  (It's all above my pay grade.)  That's may
> > take on it anyway.
> It is a long work ... :/ but I am still optimist !
> 
> [...]
> > Any ideas?  Sylvestre, are you listing.  I bet you've run into all this
> > already.
> Indeed ;)
> Usually, the reason is at the end of the config.log.
> You will find the actual error.

Hi Sylvestre.

I was hoping you might be reading these and that I could
get some help from The Master himself. :-)

Below is the config.log file.  Nothing useful (to me) at the end. But
search on the string "1.8.4" (w/o the quotes) and it will take you to
the beginning of the stanza that fails.  I'm really stumped on this one.
Note that I am _not_ building the beta 4, but rather yesterday's Master
Branch, if that makes any differece. (I thought I'd start will the truly
latest version :-)

By the way, have you successfully built a full-featured scilab-5.3 on
Fedora as a straight binary from the source tree?  If you've been
unsuccessful, I'm probably wasting my time.

Thanks.

Dean

P.S.

On the topic of your struggles with Fedora, I notice that Fedora does,
now, include "gluegen-source" in the rawhide tree, as of May.  It has
the notation "required to build JOGL". I guess your efforts have
partially paid off.  Unfortunately no JOGL yet. I'll be _very_ happy to
see a full-featured scilab-5.3.src.rpm appear in 14, or at worst 15. One
would think that the Fedora folks would jumping over themselves to get
scilab in.  Instead (it sometimes seems) they are more interested in
getting grub to make the boot process look sexy (i.e. plymouth).  Thanks
from me for your efforts! 


===== config.log  from the failed configuration ======

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Scilab configure 5, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = medulla
uname -m = x86_64
uname -r = 2.6.34.7-56.fc13.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Sep 15 03:36:55 UTC 2010

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/deanm/.bin
PATH: /opt/crafty/bin
PATH: /usr/games
PATH: /usr/local/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3141: checking whether ln -s works
configure:3145: result: yes
configure:3201: checking for gcc
configure:3217: found /usr/bin/gcc
configure:3228: result: gcc
configure:3457: checking for C compiler version
configure:3466: gcc --version >&5
gcc (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3477: $? = 0
configure:3466: gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) 
configure:3477: $? = 0
configure:3466: gcc -V >&5
gcc: '-V' option must have argument
configure:3477: $? = 1
configure:3466: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3477: $? = 1
configure:3497: checking whether the C compiler works
configure:3519: gcc    conftest.c  >&5
configure:3523: $? = 0
configure:3572: result: yes
configure:3575: checking for C compiler default output file name
configure:3577: result: a.out
configure:3583: checking for suffix of executables
configure:3590: gcc -o conftest    conftest.c  >&5
configure:3594: $? = 0
configure:3616: result: 
configure:3638: checking whether we are cross compiling
configure:3646: gcc -o conftest    conftest.c  >&5
configure:3650: $? = 0
configure:3657: ./conftest
configure:3661: $? = 0
configure:3676: result: no
configure:3681: checking for suffix of object files
configure:3703: gcc -c   conftest.c >&5
configure:3707: $? = 0
configure:3728: result: o
configure:3732: checking whether we are using the GNU C compiler
configure:3751: gcc -c   conftest.c >&5
configure:3751: $? = 0
configure:3760: result: yes
configure:3769: checking whether gcc accepts -g
configure:3789: gcc -c -g  conftest.c >&5
configure:3789: $? = 0
configure:3830: result: yes
configure:3847: checking for gcc option to accept ISO C89
configure:3911: gcc  -c -g -O2  conftest.c >&5
configure:3911: $? = 0
configure:3924: result: none needed
configure:3952: checking for special C compiler options needed for large files
configure:3997: result: no
configure:4003: checking for _FILE_OFFSET_BITS value needed for large files
configure:4028: gcc -c -g -O2  conftest.c >&5
configure:4028: $? = 0
configure:4060: result: no
configure:4160: checking for a BSD-compatible install
configure:4228: result: /usr/bin/install -c
configure:4243: checking build system type
configure:4257: result: x86_64-unknown-linux-gnu
configure:4277: checking host system type
configure:4290: result: x86_64-unknown-linux-gnu
configure:4334: checking for ld used by GCC
configure:4398: result: /usr/bin/ld
configure:4405: checking if the linker (/usr/bin/ld) is GNU ld
configure:4418: result: yes
configure:4424: checking for shared library path variable
configure:4437: result: LD_LIBRARY_PATH
configure:4442: checking whether to activate relocatable installation
configure:4457: result: no
configure:4479: checking how to run the C preprocessor
configure:4510: gcc -E  conftest.c
configure:4510: $? = 0
configure:4524: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4549: result: gcc -E
configure:4569: gcc -E  conftest.c
configure:4569: $? = 0
configure:4583: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4612: checking for grep that handles long lines and -e
configure:4670: result: /bin/grep
configure:4675: checking for egrep
configure:4737: result: /bin/grep -E
configure:4742: checking for ANSI C header files
configure:4762: gcc -c -g -O2  conftest.c >&5
configure:4762: $? = 0
configure:4835: gcc -o conftest -g -O2   conftest.c  >&5
configure:4835: $? = 0
configure:4835: ./conftest
configure:4835: $? = 0
configure:4846: result: yes
configure:4859: checking for sys/types.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for sys/stat.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for stdlib.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for string.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for memory.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for strings.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for inttypes.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for stdint.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4859: checking for unistd.h
configure:4859: gcc -c -g -O2  conftest.c >&5
configure:4859: $? = 0
configure:4859: result: yes
configure:4971: checking for shared library run path origin
configure:4984: result: done
configure:5008: checking whether to enable maintainer-specific portions of Makefiles
configure:5017: result: no
configure:5033: checking whether build environment is sane
configure:5083: result: yes
configure:5112: checking for a thread-safe mkdir -p
configure:5151: result: /bin/mkdir -p
configure:5164: checking for gawk
configure:5180: found /bin/gawk
configure:5191: result: gawk
configure:5202: checking whether make sets $(MAKE)
configure:5224: result: yes
configure:5254: checking for style of include used by make
configure:5282: result: GNU
configure:5367: checking dependency style of gcc
configure:5477: result: gcc3
configure:5620: checking how to run the C preprocessor
configure:5690: result: gcc -E
configure:5710: gcc -E  conftest.c
configure:5710: $? = 0
configure:5724: gcc -E  conftest.c
conftest.c:23:28: error: ac_nonexistent.h: No such file or directory
configure:5724: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5752: checking for grep that handles long lines and -e
configure:5810: result: /bin/grep
configure:5901: checking for pkg-config
configure:5919: found /usr/bin/pkg-config
configure:5931: result: /usr/bin/pkg-config
configure:5956: checking pkg-config is at least version 0.9.0
configure:5959: result: yes
configure:6688: checking for g77
configure:6718: result: no
configure:6688: checking for xlf
configure:6718: result: no
configure:6688: checking for f77
configure:6718: result: no
configure:6688: checking for frt
configure:6718: result: no
configure:6688: checking for pgf77
configure:6718: result: no
configure:6688: checking for cf77
configure:6718: result: no
configure:6688: checking for fort77
configure:6718: result: no
configure:6688: checking for fl32
configure:6718: result: no
configure:6688: checking for af77
configure:6718: result: no
configure:6688: checking for xlf90
configure:6718: result: no
configure:6688: checking for f90
configure:6718: result: no
configure:6688: checking for pgf90
configure:6718: result: no
configure:6688: checking for pghpf
configure:6718: result: no
configure:6688: checking for epcf90
configure:6718: result: no
configure:6688: checking for gfortran
configure:6704: found /usr/bin/gfortran
configure:6715: result: gfortran
configure:6741: checking for Fortran 77 compiler version
configure:6750: gfortran --version >&5
GNU Fortran (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10)
Copyright (C) 2010 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:6761: $? = 0
configure:6750: gfortran -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) 
configure:6761: $? = 0
configure:6750: gfortran -V >&5
gfortran: '-V' option must have argument
configure:6761: $? = 1
configure:6750: gfortran -qversion >&5
gfortran: unrecognized option '-qversion'
gfortran: no input files
configure:6761: $? = 1
configure:6770: checking whether we are using the GNU Fortran 77 compiler
configure:6783: gfortran -c  conftest.F >&5
configure:6783: $? = 0
configure:6792: result: yes
configure:6798: checking whether gfortran accepts -g
configure:6809: gfortran -c -g conftest.f >&5
configure:6809: $? = 0
configure:6817: result: yes
configure:6856: checking if gfortran is a fortran 90 compatible compiler
configure:6881: gfortran -c -g -O2 conftest.f >&5
configure:6881: $? = 0
configure:6882: result: yes
configure:8165: checking size of int
configure:8170: gcc -o conftest -g -O2   conftest.c  >&5
configure:8170: $? = 0
configure:8170: ./conftest
configure:8170: $? = 0
configure:8185: result: 4
configure:8199: checking size of long
configure:8204: gcc -o conftest -g -O2   conftest.c  >&5
configure:8204: $? = 0
configure:8204: ./conftest
configure:8204: $? = 0
configure:8219: result: 8
configure:8289: checking for g++
configure:8305: found /usr/bin/g++
configure:8316: result: g++
configure:8343: checking for C++ compiler version
configure:8352: g++ --version >&5
g++ (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10)
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:8363: $? = 0
configure:8352: g++ -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) 
configure:8363: $? = 0
configure:8352: g++ -V >&5
g++: '-V' option must have argument
configure:8363: $? = 1
configure:8352: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:8363: $? = 1
configure:8367: checking whether we are using the GNU C++ compiler
configure:8386: g++ -c   conftest.cpp >&5
configure:8386: $? = 0
configure:8395: result: yes
configure:8404: checking whether g++ accepts -g
configure:8424: g++ -c -g  conftest.cpp >&5
configure:8424: $? = 0
configure:8465: result: yes
configure:8490: checking dependency style of g++
configure:8600: result: gcc3
configure:8624: checking for g++
configure:8640: found /usr/bin/g++
configure:8652: result: yes
configure:8669: checking whether gcc and cc understand -c and -o together
configure:8700: gcc -c conftest.c -o conftest2.o >&5
configure:8704: $? = 0
configure:8710: gcc -c conftest.c -o conftest2.o >&5
configure:8714: $? = 0
configure:8725: cc -c conftest.c >&5
configure:8729: $? = 0
configure:8737: cc -c conftest.c -o conftest2.o >&5
configure:8741: $? = 0
configure:8747: cc -c conftest.c -o conftest2.o >&5
configure:8751: $? = 0
configure:8769: result: yes
configure:8798: checking whether gfortran understands -c and -o together
configure:8816: gfortran -g -O2 -c conftest.f -o conftest2.o >&5
configure:8820: $? = 0
configure:8827: gfortran -g -O2 -c conftest.f -o conftest2.o >&5
configure:8831: $? = 0
configure:8839: result: yes
configure:9311: checking for nm
configure:9327: found /usr/bin/nm
configure:9338: result: nm
configure:9353: checking for leading underscores with Fortran (name-mangling scheme)
configure:9397: result: no
configure:9399: checking for trailing underscores with Fortran (name-mangling scheme)
configure:9401: result: yes
configure:9408: checking use of the sharpsign in CPP
configure:9425: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:9425: $? = 0
configure:9426: result: yes
configure:9447: result: Define C2F with Trailing Underscore and Sharp Sign
configure:9531: checking hdf5.h usability
configure:9531: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:9531: $? = 0
configure:9531: result: yes
configure:9531: checking hdf5.h presence
configure:9531: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:9531: $? = 0
configure:9531: result: yes
configure:9531: checking for hdf5.h
configure:9531: result: yes
configure:9599: checking for H5Fopen in -lhdf5
configure:9624: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -lhdf5   -lhdf5 >&5
configure:9624: $? = 0
configure:9633: result: yes
configure:9704: checking JAVA_HOME variable
configure:9720: result: not defined
configure:9760: checking for javac
configure:9778: found /usr/bin/javac
configure:9790: result: /usr/bin/javac
configure:9818: checking Symlink for /usr/bin/javac
configure:9834: result: /etc/alternatives/javac
configure:9818: checking Symlink for /etc/alternatives/javac
configure:9834: result: /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac
configure:9857: checking for zip or jar files to include on CLASSPATH
Using CLASSPATH=
configure:9884: result: 
configure:9893: checking to see if the java compiler works
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:9938: result: yes
Using JAVAC=/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac
Java found in /usr/lib/jvm/java-1.6.0-sun.x86_64
configure:9957: checking type of jvm
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
conftest.java:2: package gnu.java.io does not exist
import gnu.java.io.EncodingManager;
                  ^
1 error
configure: failed program was:
// #line 9963 "configure"
import gnu.java.io.EncodingManager;

public class conftest {
    public static void main(String[] argv) {

    }
}
configure: CLASSPATH was 
configure:10009: result: jdk
configure:10020: checking java API version
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:10117: result: 1.5
Using the following JNI include flags -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include/linux
configure:10170: checking if jni.h can be included
configure:10197: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include/linux  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:10197: $? = 0
configure:10212: result: yes
Looking for JNI libs with x86_64 as machine hardware name
Looking for /usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/x86_64/libjava.so
Looking for /usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64/libjava.so
Found /usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64/libjava.so
Using the following JNI library flags -L/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64/server -ljvm
Using the following runtime library path /usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64:/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64/server
Using LD_PRELOAD=
Using LD_BIND_NOW=
configure:10479: checking to see if we can link a JNI application
configure:10508: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include/linux  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -L/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64/server -ljvm >&5
configure:10508: $? = 0
configure:10525: result: yes
configure:10590: checking for zip or jar files to include on CLASSPATH
Using CLASSPATH=
configure:10617: result: 
configure:10668: checking for java
configure:10686: found /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java
configure:10698: result: /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java
configure:10763: checking for java_g
configure:10796: result: no
configure:10858: checking for javah
configure:10876: found /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javah
configure:10888: result: /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javah
configure:10952: checking for jar
configure:10970: found /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jar
configure:10982: result: /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jar
configure:11047: checking for jdb
configure:11065: found /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jdb
configure:11077: result: /usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jdb
configure:11161: checking for ant
configure:11179: found /usr/bin/ant
configure:11191: result: /usr/bin/ant
configure:11312: checking jgraphx
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:11348: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jgraphx.jar
configure:11418: checking minimal version (1.4.1.0) of jgraphx
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java conftest
yes
configure:11530: checking flexdock
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:11566: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/flexdock-0.5.2.jar
configure:11636: checking minimal version (0.5.2) of flexdock
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java conftest
yes
configure:11748: checking looks
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:11784: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/looks-2.1.1.jar
configure:11963: checking skinlf
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:11999: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/skinlf.jar
configure:12070: checking jogl
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:12106: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jogl.jar
configure:12181: checking for glTexParameterf in -ljogl
configure:12206: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -L/usr/lib/jni -L/usr/lib64/jni/ -L./thirdparty/ -L./bin/ conftest.c -ljogl   >&5
configure:12206: $? = 0
configure:12215: result: yes
configure:12280: checking gluegen-rt
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:12316: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/gluegen-rt.jar
configure:12393: checking for Java_com_sun_gluegen_runtime_UnixDynamicLinkerImpl_dlclose__J in -lgluegen-rt
configure:12418: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -L/usr/lib/jni -L/usr/lib64/jni/ -ldl -L./thirdparty/ -L./bin/ conftest.c -lgluegen-rt -ldl  >&5
configure:12418: $? = 0
configure:12428: result: yes
configure:12442: checking jhall
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:12478: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhall.jar
configure:12657: checking jrosetta-API
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:12693: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jrosetta-API.jar
configure:12764: checking jrosetta-engine
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:12800: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jrosetta-engine.jar
configure:12873: checking jeuclid-core
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:12909: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jeuclid-core.jar
configure:12982: checking fop
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13018: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/fop.jar
configure:13089: checking batik-all
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13125: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/batik-all-1.7.jar
configure:13302: checking minimal version (1.7) of batik
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java conftest
yes
configure:13414: checking commons-io
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13450: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/commons-io.jar
configure:13521: checking xmlgraphics-commons
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13557: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/xmlgraphics-commons-1.3.1.jar
configure:13628: checking avalon-framework
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13664: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/avalon-framework.jar
configure:13735: checking xml-apis-ext
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13771: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/xml-apis-ext.jar
configure:13953: checking commons-logging
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:13989: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/commons-logging.jar
configure:14060: checking jlatexmath
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14096: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jlatexmath-0.9.3.jar
configure:14166: checking minimal version (0.9.3) of jlatexmath
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java conftest
yes
configure:14284: checking checkstyle
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14320: result: /usr/share/java//checkstyle.jar
configure:14391: checking commons-beanutils
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14427: result: /usr/share/java//commons-beanutils.jar
configure:14498: checking antlr
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14534: result: /usr/share/java//antlr.jar
configure:14605: checking testng
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14641: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/testng.jar
configure:14712: checking qdox
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14748: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/qdox.jar
configure:14819: checking bsh
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14855: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/bsh.jar
configure:14926: checking junit
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:14962: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/junit.jar
configure:15328: checking for sleep
configure:15328: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15328: $? = 0
configure:15328: result: yes
configure:15328: checking for usleep
configure:15328: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15328: $? = 0
configure:15328: result: yes
configure:15328: checking for dup2
configure:15328: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15328: $? = 0
configure:15328: result: yes
configure:15328: checking for getcwd
configure:15328: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15328: $? = 0
configure:15328: result: yes
configure:15328: checking for getpagesize
configure:15328: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15328: $? = 0
configure:15328: result: yes
configure:15328: checking for getpass
configure:15328: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15328: $? = 0
configure:15328: result: yes
configure:15340: checking for rmdir
configure:15340: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15340: $? = 0
configure:15340: result: yes
configure:15350: checking for getwd
configure:15350: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
/tmp/ccZqPO3Q.o: In function `main':
/usr/local/src/Scilab/scilab-master-1286272063/conftest.c:75: warning: the `getwd' function is dangerous and should not be used.
configure:15350: $? = 0
configure:15350: result: yes
configure:15365: checking for regcomp
configure:15365: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15365: $? = 0
configure:15365: result: yes
configure:15379: checking for atexit
configure:15379: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15379: $? = 0
configure:15379: result: yes
configure:15379: checking for putenv
configure:15379: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15379: $? = 0
configure:15379: result: yes
configure:15379: checking for setenv
configure:15379: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15379: $? = 0
configure:15379: result: yes
configure:15394: checking for bzero
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:69: warning: conflicting types for built-in function 'bzero'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for memmove
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:70: warning: conflicting types for built-in function 'memmove'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for memset
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:71: warning: conflicting types for built-in function 'memset'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strcasecmp
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:72: warning: conflicting types for built-in function 'strcasecmp'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strerror
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strchr
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:74: warning: conflicting types for built-in function 'strchr'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strdup
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:75: warning: conflicting types for built-in function 'strdup'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strpbrk
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:76: warning: conflicting types for built-in function 'strpbrk'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strrchr
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:77: warning: conflicting types for built-in function 'strrchr'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strstr
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:78: warning: conflicting types for built-in function 'strstr'
configure:15394: $? = 0
configure:15394: result: yes
configure:15394: checking for strtol
configure:15394: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15394: $? = 0
configure:15394: result: yes
configure:15408: checking for select
configure:15408: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15408: $? = 0
configure:15408: result: yes
configure:15421: checking for endpwent
configure:15421: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15421: $? = 0
configure:15421: result: yes
configure:15435: checking for gethostbyaddr
configure:15435: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15435: $? = 0
configure:15435: result: yes
configure:15435: checking for gethostbyname
configure:15435: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15435: $? = 0
configure:15435: result: yes
configure:15435: checking for gethostname
configure:15435: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15435: $? = 0
configure:15435: result: yes
configure:15449: checking for gettimeofday
configure:15449: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15449: $? = 0
configure:15449: result: yes
configure:15462: checking for isascii
configure:15462: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:86: warning: conflicting types for built-in function 'isascii'
configure:15462: $? = 0
configure:15462: result: yes
configure:15475: checking for iswprint
configure:15475: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
conftest.c:87: warning: conflicting types for built-in function 'iswprint'
configure:15475: $? = 0
configure:15475: result: yes
configure:15488: checking for mkdir
configure:15488: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15488: $? = 0
configure:15488: result: yes
configure:15501: checking for munmap
configure:15501: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  >&5
configure:15501: $? = 0
configure:15501: result: yes
configure:15602: checking for cos in -lm
configure:15627: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -lm   >&5
conftest.c:74: warning: conflicting types for built-in function 'cos'
configure:15627: $? = 0
configure:15636: result: yes
configure:15653: checking for pow
configure:15653: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -lm conftest.c  >&5
conftest.c:90: warning: conflicting types for built-in function 'pow'
configure:15653: $? = 0
configure:15653: result: yes
configure:15653: checking for sqrt
configure:15653: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -lm conftest.c  >&5
conftest.c:91: warning: conflicting types for built-in function 'sqrt'
configure:15653: $? = 0
configure:15653: result: yes
configure:15653: checking for finite
configure:15653: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -lm conftest.c  >&5
conftest.c:92: warning: conflicting types for built-in function 'finite'
configure:15653: $? = 0
configure:15653: result: yes
configure:15653: checking for floor
configure:15653: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -lm conftest.c  >&5
conftest.c:93: warning: conflicting types for built-in function 'floor'
configure:15653: $? = 0
configure:15653: result: yes
configure:15653: checking for exp10
configure:15653: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -lm conftest.c  >&5
conftest.c:94: warning: conflicting types for built-in function 'exp10'
configure:15653: $? = 0
configure:15653: result: yes
configure:15666: checking for isinf
configure:15666: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -lm conftest.c  >&5
conftest.c:95: warning: conflicting types for built-in function 'isinf'
configure:15666: $? = 0
configure:15666: result: yes
configure:15683: checking for re_comp
configure:15683: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15683: $? = 0
configure:15683: result: yes
configure:15696: checking for socket
configure:15696: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15696: $? = 0
configure:15696: result: yes
configure:15709: checking for uname
configure:15709: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15709: $? = 0
configure:15709: result: yes
configure:15722: checking for setlocale
configure:15722: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15722: $? = 0
configure:15722: result: yes
configure:15733: checking for working memcmp
configure:15776: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15776: $? = 0
configure:15776: ./conftest
configure:15776: $? = 0
configure:15786: result: yes
configure:15797: checking whether lstat correctly handles trailing slash
configure:15823: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15823: $? = 0
configure:15823: ./conftest
configure:15823: $? = 0
configure:15840: result: yes
configure:15859: checking whether stat accepts an empty string
configure:15879: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15879: $? = 0
configure:15879: ./conftest
configure:15879: $? = 0
configure:15889: result: no
configure:15907: checking for working strtod
configure:15948: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:15948: $? = 0
configure:15948: ./conftest
configure:15948: $? = 0
configure:15958: result: yes
configure:16028: checking limits.h usability
configure:16028: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16028: $? = 0
configure:16028: result: yes
configure:16028: checking limits.h presence
configure:16028: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16028: $? = 0
configure:16028: result: yes
configure:16028: checking for limits.h
configure:16028: result: yes
configure:16028: checking values.h usability
configure:16028: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16028: $? = 0
configure:16028: result: yes
configure:16028: checking values.h presence
configure:16028: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16028: $? = 0
configure:16028: result: yes
configure:16028: checking for values.h
configure:16028: result: yes
configure:16043: checking fcntl.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking fcntl.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for fcntl.h
configure:16043: result: yes
configure:16043: checking float.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking float.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for float.h
configure:16043: result: yes
configure:16043: checking libintl.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking libintl.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for libintl.h
configure:16043: result: yes
configure:16043: checking locale.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking locale.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for locale.h
configure:16043: result: yes
configure:16043: checking malloc.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking malloc.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for malloc.h
configure:16043: result: yes
configure:16043: checking netdb.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking netdb.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for netdb.h
configure:16043: result: yes
configure:16043: checking netinet/in.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking netinet/in.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for netinet/in.h
configure:16043: result: yes
configure:16043: checking nlist.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
conftest.c:119:19: error: nlist.h: No such file or directory
configure:16043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| #define G95_FORTRAN /**/
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define USE_DYNAMIC_STACK /**/
| #define WTU /**/
| #define CNAME(name1,name2) name1##name2
| #define C2F(name) name##_
| #define F2C(name) name##_
| #define HAVE_LIBHDF5 1
| #define WITH_HDF5 /**/
| #define WITH_GUI /**/
| #define HAVE_SLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_RMDIR 1
| #define HAVE_GETWD 1
| #define HAVE_REGCOMP 1
| #define HAVE_ATEXIT 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_BZERO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SELECT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_FINITE 1
| #define HAVE_FLOOR 1
| #define HAVE_EXP10 1
| #define HAVE_RE_COMP 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define HAVE_SETLOCALE 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nlist.h>
configure:16043: result: no
configure:16043: checking nlist.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
conftest.c:86:19: error: nlist.h: No such file or directory
configure:16043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| #define G95_FORTRAN /**/
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define USE_DYNAMIC_STACK /**/
| #define WTU /**/
| #define CNAME(name1,name2) name1##name2
| #define C2F(name) name##_
| #define F2C(name) name##_
| #define HAVE_LIBHDF5 1
| #define WITH_HDF5 /**/
| #define WITH_GUI /**/
| #define HAVE_SLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_RMDIR 1
| #define HAVE_GETWD 1
| #define HAVE_REGCOMP 1
| #define HAVE_ATEXIT 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_BZERO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SELECT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_FINITE 1
| #define HAVE_FLOOR 1
| #define HAVE_EXP10 1
| #define HAVE_RE_COMP 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define HAVE_SETLOCALE 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| /* end confdefs.h.  */
| #include <nlist.h>
configure:16043: result: no
configure:16043: checking for nlist.h
configure:16043: result: no
configure:16043: checking sgtty.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sgtty.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sgtty.h
configure:16043: result: yes
configure:16043: checking stddef.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking stddef.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for stddef.h
configure:16043: result: yes
configure:16043: checking sys/file.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/file.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/file.h
configure:16043: result: yes
configure:16043: checking sys/ioctl.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/ioctl.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/ioctl.h
configure:16043: result: yes
configure:16043: checking sys/param.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/param.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/param.h
configure:16043: result: yes
configure:16043: checking sys/socket.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/socket.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/socket.h
configure:16043: result: yes
configure:16043: checking sys/time.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/time.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/time.h
configure:16043: result: yes
configure:16043: checking sys/timeb.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/timeb.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/timeb.h
configure:16043: result: yes
configure:16043: checking sys/utsname.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking sys/utsname.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for sys/utsname.h
configure:16043: result: yes
configure:16043: checking syslog.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking syslog.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for syslog.h
configure:16043: result: yes
configure:16043: checking term.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking term.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for term.h
configure:16043: result: yes
configure:16043: checking termcap.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking termcap.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for termcap.h
configure:16043: result: yes
configure:16043: checking termio.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking termio.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for termio.h
configure:16043: result: yes
configure:16043: checking termios.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking termios.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for termios.h
configure:16043: result: yes
configure:16043: checking wchar.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking wchar.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for wchar.h
configure:16043: result: yes
configure:16043: checking wctype.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking wctype.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for wctype.h
configure:16043: result: yes
configure:16043: checking time.h usability
configure:16043: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking time.h presence
configure:16043: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:16043: $? = 0
configure:16043: result: yes
configure:16043: checking for time.h
configure:16043: result: yes
configure:16059: checking for dirent.h that defines DIR
configure:16078: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16078: $? = 0
configure:16086: result: yes
configure:16100: checking for library containing opendir
configure:16131: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:16131: $? = 0
configure:16148: result: none required
configure:16217: checking whether time.h and sys/time.h may both be included
configure:16237: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16237: $? = 0
configure:16244: result: yes
configure:16254: checking for sys/wait.h that is POSIX.1 compatible
configure:16280: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16280: $? = 0
configure:16287: result: yes
configure:16300: checking for struct stat.st_blksize
configure:16300: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16300: $? = 0
configure:16300: result: yes
configure:16310: checking for struct stat.st_rdev
configure:16310: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:16310: $? = 0
configure:16310: result: yes
configure:16328: checking whether NLS is requested
configure:16337: result: yes
configure:16378: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:16410: result: /usr/bin/msgfmt
configure:16419: checking for gmsgfmt
configure:16450: result: /usr/bin/msgfmt
configure:16501: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:16533: result: /usr/bin/xgettext
configure:16579: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:16610: result: /usr/bin/msgmerge
configure:17125: checking for CFPreferencesCopyAppValue
configure:17143: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:108:42: error: CoreFoundation/CFPreferences.h: No such file or directory
conftest.c: In function 'main':
conftest.c:112: error: 'NULL' undeclared (first use in this function)
conftest.c:112: error: (Each undeclared identifier is reported only once
conftest.c:112: error: for each function it appears in.)
configure:17143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| #define G95_FORTRAN /**/
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define USE_DYNAMIC_STACK /**/
| #define WTU /**/
| #define CNAME(name1,name2) name1##name2
| #define C2F(name) name##_
| #define F2C(name) name##_
| #define HAVE_LIBHDF5 1
| #define WITH_HDF5 /**/
| #define WITH_GUI /**/
| #define HAVE_SLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_RMDIR 1
| #define HAVE_GETWD 1
| #define HAVE_REGCOMP 1
| #define HAVE_ATEXIT 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_BZERO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SELECT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_FINITE 1
| #define HAVE_FLOOR 1
| #define HAVE_EXP10 1
| #define HAVE_RE_COMP 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define HAVE_SETLOCALE 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERM_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:17152: result: no
configure:17159: checking for CFLocaleCopyCurrent
configure:17177: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:108:37: error: CoreFoundation/CFLocale.h: No such file or directory
configure:17177: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| #define G95_FORTRAN /**/
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define USE_DYNAMIC_STACK /**/
| #define WTU /**/
| #define CNAME(name1,name2) name1##name2
| #define C2F(name) name##_
| #define F2C(name) name##_
| #define HAVE_LIBHDF5 1
| #define WITH_HDF5 /**/
| #define WITH_GUI /**/
| #define HAVE_SLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_RMDIR 1
| #define HAVE_GETWD 1
| #define HAVE_REGCOMP 1
| #define HAVE_ATEXIT 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_BZERO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SELECT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_FINITE 1
| #define HAVE_FLOOR 1
| #define HAVE_EXP10 1
| #define HAVE_RE_COMP 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define HAVE_SETLOCALE 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERM_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:17186: result: no
configure:17235: checking for GNU gettext in libc
configure:17255: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:17255: $? = 0
configure:17264: result: yes
configure:18010: checking whether to use NLS
configure:18012: result: yes
configure:18015: checking where the gettext function comes from
configure:18026: result: libc
configure:18086: checking whether closedir returns void
configure:18110: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c  -lm >&5
configure:18110: $? = 0
configure:18110: ./conftest
configure:18110: $? = 0
configure:18120: result: no
configure:18130: checking return type of signal handlers
configure:18148: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
conftest.c: In function 'main':
conftest.c:117: error: void value not ignored as it ought to be
configure:18148: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| #define G95_FORTRAN /**/
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define USE_DYNAMIC_STACK /**/
| #define WTU /**/
| #define CNAME(name1,name2) name1##name2
| #define C2F(name) name##_
| #define F2C(name) name##_
| #define HAVE_LIBHDF5 1
| #define WITH_HDF5 /**/
| #define WITH_GUI /**/
| #define HAVE_SLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_RMDIR 1
| #define HAVE_GETWD 1
| #define HAVE_REGCOMP 1
| #define HAVE_ATEXIT 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_BZERO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SELECT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_FINITE 1
| #define HAVE_FLOOR 1
| #define HAVE_EXP10 1
| #define HAVE_RE_COMP 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define HAVE_SETLOCALE 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERM_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:18155: result: void
configure:18165: checking whether struct tm is in sys/time.h or time.h
configure:18185: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:18185: $? = 0
configure:18192: result: time.h
configure:18202: checking for struct stat.st_blocks
configure:18202: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:18202: $? = 0
configure:18202: result: yes
configure:18250: checking for main in -lcurses
configure:18269: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -lcurses   -lm >&5
configure:18269: $? = 0
configure:18278: result: yes
configure:18332: checking for library containing tgetent
configure:18363: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -lcurses  -lm >&5
configure:18363: $? = 0
configure:18380: result: none required
configure:18392: checking ncurses.h usability
configure:18392: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:18392: $? = 0
configure:18392: result: yes
configure:18392: checking ncurses.h presence
configure:18392: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:18392: $? = 0
configure:18392: result: yes
configure:18392: checking for ncurses.h
configure:18392: result: yes
configure:18392: checking curses.h usability
configure:18392: gcc -c -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c >&5
configure:18392: $? = 0
configure:18392: result: yes
configure:18392: checking curses.h presence
configure:18392: gcc -E  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ conftest.c
configure:18392: $? = 0
configure:18392: result: yes
configure:18392: checking for curses.h
configure:18392: result: yes
configure:18416: checking for dlopen in -ldl
configure:18441: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -ldl  -lcurses  -lm >&5
configure:18441: $? = 0
configure:18450: result: yes
configure:18462: checking for library containing pthread_join
configure:18493: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -ldl -lcurses  -lm >&5
/tmp/ccD3yVr8.o: In function `main':
/usr/local/src/Scilab/scilab-master-1286272063/conftest.c:130: undefined reference to `pthread_join'
collect2: ld returned 1 exit status
configure:18493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Scilab"
| #define PACKAGE_TARNAME "scilab"
| #define PACKAGE_VERSION "5"
| #define PACKAGE_STRING "Scilab 5"
| #define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
| #define PACKAGE_URL ""
| #define INSTALLPREFIX "/usr/local"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define INSTALLPREFIX "/usr/local"
| #define PACKAGE "scilab"
| #define VERSION "5"
| #define G95_FORTRAN /**/
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 8
| #define USE_DYNAMIC_STACK /**/
| #define WTU /**/
| #define CNAME(name1,name2) name1##name2
| #define C2F(name) name##_
| #define F2C(name) name##_
| #define HAVE_LIBHDF5 1
| #define WITH_HDF5 /**/
| #define WITH_GUI /**/
| #define HAVE_SLEEP 1
| #define HAVE_USLEEP 1
| #define HAVE_DUP2 1
| #define HAVE_GETCWD 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETPASS 1
| #define HAVE_RMDIR 1
| #define HAVE_GETWD 1
| #define HAVE_REGCOMP 1
| #define HAVE_ATEXIT 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_BZERO 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRCHR 1
| #define HAVE_STRDUP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_SELECT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETHOSTBYADDR 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISASCII 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_POW 1
| #define HAVE_SQRT 1
| #define HAVE_FINITE 1
| #define HAVE_FLOOR 1
| #define HAVE_EXP10 1
| #define HAVE_RE_COMP 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define HAVE_SETLOCALE 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIBINTL_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_TERM_H 1
| #define HAVE_TERMCAP_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define RETSIGTYPE void
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_LIBCURSES 1
| #define HAVE_NCURSES_H 1
| #define HAVE_CURSES_H 1
| #define HAVE_TERMCAP /**/
| #define HAVE_LIBDL 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pthread_join ();
| int
| main ()
| {
| return pthread_join ();
|   ;
|   return 0;
| }
configure:18493: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -lpthread  -ldl -lcurses  -lm >&5
configure:18493: $? = 0
configure:18510: result: -lpthread
configure:18547: checking for clock_gettime in -lrt
configure:18572: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  conftest.c -lrt  -lpthread -ldl -lcurses  -lm >&5
configure:18572: $? = 0
configure:18581: result: yes
configure:18610: checking for ocamlc
configure:18626: found /usr/bin/ocamlc
configure:18638: result: ocamlc
configure:18652: checking for ocamlopt
configure:18668: found /usr/bin/ocamlopt
configure:18680: result: ocamlopt
configure:18694: checking for ocamldep
configure:18710: found /usr/bin/ocamldep
configure:18722: result: ocamldep
configure:18736: checking for ocamlyacc
configure:18752: found /usr/bin/ocamlyacc
configure:18764: result: ocamlyacc
configure:18778: checking for ocamllex
configure:18794: found /usr/bin/ocamllex
configure:18806: result: ocamllex
configure:18839: checking jhdf5
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
yes
configure:18875: result: /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhdf5.jar
configure:18952: checking for h5JNIFatalError in -ljhdf5
configure:18977: gcc -o conftest -g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/  -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/ -L/usr/lib/jni -L/usr/lib64/jni/ -L./bin/ -L./thirdparty/  -lpthread -lhdf5 conftest.c -ljhdf5  -lpthread -ldl -lcurses  -lm >&5
configure:18977: $? = 0
configure:18986: result: yes
configure:19000: checking minimal version (1.8.4) of hdf5
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac -g conftest.java
/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java conftest
java.lang.UnsatisfiedLinkError: no jhdf5 in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1734)
	at java.lang.Runtime.loadLibrary0(Runtime.java:823)
	at java.lang.System.loadLibrary(System.java:1028)
	at ncsa.hdf.hdf5lib.H5.loadH5Lib(H5.java:289)
	at ncsa.hdf.hdf5lib.H5.<clinit>(H5.java:225)
	at conftest.main(conftest.java:8)
configure: failed program was:
// #line 19007 "configure"
import ncsa.hdf.hdf5lib.H5;

public class conftest {
    public static void main(String[] argv) {
        String minVersion="1.8.4";
                            int[] vers = new int[3];
                try { H5.H5get_libversion(vers); }
                catch (Throwable ex) {System.exit(-1);}
                String ver = vers[0] + "."+ vers[1] +"."+vers[2];

                            System.out.println(ver);
                                  if (minVersion.compareTo(ver) < 0) {
                                   System.exit(-1);
                                }

    }
}
configure: CLASSPATH was /usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhdf5.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhdf5.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/junit.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/bsh.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/qdox.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/testng.jar:/usr/share/java//antlr.jar:/usr/share/java//commons-beanutils.jar:/usr/share/java//checkstyle.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jlatexmath-0.9.3.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/commons-logging.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/xml-apis-ext.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/avalon-framework.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/xmlgraphics-commons-1.3.1.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/commons-io.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/batik-all-1.7.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/fop.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jeuclid-core.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jrosetta-engine.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jrosetta-API.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhall.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/gluegen-rt.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jogl.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/skinlf.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/looks-2.1.1.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/flexdock-0.5.2.jar:/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jgraphx.jar:
configure:19046: error: Wrong version of hdf5. Expected at least 1.8.4. Found 

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_MATIO_CFLAGS_set=
ac_cv_env_MATIO_CFLAGS_value=
ac_cv_env_MATIO_LIBS_set=
ac_cv_env_MATIO_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_atexit=yes
ac_cv_func_bzero=yes
ac_cv_func_closedir_void=no
ac_cv_func_dup2=yes
ac_cv_func_endpwent=yes
ac_cv_func_exp10=yes
ac_cv_func_finite=yes
ac_cv_func_floor=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyaddr=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpass=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_isascii=yes
ac_cv_func_isinf=yes
ac_cv_func_iswprint=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_munmap=yes
ac_cv_func_pow=yes
ac_cv_func_putenv=yes
ac_cv_func_re_comp=yes
ac_cv_func_regcomp=yes
ac_cv_func_rmdir=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_sleep=yes
ac_cv_func_socket=yes
ac_cv_func_sqrt=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_strtod=yes
ac_cv_func_strtol=yes
ac_cv_func_uname=yes
ac_cv_func_usleep=yes
ac_cv_header_curses_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_hdf5_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ncurses_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nlist_h=no
ac_cv_header_sgtty_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_term_h=yes
ac_cv_header_termcap_h=yes
ac_cv_header_termio_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_java_jvm_jni_working=yes
ac_cv_java_jvm_working_jni_link=yes
ac_cv_lib_curses_main=yes
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_gluegen_rt_Java_com_sun_gluegen_runtime_UnixDynamicLinkerImpl_dlclose__J=yes
ac_cv_lib_hdf5_H5Fopen=yes
ac_cv_lib_jhdf5_h5JNIFatalError=yes
ac_cv_lib_jogl_glTexParameterf=yes
ac_cv_lib_m_cos=yes
ac_cv_lib_rt_clock_gettime=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_objext=o
ac_cv_path_ANT=/usr/bin/ant
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_JAR=/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jar
ac_cv_path_JAVA=/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java
ac_cv_path_JAVAC=/usr/bin/javac
ac_cv_path_JAVAH=/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javah
ac_cv_path_JDB=/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jdb
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_NM=nm
ac_cv_prog_OCAMLC=ocamlc
ac_cv_prog_OCAMLDEP=ocamldep
ac_cv_prog_OCAMLLEX=ocamllex
ac_cv_prog_OCAMLOPT=ocamlopt
ac_cv_prog_OCAMLYACC=ocamlyacc
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_present=yes
ac_cv_prog_f77_c_o=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_search_pthread_join=-lpthread
ac_cv_search_tgetent='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=8
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_type_signal=void
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libpath=LD_LIBRARY_PATH
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_shlibpath_var=LD_LIBRARY_PATH
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/missing --run aclocal-1.11'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/missing --run tar'
ANT='/usr/bin/ant'
ANTLR='/usr/share/java//antlr.jar'
AR=''
AUTOCONF='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/missing --run automake-1.11'
AVALON_FRAMEWORK='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/avalon-framework.jar'
AWK='gawk'
BATIK='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/batik-all-1.7.jar'
BLAS_LIBS=''
BSH='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/bsh.jar'
BUILD_HELP_FALSE=''
BUILD_HELP_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2  -DNDEBUG -fno-stack-protector -DNARROWPROTO -m64 -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/'
CHECKSTYLE='/usr/share/java//checkstyle.jar'
COMMONS_BEANUTILS='/usr/share/java//commons-beanutils.jar'
COMMONS_IO='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/commons-io.jar'
COMMONS_LOGGING='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/commons-logging.jar'
COMPILATION_TESTS_FALSE=''
COMPILATION_TESTS_TRUE=''
CPP='gcc -E'
CPPFLAGS=' -DNDEBUG -fno-stack-protector -I$(top_srcdir)/modules/core/includes/ -I$(top_srcdir)/libs/MALLOC/includes/ -I$(top_srcdir)/modules/localization/includes/'
CXX='g++'
CXXCPP=''
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEMOTOOLS_ENABLE=''
DEPDIR='.deps'
DOCBOOK_ROOT=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_STATIC_FALSE=''
ENABLE_STATIC_TRUE=''
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2 -DNDEBUG -m64 -fPIC -I$(top_srcdir)/modules/core/includes/'
FFTW3_LIB=''
FFTW_ENABLE=''
FFTW_FALSE=''
FFTW_TRUE=''
FGREP=''
FLEXDOCK='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/flexdock-0.5.2.jar'
FLIBS=''
FOP='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/fop.jar'
GENERATE_LOCALIZATION_FILES_FALSE=''
GENERATE_LOCALIZATION_FILES_TRUE=''
GETTEXT_MACRO_VERSION='0.17'
GIWS_BIN=''
GIWS_FALSE=''
GIWS_TRUE='#'
GLUEGEN_RT='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/gluegen-rt.jar'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GRAPHICS_ENABLE=''
GREP='/bin/grep'
GUI_ENABLE='yes'
GUI_FALSE='#'
GUI_TRUE=''
HDF5_CFLAGS=''
HDF5_ENABLE='yes'
HDF5_FALSE='#'
HDF5_LIBS='-lhdf5'
HDF5_TRUE=''
HELP_ENABLE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_HELP_XML_FALSE=''
INSTALL_HELP_XML_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
IS_64_BITS_CPU_FALSE='#'
IS_64_BITS_CPU_TRUE=''
IS_HPUX_FALSE=''
IS_HPUX_TRUE='#'
IS_MACOSX_FALSE=''
IS_MACOSX_TRUE='#'
IS_MIPS_SGI_IRIX_FALSE=''
IS_MIPS_SGI_IRIX_TRUE='#'
IS_SOLARIS_FALSE=''
IS_SOLARIS_TRUE='#'
IS_SPARC_FALSE=''
IS_SPARC_TRUE='#'
JAR='/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jar'
JAVA='/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java'
JAVAC='/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javac'
JAVAH='/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/javah'
JAVASCI_ENABLE=''
JAVASCI_FALSE='#'
JAVASCI_TRUE=''
JAVA_DEBUG_OPTIONS=''
JAVA_ENABLE='yes'
JAVA_G='/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/java'
JAVA_HOME='/usr/lib/jvm/java-1.6.0-sun.x86_64'
JAVA_JNI_INCLUDE='-I/usr/lib/jvm/java-1.6.0-sun.x86_64/include -I/usr/lib/jvm/java-1.6.0-sun.x86_64/include/linux'
JAVA_JNI_LIBS='-L/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java-1.6.0-sun.x86_64/jre/lib/amd64/server -ljvm'
JDB='/usr/lib/jvm/java-1.6.0-sun.x86_64/bin/jdb'
JEUCLID_CORE='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jeuclid-core.jar'
JGRAPHX='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jgraphx.jar'
JHALL='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhall.jar'
JHDF5='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jhdf5.jar'
JLATEXMATH='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jlatexmath-0.9.3.jar'
JLATEXMATH_FOP=''
JOGL='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jogl.jar'
JROSETTA_API='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jrosetta-API.jar'
JROSETTA_ENGINE='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/jrosetta-engine.jar'
JUNIT='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/junit.jar'
LAPACK_LIBS=''
LD='/usr/bin/ld'
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBM='-lm'
LIBOBJS=''
LIBS='-lpthread -ldl -lcurses  -lm'
LIBTOOL=''
LIPO=''
LN_S='ln -s'
LOOKS='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/looks-2.1.1.jar'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/missing --run makeinfo'
MATIO_CFLAGS=''
MATIO_ENABLE=''
MATIO_FALSE=''
MATIO_LIBS=''
MATIO_TRUE=''
MKDIR_P='/bin/mkdir -p'
MSGCAT=''
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NEED_JAVA_FALSE='#'
NEED_JAVA_TRUE=''
NM='nm'
NMEDIT=''
OBJDUMP=''
OBJEXT='o'
OCAMLC='ocamlc'
OCAMLDEP='ocamldep'
OCAMLLEX='ocamllex'
OCAMLOPT='ocamlopt'
OCAMLYACC='ocamlyacc'
OCAML_FALSE=''
OCAML_TRUE=''
OPENMP_CFLAGS=''
OPENMP_CXXFLAGS=''
OPENMP_ENABLE=''
OPENMP_FALSE=''
OPENMP_LIBS=''
OPENMP_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='scilab'
PACKAGE_BUGREPORT='http://bugzilla.scilab.org/'
PACKAGE_NAME='Scilab'
PACKAGE_STRING='Scilab 5'
PACKAGE_TARNAME='scilab'
PACKAGE_URL=''
PACKAGE_VERSION='5'
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_CONFIG=''
PCRE_LIBS=''
PCRE_VERSION=''
PKG_CONFIG='/usr/bin/pkg-config'
POSUB='po'
POW_LIB=''
PVMGETARCH=''
PVM_ARCH=''
PVM_ENABLE=''
PVM_FALSE=''
PVM_INCLUDE=''
PVM_LIB=''
PVM_TRUE=''
PYTHON=''
QDOX='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/qdox.jar'
RANLIB=''
RELOCATABLE='no'
RELOCATABLE_VIA_LD_FALSE=''
RELOCATABLE_VIA_LD_TRUE='#'
RT_LIB='-lrt'
SAXON=''
SCICOS_ENABLE='yes'
SCICOS_FALSE=''
SCICOS_TRUE=''
SCILAB_LIBRARY_VERSION='5:3:0'
SED=''
SET_MAKE=''
SET_RELOCATABLE=''
SHELL='/bin/sh'
SKINLF='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/skinlf.jar'
SPLINT=''
STRIP=''
SWIG_BIN=''
SWIG_FALSE=''
SWIG_JAVA=''
SWIG_RUNTIME_LIBS_DIR=''
SWIG_TRUE='#'
TCLTK_FALSE=''
TCLTK_LIBS=''
TCLTK_TRUE=''
TCL_INC_PATH=''
TESTNG='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/testng.jar'
TK_INC_PATH=''
UMFPACK_ENABLE=''
UMFPACK_FALSE=''
UMFPACK_LIB=''
UMFPACK_TRUE=''
USE_DYNAMIC_STACK_FALSE='#'
USE_DYNAMIC_STACK_TRUE=''
USE_NLS='yes'
VERSION='5'
WITH_OCAML=''
WITH_TKSCI=''
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XMKMF=''
XMLGRAPHICS_COMMONS='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/xmlgraphics-commons-1.3.1.jar'
XML_APIS_EXT='/usr/local/src/Scilab/scilab-master-1286272063/thirdparty/xml-apis-ext.jar'
XML_CONFIG=''
XML_FLAGS=''
XML_LIBS=''
XML_VERSION=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77='gfortran'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cxx_present='yes'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/local/src/Scilab/scilab-master-1286272063/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "Scilab"
#define PACKAGE_TARNAME "scilab"
#define PACKAGE_VERSION "5"
#define PACKAGE_STRING "Scilab 5"
#define PACKAGE_BUGREPORT "http://bugzilla.scilab.org/"
#define PACKAGE_URL ""
#define INSTALLPREFIX "/usr/local"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define INSTALLPREFIX "/usr/local"
#define PACKAGE "scilab"
#define VERSION "5"
#define G95_FORTRAN /**/
#define SIZEOF_INT 4
#define SIZEOF_LONG 8
#define USE_DYNAMIC_STACK /**/
#define WTU /**/
#define CNAME(name1,name2) name1##name2
#define C2F(name) name##_
#define F2C(name) name##_
#define HAVE_LIBHDF5 1
#define WITH_HDF5 /**/
#define WITH_GUI /**/
#define HAVE_SLEEP 1
#define HAVE_USLEEP 1
#define HAVE_DUP2 1
#define HAVE_GETCWD 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPASS 1
#define HAVE_RMDIR 1
#define HAVE_GETWD 1
#define HAVE_REGCOMP 1
#define HAVE_ATEXIT 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_BZERO 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRERROR 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRPBRK 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_SELECT 1
#define HAVE_ENDPWENT 1
#define HAVE_GETHOSTBYADDR 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISASCII 1
#define HAVE_ISWPRINT 1
#define HAVE_MKDIR 1
#define HAVE_MUNMAP 1
#define HAVE_POW 1
#define HAVE_SQRT 1
#define HAVE_FINITE 1
#define HAVE_FLOOR 1
#define HAVE_EXP10 1
#define HAVE_RE_COMP 1
#define HAVE_SOCKET 1
#define HAVE_UNAME 1
#define HAVE_SETLOCALE 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_LIMITS_H 1
#define HAVE_VALUES_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LIBINTL_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SGTTY_H 1
#define HAVE_STDDEF_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_TERM_H 1
#define HAVE_TERMCAP_H 1
#define HAVE_TERMIO_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
#define HAVE_TIME_H 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define RETSIGTYPE void
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_LIBCURSES 1
#define HAVE_NCURSES_H 1
#define HAVE_CURSES_H 1
#define HAVE_TERMCAP /**/
#define HAVE_LIBDL 1
#define WITH_SCICOS /**/
#define HAVE_CLOCK_GETTIME 1
#define WITH_OCAML /**/

configure: exit 1



More information about the users mailing list