Mageia Bugzilla – Attachment 3714 Details for
Bug 9052
pcre_compile in -lpcre missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
config.log output after ./configure command
config.log (text/x-log), 158.50 KB, created by
Filipe Saraiva
on 2013-04-09 01:04:15 CEST
(
hide
)
Description:
config.log output after ./configure command
Filename:
MIME Type:
Creator:
Filipe Saraiva
Created:
2013-04-09 01:04:15 CEST
Size:
158.50 KB
patch
obsolete
>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.69. Invocation command line was > > $ ./configure --prefix=/home/kdevil/scilab --without-umfpack --without-pcre > >## --------- ## >## Platform. ## >## --------- ## > >hostname = anubis >uname -m = x86_64 >uname -r = 3.8.5-desktop-1.mga3 >uname -s = Linux >uname -v = #1 SMP Sat Mar 30 10:31:40 UTC 2013 > >/usr/bin/uname -p = x86_64 >/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/kdevil/kde/bin >PATH: /usr/lib/jvm/java/bin >PATH: /usr/share/colorgcc >PATH: /usr/local/bin >PATH: /usr/bin >PATH: /usr/games >PATH: /usr/lib64/qt4/bin >PATH: /usr/lib64/qt5/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3275: checking whether ln -s works >configure:3279: result: yes >configure:3335: checking for gcc >configure:3351: found /usr/share/colorgcc/gcc >configure:3362: result: gcc >configure:3591: checking for C compiler version >configure:3600: gcc --version >&5 >gcc (GCC) 4.7.2 >Copyright (C) 2012 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:3611: $? = 0 >configure:3600: gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/bin/gcc >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.7.2 (GCC) >configure:3611: $? = 0 >configure:3600: gcc -V >&5 >gcc: error: unrecognized command line option '-V' >gcc: fatal error: no input files >compilation terminated. >configure:3611: $? = 1 >configure:3600: gcc -qversion >&5 >gcc: error: unrecognized command line option '-qversion' >gcc: fatal error: no input files >compilation terminated. >configure:3611: $? = 1 >configure:3631: checking whether the C compiler works >configure:3653: gcc conftest.c >&5 >configure:3657: $? = 0 >configure:3705: result: yes >configure:3708: checking for C compiler default output file name >configure:3710: result: a.out >configure:3716: checking for suffix of executables >configure:3723: gcc -o conftest conftest.c >&5 >configure:3727: $? = 0 >configure:3749: result: >configure:3771: checking whether we are cross compiling >configure:3779: gcc -o conftest conftest.c >&5 >configure:3783: $? = 0 >configure:3790: ./conftest >configure:3794: $? = 0 >configure:3809: result: no >configure:3814: checking for suffix of object files >configure:3836: gcc -c conftest.c >&5 >configure:3840: $? = 0 >configure:3861: result: o >configure:3865: checking whether we are using the GNU C compiler >configure:3884: gcc -c conftest.c >&5 >configure:3884: $? = 0 >configure:3893: result: yes >configure:3902: checking whether gcc accepts -g >configure:3922: gcc -c -g conftest.c >&5 >configure:3922: $? = 0 >configure:3963: result: yes >configure:3980: checking for gcc option to accept ISO C89 >configure:4043: gcc -c -g -O2 conftest.c >&5 >configure:4043: $? = 0 >configure:4056: result: none needed >configure:4085: checking for special C compiler options needed for large files >configure:4130: result: no >configure:4136: checking for _FILE_OFFSET_BITS value needed for large files >configure:4161: gcc -c -g -O2 conftest.c >&5 >configure:4161: $? = 0 >configure:4193: result: no >configure:4279: checking for _LARGEFILE64_SOURCE value needed for large files >configure:4302: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:18:68: error: 'O_LARGEFILE' undeclared (first use in this function) >conftest.c:18:68: note: each undeclared identifier is reported only once for each function it appears in >configure:4302: $? = 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 "" >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/stat.h> >| #include <fcntl.h> >| >| int >| main () >| { >| >| int fd = open ("__o_largefile", O_CREAT | O_RDWR | O_LARGEFILE, 0644); >| >| ; >| return 0; >| } >configure:4326: gcc -c -g -O2 conftest.c >&5 >configure:4326: $? = 0 >configure:4341: result: >configure:4381: checking for a BSD-compatible install >configure:4449: result: /usr/bin/install -c >configure:4464: checking build system type >configure:4478: result: x86_64-unknown-linux-gnu >configure:4498: checking host system type >configure:4511: result: x86_64-unknown-linux-gnu >configure:4555: checking for ld used by GCC >configure:4619: result: /usr/bin/ld >configure:4626: checking if the linker (/usr/bin/ld) is GNU ld >configure:4639: result: yes >configure:4645: checking for shared library path variable >configure:4658: result: LD_LIBRARY_PATH >configure:4663: checking whether to activate relocatable installation >configure:4678: result: no >configure:4700: checking how to run the C preprocessor >configure:4731: gcc -E conftest.c >configure:4731: $? = 0 >configure:4745: gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4745: $? = 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 "/home/kdevil/scilab" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4770: result: gcc -E >configure:4790: gcc -E conftest.c >configure:4790: $? = 0 >configure:4804: gcc -E conftest.c >conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4804: $? = 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 "/home/kdevil/scilab" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4833: checking for grep that handles long lines and -e >configure:4891: result: /usr/bin/grep >configure:4896: checking for egrep >configure:4958: result: /usr/bin/grep -E >configure:4963: checking for ANSI C header files >configure:4983: gcc -c -g -O2 conftest.c >&5 >configure:4983: $? = 0 >configure:5056: gcc -o conftest -g -O2 conftest.c >&5 >configure:5056: $? = 0 >configure:5056: ./conftest >configure:5056: $? = 0 >configure:5067: result: yes >configure:5080: checking for sys/types.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for sys/stat.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for stdlib.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for string.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for memory.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for strings.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for inttypes.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for stdint.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5080: checking for unistd.h >configure:5080: gcc -c -g -O2 conftest.c >&5 >configure:5080: $? = 0 >configure:5080: result: yes >configure:5190: checking for shared library run path origin >configure:5203: result: done >configure:5227: checking whether to enable maintainer-specific portions of Makefiles >configure:5236: result: no >configure:5252: checking whether build environment is sane >configure:5302: result: yes >configure:5331: checking for a thread-safe mkdir -p >configure:5370: result: /usr/bin/mkdir -p >configure:5383: checking for gawk >configure:5399: found /usr/bin/gawk >configure:5410: result: gawk >configure:5421: checking whether make sets $(MAKE) >configure:5443: result: yes >configure:5473: checking for style of include used by make >configure:5501: result: GNU >configure:5587: checking dependency style of gcc >configure:5698: result: gcc3 >configure:5840: checking how to run the C preprocessor >configure:5910: result: gcc -E >configure:5930: gcc -E conftest.c >configure:5930: $? = 0 >configure:5944: gcc -E conftest.c >conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:5944: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #define PACKAGE "scilab" >| #define VERSION "5" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5972: checking for grep that handles long lines and -e >configure:6030: result: /usr/bin/grep >configure:6178: checking for pkg-config >configure:6196: found /usr/bin/pkg-config >configure:6208: result: /usr/bin/pkg-config >configure:6233: checking pkg-config is at least version 0.9.0 >configure:6236: result: yes >configure:6745: checking for gfortran >configure:6761: found /usr/share/colorgcc/gfortran >configure:6772: result: gfortran >configure:6798: checking for Fortran 77 compiler version >configure:6807: gfortran --version >&5 >GNU Fortran (GCC) 4.7.2 >Copyright (C) 2012 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:6818: $? = 0 >configure:6807: gfortran -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/bin/gfortran >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.7.2 (GCC) >configure:6818: $? = 0 >configure:6807: gfortran -V >&5 >gfortran: error: unrecognized command line option '-V' >gfortran: fatal error: no input files >compilation terminated. >configure:6818: $? = 1 >configure:6807: gfortran -qversion >&5 >gfortran: error: unrecognized command line option '-qversion' >gfortran: fatal error: no input files >compilation terminated. >configure:6818: $? = 1 >configure:6827: checking whether we are using the GNU Fortran 77 compiler >configure:6840: gfortran -c conftest.F >&5 >configure:6840: $? = 0 >configure:6849: result: yes >configure:6855: checking whether gfortran accepts -g >configure:6866: gfortran -c -g conftest.f >&5 >configure:6866: $? = 0 >configure:6874: result: yes >configure:7127: checking if gfortran is a fortran 90 compatible compiler >configure:7152: gfortran -c -g -O2 conftest.f >&5 >configure:7152: $? = 0 >configure:7153: result: yes >configure:8433: checking size of int >configure:8438: gcc -o conftest -g -O2 conftest.c >&5 >configure:8438: $? = 0 >configure:8438: ./conftest >configure:8438: $? = 0 >configure:8452: result: 4 >configure:8466: checking size of long >configure:8471: gcc -o conftest -g -O2 conftest.c >&5 >configure:8471: $? = 0 >configure:8471: ./conftest >configure:8471: $? = 0 >configure:8485: result: 8 >configure:8555: checking for g++ >configure:8571: found /usr/share/colorgcc/g++ >configure:8582: result: g++ >configure:8609: checking for C++ compiler version >configure:8618: g++ --version >&5 >g++ (GCC) 4.7.2 >Copyright (C) 2012 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:8629: $? = 0 >configure:8618: g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/bin/g++ >COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/lto-wrapper >Target: x86_64-mageia-linux-gnu >Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto >Thread model: posix >gcc version 4.7.2 (GCC) >configure:8629: $? = 0 >configure:8618: g++ -V >&5 >g++: error: unrecognized command line option '-V' >g++: fatal error: no input files >compilation terminated. >configure:8629: $? = 1 >configure:8618: g++ -qversion >&5 >g++: error: unrecognized command line option '-qversion' >g++: fatal error: no input files >compilation terminated. >configure:8629: $? = 1 >configure:8633: checking whether we are using the GNU C++ compiler >configure:8652: g++ -c conftest.cpp >&5 >configure:8652: $? = 0 >configure:8661: result: yes >configure:8670: checking whether g++ accepts -g >configure:8690: g++ -c -g conftest.cpp >&5 >configure:8690: $? = 0 >configure:8731: result: yes >configure:8756: checking dependency style of g++ >configure:8867: result: gcc3 >configure:8891: checking for g++ >configure:8907: found /usr/share/colorgcc/g++ >configure:8919: result: yes >configure:8936: checking whether gcc and cc understand -c and -o together >configure:8967: gcc -c conftest.c -o conftest2.o >&5 >configure:8971: $? = 0 >configure:8977: gcc -c conftest.c -o conftest2.o >&5 >configure:8981: $? = 0 >configure:8992: cc -c conftest.c >&5 >configure:8996: $? = 0 >configure:9004: cc -c conftest.c -o conftest2.o >&5 >configure:9008: $? = 0 >configure:9014: cc -c conftest.c -o conftest2.o >&5 >configure:9018: $? = 0 >configure:9036: result: yes >configure:9065: checking whether gfortran understands -c and -o together >configure:9083: gfortran -g -O2 -c conftest.f -o conftest2.o >&5 >configure:9087: $? = 0 >configure:9094: gfortran -g -O2 -c conftest.f -o conftest2.o >&5 >configure:9098: $? = 0 >configure:9106: result: yes >configure:9721: checking for nm >configure:9737: found /usr/bin/nm >configure:9748: result: nm >configure:9763: checking for leading underscores with Fortran (name-mangling scheme) >configure:9807: result: no >configure:9809: checking for trailing underscores with Fortran (name-mangling scheme) >configure:9811: result: yes >configure:9818: checking use of the sharpsign in CPP >configure:9835: gcc -c -g -O2 conftest.c >&5 >configure:9835: $? = 0 >configure:9836: result: yes >configure:9857: result: Define C2F with Trailing Underscore and Sharp Sign >configure:9931: checking hdf5.h usability >configure:9931: gcc -c -g -O2 conftest.c >&5 >configure:9931: $? = 0 >configure:9931: result: yes >configure:9931: checking hdf5.h presence >configure:9931: gcc -E conftest.c >configure:9931: $? = 0 >configure:9931: result: yes >configure:9931: checking for hdf5.h >configure:9931: result: yes >configure:9999: checking for H5Fopen in -lhdf5 >configure:10024: gcc -o conftest -g -O2 conftest.c -lhdf5 -lhdf5 -lhdf5_hl >&5 >configure:10024: $? = 0 >configure:10033: result: yes >configure:10108: checking for clock_gettime in -lrt >configure:10133: gcc -o conftest -g -O2 conftest.c -lrt >&5 >configure:10133: $? = 0 >configure:10142: result: yes >configure:10171: checking for ocamlc >configure:10187: found /usr/bin/ocamlc >configure:10199: result: ocamlc >configure:10213: checking for ocamlopt >configure:10229: found /usr/bin/ocamlopt >configure:10241: result: ocamlopt >configure:10255: checking for ocamldep >configure:10271: found /usr/bin/ocamldep >configure:10283: result: ocamldep >configure:10297: checking for ocamlyacc >configure:10313: found /usr/bin/ocamlyacc >configure:10325: result: ocamlyacc >configure:10339: checking for ocamllex >configure:10355: found /usr/bin/ocamllex >configure:10367: result: ocamllex >configure:10445: checking JAVA_HOME variable >configure:10450: result: JAVA_HOME variable found, use it as JVM root directory >configure:10598: checking for zip or jar files to include on CLASSPATH >Using CLASSPATH= >configure:10625: result: >configure:10634: checking to see if the java compiler works >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:10700: result: yes >Using JAVAC=/usr/lib/jvm/java/bin/javac >Java found in /usr/lib/jvm/java >configure:10719: checking type of jvm >/usr/lib/jvm/java/bin/javac -g conftest.java >conftest.java:4: error: package gnu.java.io does not exist >import gnu.java.io.EncodingManager; > ^ >1 error >configure: failed program was: >// #line 10725 "configure" >import java.util.regex.Pattern; > >import gnu.java.io.EncodingManager; > >public class conftest { > public static void main(String[] argv) { > > } > > private static int compare(String v1, String v2) { > String s1 = normalisedVersion(v1); > String s2 = normalisedVersion(v2); > return s1.compareTo(s2); > } > > private static String normalisedVersion(String version) { > return normalisedVersion(version, ".", 4); > } > > private static String normalisedVersion(String version, String sep, int maxWidth) { > String[] split = Pattern.compile(sep, Pattern.LITERAL).split(version); > StringBuilder sb = new StringBuilder(); > for (String s : split) { > sb.append(String.format("%" + maxWidth + 's', s)); > } > return sb.toString(); > } >} >configure: CLASSPATH was >configure:10792: result: jdk >configure:10803: checking java API version >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:11070: result: 1.7 >Using the following JNI include flags -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux >configure:11131: checking if jni.h can be included >configure:11158: gcc -c -g -O2 -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux conftest.c >&5 >configure:11158: $? = 0 >configure:11173: result: yes >Looking for JNI libs with x86_64 as machine hardware name >Looking for /usr/lib/jvm/java/jre/lib/x86_64/libjava.so >Looking for /usr/lib/jvm/java/jre/lib/amd64/libjava.so >Found /usr/lib/jvm/java/jre/lib/amd64/libjava.so >Using the following JNI library flags -L/usr/lib/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java/jre/lib/amd64/server -ljvm >Using the following runtime library path /usr/lib/jvm/java/jre/lib/amd64:/usr/lib/jvm/java/jre/lib/amd64/server >Using LD_PRELOAD= >Using LD_BIND_NOW= >configure:11425: checking to see if we can link a JNI application >configure:11454: gcc -o conftest -g -O2 -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux conftest.c -L/usr/lib/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java/jre/lib/amd64/server -ljvm >&5 >configure:11454: $? = 0 >configure:11471: result: yes >configure:11539: checking for zip or jar files to include on CLASSPATH >Using CLASSPATH= >configure:11566: result: >configure:11626: checking for java >configure:11644: found /usr/lib/jvm/java/bin/java >configure:11656: result: /usr/lib/jvm/java/bin/java >configure:11721: checking for java_g >configure:11754: result: no >configure:11816: checking for javah >configure:11834: found /usr/lib/jvm/java/bin/javah >configure:11846: result: /usr/lib/jvm/java/bin/javah >configure:11910: checking for jar >configure:11928: found /usr/lib/jvm/java/bin/jar >configure:11940: result: /usr/lib/jvm/java/bin/jar >configure:12004: checking for javadoc >configure:12022: found /usr/lib/jvm/java/bin/javadoc >configure:12034: result: /usr/lib/jvm/java/bin/javadoc >configure:12099: checking for jdb >configure:12117: found /usr/lib/jvm/java/bin/jdb >configure:12129: result: /usr/lib/jvm/java/bin/jdb >configure:12213: checking for ant >configure:12231: found /usr/bin/ant >configure:12243: result: /usr/bin/ant >configure:12372: checking jgraphx >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:12426: result: /usr/share/java/jgraphx.jar >configure:12488: checking minimal version (1.8.0.0) of jgraphx >/usr/lib/jvm/java/bin/javac -g conftest.java >/usr/lib/jvm/java/bin/java conftest >yes >configure:12923: checking flexdock >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:12977: result: /usr/share/java/flexdock.jar >configure:13039: checking minimal version (1.2.3) of flexdock >/usr/lib/jvm/java/bin/javac -g conftest.java >/usr/lib/jvm/java/bin/java conftest >yes >configure:13193: checking looks >configure:13295: result: no >configure:13298: WARNING: Could not find or use the Java package/jar looks used by Scilab Gui - Look and feel (looking for package com.jgoodies.looks.common.MenuItemRenderer) >configure:13310: checking jgoodies-looks >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:13364: result: /usr/share/java/jgoodies-looks.jar >configure:13428: checking skinlf >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:13482: result: /usr/share/java/skinlf.jar >configure:13545: checking jogl2 >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:13599: result: /usr/share/java/jogl2.jar >configure:13669: checking for glTexParameterf in -ljogl_desktop >configure:13694: gcc -o conftest -g -O2 -L/usr/lib/jni -L/usr/lib64/jni -L/usr/lib/java -L/usr/lib64/java -L/usr/lib/jogl2 -L/usr/lib64/jogl2 -L./thirdparty -L./lib/thirdparty -L./bin conftest.c -ljogl_desktop >&5 >/tmp/ccGgsClq.o: In function `main': >/home/kdevil/scilabsrc/scilab/conftest.c:47: undefined reference to `glTexParameterf' >collect2: error: ld returned 1 exit status >configure:13694: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| /* 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 glTexParameterf (); >| int >| main () >| { >| return glTexParameterf (); >| ; >| return 0; >| } >configure:13703: result: no >configure:13708: WARNING: Could not link against -ljogl_desktop. Will try against -ljogl_desktop -lGL >configure:13716: checking for glTexParameterf in -ljogl_desktop >configure:13741: gcc -o conftest -g -O2 -L/usr/lib/jni -L/usr/lib64/jni -L/usr/lib/java -L/usr/lib64/java -L/usr/lib/jogl2 -L/usr/lib64/jogl2 -L./thirdparty -L./lib/thirdparty -L./bin conftest.c -ljogl_desktop -lGL >&5 >configure:13741: $? = 0 >configure:13751: result: yes >configure:13768: checking gluegen2-rt >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:13822: result: /usr/share/java/gluegen2-rt.jar >configure:13894: checking for Java_jogamp_common_jvm_JVMUtil_initialize in -lgluegen2-rt >configure:13919: gcc -o conftest -g -O2 -L/usr/lib/jni -L/usr/lib64/jni -L/usr/lib/java -L/usr/lib64/java -L/usr/lib/gluegen2 -L/usr/lib64/gluegen2 -L./thirdparty -L./lib/thirdparty -L./bin conftest.c -lgluegen2-rt -ldl >&5 >configure:13919: $? = 0 >configure:13929: result: yes >configure:13942: checking jhall >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:13996: result: /usr/share/java/jhall.jar >configure:14177: checking jrosetta-API >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:14231: result: /usr/share/java/jrosetta-API.jar >configure:14410: checking jrosetta-engine >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:14464: result: /usr/share/java/jrosetta-engine.jar >configure:14525: checking minimal version (1.0.4) of jrosetta-engine >/usr/lib/jvm/java/bin/javac -g conftest.java >/usr/lib/jvm/java/bin/java conftest >yes >configure:14681: checking jeuclid-core >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:14735: result: /usr/share/java/jeuclid-core.jar >configure:14800: checking fop >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:14854: result: /usr/share/java/fop.jar >configure:14917: checking batik-all >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:14971: result: /usr/share/java/batik-all.jar >configure:15150: checking minimal version (1.7) of batik >/usr/lib/jvm/java/bin/javac -g conftest.java >/usr/lib/jvm/java/bin/java conftest >yes >configure:15304: checking commons-io >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:15358: result: /usr/share/java/commons-io.jar >configure:15421: checking xmlgraphics-commons >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:15475: result: /usr/share/java/xmlgraphics-commons.jar >configure:15538: checking avalon-framework >/usr/lib/jvm/java/bin/javac -g conftest.java >conftest.java:4: error: cannot find symbol >import org.apache.avalon.framework.configuration.ConfigurationException; > ^ > symbol: class ConfigurationException > location: package org.apache.avalon.framework.configuration >1 error >configure: failed program was: >// #line 15554 "configure" >import java.util.regex.Pattern; > >import org.apache.avalon.framework.configuration.ConfigurationException; > >public class conftest { > public static void main(String[] argv) { > > } > > private static int compare(String v1, String v2) { > String s1 = normalisedVersion(v1); > String s2 = normalisedVersion(v2); > return s1.compareTo(s2); > } > > private static String normalisedVersion(String version) { > return normalisedVersion(version, ".", 4); > } > > private static String normalisedVersion(String version, String sep, int maxWidth) { > String[] split = Pattern.compile(sep, Pattern.LITERAL).split(version); > StringBuilder sb = new StringBuilder(); > for (String s : split) { > sb.append(String.format("%" + maxWidth + 's', s)); > } > return sb.toString(); > } >} >configure: CLASSPATH was /usr/share/java/avalon-framework.jar:/usr/share/java/xmlgraphics-commons.jar:/usr/share/java/commons-io.jar:/usr/share/java/batik-all.jar:/usr/share/java/fop.jar:/usr/share/java/jeuclid-core.jar:/usr/share/java/jrosetta-engine.jar:/usr/share/java/jrosetta-API.jar:/usr/share/java/jhall.jar:/usr/share/java/gluegen2-rt.jar:/usr/share/java/jogl2.jar:/usr/share/java/skinlf.jar:/usr/share/java/jgoodies-looks.jar:/usr/share/java/flexdock.jar:/usr/share/java/jgraphx.jar: >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:15592: result: /usr/share/java/avalon-framework-api.jar >configure:15655: checking xml-apis-ext >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:15709: result: /usr/share/java/xml-apis-ext.jar >configure:15893: checking commons-logging >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:15947: result: /usr/share/java/commons-logging.jar >configure:16010: checking jlatexmath >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:16064: result: /usr/share/java/jlatexmath.jar >configure:16126: checking minimal version (1.0.2) of jlatexmath >/usr/lib/jvm/java/bin/javac -g conftest.java >/usr/lib/jvm/java/bin/java conftest >yes >configure:16286: checking checkstyle >configure:16388: result: no >configure:16391: WARNING: Could not find or use the Java package/jar checkstyle used by Checkstyle - code checking (looking for package com.puppycrawl.tools.checkstyle.CheckStyleTask) >configure:16403: checking commons-beanutils >configure:16505: result: no >configure:16508: WARNING: Could not find or use the Java package/jar commons-beanutils used by Bean utility (looking for package org.apache.commons.beanutils.Converter) >configure:16520: checking antlr >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:16574: result: /usr/share/java/antlr.jar >configure:16637: checking junit4 >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:16691: result: /usr/share/java/junit4.jar >configure:16754: checking cobertura >configure:16856: result: no >configure:16859: WARNING: Could not find or use the Java package/jar cobertura used by cobertura - Java code coverage (looking for package net.sourceforge.cobertura.merge.Main) >configure:16871: checking asm3 >/usr/lib/jvm/java/bin/javac -g conftest.java >yes >configure:16925: result: /usr/share/java/asm3/asm3.jar >configure:17425: checking for sleep >configure:17425: gcc -o conftest -g -O2 conftest.c >&5 >configure:17425: $? = 0 >configure:17425: result: yes >configure:17425: checking for usleep >configure:17425: gcc -o conftest -g -O2 conftest.c >&5 >configure:17425: $? = 0 >configure:17425: result: yes >configure:17425: checking for dup2 >configure:17425: gcc -o conftest -g -O2 conftest.c >&5 >configure:17425: $? = 0 >configure:17425: result: yes >configure:17425: checking for getcwd >configure:17425: gcc -o conftest -g -O2 conftest.c >&5 >configure:17425: $? = 0 >configure:17425: result: yes >configure:17425: checking for getpagesize >configure:17425: gcc -o conftest -g -O2 conftest.c >&5 >configure:17425: $? = 0 >configure:17425: result: yes >configure:17425: checking for getpass >configure:17425: gcc -o conftest -g -O2 conftest.c >&5 >configure:17425: $? = 0 >configure:17425: result: yes >configure:17436: checking for rmdir >configure:17436: gcc -o conftest -g -O2 conftest.c >&5 >configure:17436: $? = 0 >configure:17436: result: yes >configure:17446: checking for getwd >configure:17446: gcc -o conftest -g -O2 conftest.c >&5 >configure:17446: $? = 0 >configure:17446: result: yes >configure:17461: checking for regcomp >configure:17461: gcc -o conftest -g -O2 conftest.c >&5 >configure:17461: $? = 0 >configure:17461: result: yes >configure:17475: checking for atexit >configure:17475: gcc -o conftest -g -O2 conftest.c >&5 >configure:17475: $? = 0 >configure:17475: result: yes >configure:17475: checking for putenv >configure:17475: gcc -o conftest -g -O2 conftest.c >&5 >configure:17475: $? = 0 >configure:17475: result: yes >configure:17475: checking for setenv >configure:17475: gcc -o conftest -g -O2 conftest.c >&5 >configure:17475: $? = 0 >configure:17475: result: yes >configure:17489: checking for bzero >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:72:6: warning: conflicting types for built-in function 'bzero' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for memmove >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:73:6: warning: conflicting types for built-in function 'memmove' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for memset >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:74:6: warning: conflicting types for built-in function 'memset' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strcasecmp >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:75:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strerror >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strchr >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:77:6: warning: conflicting types for built-in function 'strchr' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strdup >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:78:6: warning: conflicting types for built-in function 'strdup' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strpbrk >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:79:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strrchr >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:80:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strstr >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:81:6: warning: conflicting types for built-in function 'strstr' [enabled by default] >configure:17489: $? = 0 >configure:17489: result: yes >configure:17489: checking for strtol >configure:17489: gcc -o conftest -g -O2 conftest.c >&5 >configure:17489: $? = 0 >configure:17489: result: yes >configure:17502: checking for select >configure:17502: gcc -o conftest -g -O2 conftest.c >&5 >configure:17502: $? = 0 >configure:17502: result: yes >configure:17515: checking for endpwent >configure:17515: gcc -o conftest -g -O2 conftest.c >&5 >configure:17515: $? = 0 >configure:17515: result: yes >configure:17529: checking for gethostbyaddr >configure:17529: gcc -o conftest -g -O2 conftest.c >&5 >configure:17529: $? = 0 >configure:17529: result: yes >configure:17529: checking for gethostbyname >configure:17529: gcc -o conftest -g -O2 conftest.c >&5 >configure:17529: $? = 0 >configure:17529: result: yes >configure:17529: checking for gethostname >configure:17529: gcc -o conftest -g -O2 conftest.c >&5 >configure:17529: $? = 0 >configure:17529: result: yes >configure:17542: checking for gettimeofday >configure:17542: gcc -o conftest -g -O2 conftest.c >&5 >configure:17542: $? = 0 >configure:17542: result: yes >configure:17555: checking for isascii >configure:17555: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:89:6: warning: conflicting types for built-in function 'isascii' [enabled by default] >configure:17555: $? = 0 >configure:17555: result: yes >configure:17568: checking for iswprint >configure:17568: gcc -o conftest -g -O2 conftest.c >&5 >conftest.c:90:6: warning: conflicting types for built-in function 'iswprint' [enabled by default] >configure:17568: $? = 0 >configure:17568: result: yes >configure:17581: checking for mkdir >configure:17581: gcc -o conftest -g -O2 conftest.c >&5 >configure:17581: $? = 0 >configure:17581: result: yes >configure:17594: checking for munmap >configure:17594: gcc -o conftest -g -O2 conftest.c >&5 >configure:17594: $? = 0 >configure:17594: result: yes >configure:17607: checking for strsignal >configure:17607: gcc -o conftest -g -O2 conftest.c >&5 >configure:17607: $? = 0 >configure:17607: result: yes >configure:17708: checking for cos in -lm >configure:17733: gcc -o conftest -g -O2 conftest.c -lm >&5 >conftest.c:78:6: warning: conflicting types for built-in function 'cos' [enabled by default] >configure:17733: $? = 0 >configure:17742: result: yes >configure:17759: checking for pow >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:94:6: warning: conflicting types for built-in function 'pow' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for sqrt >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:95:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for finite >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:96:6: warning: conflicting types for built-in function 'finite' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for floor >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:97:6: warning: conflicting types for built-in function 'floor' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for exp10 >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:98:6: warning: conflicting types for built-in function 'exp10' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for erf >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:99:6: warning: conflicting types for built-in function 'erf' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for erfc >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:100:6: warning: conflicting types for built-in function 'erfc' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17759: checking for isnan >configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:101:6: warning: conflicting types for built-in function 'isnan' [enabled by default] >configure:17759: $? = 0 >configure:17759: result: yes >configure:17774: checking for isinf >configure:17774: gcc -o conftest -g -O2 -lm conftest.c >&5 >conftest.c:103:6: warning: conflicting types for built-in function 'isinf' [enabled by default] >configure:17774: $? = 0 >configure:17774: result: yes >configure:17791: checking for re_comp >configure:17791: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17791: $? = 0 >configure:17791: result: yes >configure:17804: checking for socket >configure:17804: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17804: $? = 0 >configure:17804: result: yes >configure:17817: checking for uname >configure:17817: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17817: $? = 0 >configure:17817: result: yes >configure:17830: checking for setlocale >configure:17830: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17830: $? = 0 >configure:17830: result: yes >configure:17841: checking for working memcmp >configure:17884: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17884: $? = 0 >configure:17884: ./conftest >configure:17884: $? = 0 >configure:17894: result: yes >configure:17905: checking whether lstat correctly handles trailing slash >configure:17931: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17931: $? = 0 >configure:17931: ./conftest >configure:17931: $? = 0 >configure:17948: result: yes >configure:17967: checking whether stat accepts an empty string >configure:17987: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:17987: $? = 0 >configure:17987: ./conftest >configure:17987: $? = 0 >configure:17997: result: no >configure:18015: checking for working strtod >configure:18056: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:18056: $? = 0 >configure:18056: ./conftest >configure:18056: $? = 0 >configure:18066: result: yes >configure:18136: checking limits.h usability >configure:18136: gcc -c -g -O2 conftest.c >&5 >configure:18136: $? = 0 >configure:18136: result: yes >configure:18136: checking limits.h presence >configure:18136: gcc -E conftest.c >configure:18136: $? = 0 >configure:18136: result: yes >configure:18136: checking for limits.h >configure:18136: result: yes >configure:18136: checking values.h usability >configure:18136: gcc -c -g -O2 conftest.c >&5 >configure:18136: $? = 0 >configure:18136: result: yes >configure:18136: checking values.h presence >configure:18136: gcc -E conftest.c >configure:18136: $? = 0 >configure:18136: result: yes >configure:18136: checking for values.h >configure:18136: result: yes >configure:18150: checking fcntl.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking fcntl.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for fcntl.h >configure:18150: result: yes >configure:18150: checking float.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking float.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for float.h >configure:18150: result: yes >configure:18150: checking libintl.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking libintl.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for libintl.h >configure:18150: result: yes >configure:18150: checking locale.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking locale.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for locale.h >configure:18150: result: yes >configure:18150: checking malloc.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking malloc.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for malloc.h >configure:18150: result: yes >configure:18150: checking netdb.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking netdb.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for netdb.h >configure:18150: result: yes >configure:18150: checking netinet/in.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking netinet/in.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for netinet/in.h >configure:18150: result: yes >configure:18150: checking nlist.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >conftest.c:127:19: fatal error: nlist.h: No such file or directory >compilation terminated. >configure:18150: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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:18150: result: no >configure:18150: checking nlist.h presence >configure:18150: gcc -E conftest.c >conftest.c:94:19: fatal error: nlist.h: No such file or directory >compilation terminated. >configure:18150: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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:18150: result: no >configure:18150: checking for nlist.h >configure:18150: result: no >configure:18150: checking sgtty.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sgtty.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sgtty.h >configure:18150: result: yes >configure:18150: checking stddef.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking stddef.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for stddef.h >configure:18150: result: yes >configure:18150: checking sys/file.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/file.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/file.h >configure:18150: result: yes >configure:18150: checking sys/ioctl.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/ioctl.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/ioctl.h >configure:18150: result: yes >configure:18150: checking sys/param.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/param.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/param.h >configure:18150: result: yes >configure:18150: checking sys/socket.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/socket.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/socket.h >configure:18150: result: yes >configure:18150: checking sys/time.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/time.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/time.h >configure:18150: result: yes >configure:18150: checking sys/timeb.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/timeb.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/timeb.h >configure:18150: result: yes >configure:18150: checking sys/utsname.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking sys/utsname.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for sys/utsname.h >configure:18150: result: yes >configure:18150: checking syslog.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking syslog.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for syslog.h >configure:18150: result: yes >configure:18150: checking term.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking term.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for term.h >configure:18150: result: yes >configure:18150: checking termcap.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking termcap.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for termcap.h >configure:18150: result: yes >configure:18150: checking termio.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking termio.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for termio.h >configure:18150: result: yes >configure:18150: checking termios.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking termios.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for termios.h >configure:18150: result: yes >configure:18150: checking wchar.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking wchar.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for wchar.h >configure:18150: result: yes >configure:18150: checking wctype.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking wctype.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for wctype.h >configure:18150: result: yes >configure:18150: checking time.h usability >configure:18150: gcc -c -g -O2 conftest.c >&5 >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking time.h presence >configure:18150: gcc -E conftest.c >configure:18150: $? = 0 >configure:18150: result: yes >configure:18150: checking for time.h >configure:18150: result: yes >configure:18165: checking for dirent.h that defines DIR >configure:18184: gcc -c -g -O2 conftest.c >&5 >configure:18184: $? = 0 >configure:18192: result: yes >configure:18205: checking for library containing opendir >configure:18236: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:18236: $? = 0 >configure:18253: result: none required >configure:18322: checking whether time.h and sys/time.h may both be included >configure:18342: gcc -c -g -O2 conftest.c >&5 >configure:18342: $? = 0 >configure:18349: result: yes >configure:18359: checking for sys/wait.h that is POSIX.1 compatible >configure:18385: gcc -c -g -O2 conftest.c >&5 >configure:18385: $? = 0 >configure:18392: result: yes >configure:18405: checking for struct stat.st_blksize >configure:18405: gcc -c -g -O2 conftest.c >&5 >configure:18405: $? = 0 >configure:18405: result: yes >configure:18415: checking for struct stat.st_rdev >configure:18415: gcc -c -g -O2 conftest.c >&5 >configure:18415: $? = 0 >configure:18415: result: yes >configure:18433: checking whether NLS is requested >configure:18442: result: yes >configure:18483: checking for msgfmt >configure: trying /usr/bin/msgfmt... >0 translated messages. >configure:18515: result: /usr/bin/msgfmt >configure:18524: checking for gmsgfmt >configure:18555: result: /usr/bin/msgfmt >configure:18606: checking for xgettext >configure: trying /usr/bin/xgettext... >/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C >configure:18638: result: /usr/bin/xgettext >configure:18684: checking for msgmerge >configure: trying /usr/bin/msgmerge... >configure:18715: result: /usr/bin/msgmerge >configure:19301: checking for CFPreferencesCopyAppValue >configure:19319: gcc -o conftest -g -O2 conftest.c -lm -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:116:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory >compilation terminated. >configure:19319: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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:19328: result: no >configure:19335: checking for CFLocaleCopyCurrent >configure:19353: gcc -o conftest -g -O2 conftest.c -lm -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:116:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory >compilation terminated. >configure:19353: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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:19362: result: no >configure:19411: checking for GNU gettext in libc >configure:19431: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:19431: $? = 0 >configure:19440: result: yes >configure:20231: checking whether to use NLS >configure:20233: result: yes >configure:20236: checking where the gettext function comes from >configure:20247: result: libc >configure:20307: checking whether closedir returns void >configure:20331: gcc -o conftest -g -O2 conftest.c -lm >&5 >configure:20331: $? = 0 >configure:20331: ./conftest >configure:20331: $? = 0 >configure:20341: result: no >configure:20351: checking return type of signal handlers >configure:20369: gcc -c -g -O2 conftest.c >&5 >conftest.c: In function 'main': >conftest.c:125:1: error: void value not ignored as it ought to be >configure:20369: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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:20376: result: void >configure:20386: checking whether struct tm is in sys/time.h or time.h >configure:20406: gcc -c -g -O2 conftest.c >&5 >configure:20406: $? = 0 >configure:20413: result: time.h >configure:20423: checking for struct stat.st_blocks >configure:20423: gcc -c -g -O2 conftest.c >&5 >configure:20423: $? = 0 >configure:20423: result: yes >configure:20471: checking for main in -lcurses >configure:20490: gcc -o conftest -g -O2 conftest.c -lcurses -lm >&5 >configure:20490: $? = 0 >configure:20499: result: yes >configure:20553: checking for library containing tgetent >configure:20584: gcc -o conftest -g -O2 conftest.c -lcurses -lm >&5 >configure:20584: $? = 0 >configure:20601: result: none required >configure:20613: checking ncurses.h usability >configure:20613: gcc -c -g -O2 conftest.c >&5 >configure:20613: $? = 0 >configure:20613: result: yes >configure:20613: checking ncurses.h presence >configure:20613: gcc -E conftest.c >configure:20613: $? = 0 >configure:20613: result: yes >configure:20613: checking for ncurses.h >configure:20613: result: yes >configure:20613: checking curses.h usability >configure:20613: gcc -c -g -O2 conftest.c >&5 >configure:20613: $? = 0 >configure:20613: result: yes >configure:20613: checking curses.h presence >configure:20613: gcc -E conftest.c >configure:20613: $? = 0 >configure:20613: result: yes >configure:20613: checking for curses.h >configure:20613: result: yes >configure:20636: checking for dlopen in -ldl >configure:20661: gcc -o conftest -g -O2 conftest.c -ldl -lcurses -lm >&5 >configure:20661: $? = 0 >configure:20670: result: yes >configure:20682: checking for library containing pthread_join >configure:20713: gcc -o conftest -g -O2 conftest.c -ldl -lcurses -lm >&5 >/tmp/ccDDBYEK.o: In function `main': >/home/kdevil/scilabsrc/scilab/conftest.c:138: undefined reference to `pthread_join' >collect2: error: ld returned 1 exit status >configure:20713: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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:20713: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm >&5 >configure:20713: $? = 0 >configure:20730: result: -lpthread >configure:20788: checking fftw3.h usability >configure:20788: gcc -c -g -O2 conftest.c >&5 >configure:20788: $? = 0 >configure:20788: result: yes >configure:20788: checking fftw3.h presence >configure:20788: gcc -E conftest.c >configure:20788: $? = 0 >configure:20788: result: yes >configure:20788: checking for fftw3.h >configure:20788: result: yes >configure:20849: checking for fftw_plan_dft_r2c in -lfftw3 >configure:20874: gcc -o conftest -g -O2 conftest.c -lfftw3 -lpthread -ldl -lcurses -lm >&5 >configure:20874: $? = 0 >configure:20883: result: yes >configure:20948: checking omp.h usability >configure:20948: gcc -c -g -O2 conftest.c >&5 >configure:20948: $? = 0 >configure:20948: result: yes >configure:20948: checking omp.h presence >configure:20948: gcc -E conftest.c >configure:20948: $? = 0 >configure:20948: result: yes >configure:20948: checking for omp.h >configure:20948: result: yes >configure:21010: checking for xml2-config >configure:21026: found /usr/bin/xml2-config >configure:21037: result: xml2-config >configure:21063: checking for xmlReaderForFile in -lxml2 >configure:21088: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxml2 -lpthread -ldl -lcurses -lm -lxml2 -lz -lm -ldl >&5 >configure:21088: $? = 0 >configure:21097: result: yes >configure:21165: checking for bind_textdomain_codeset >configure:21165: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm >&5 >configure:21165: $? = 0 >configure:21165: result: yes >configure:21177: checking for msgcat >configure:21195: found /usr/bin/msgcat >configure:21208: result: /usr/bin/msgcat >configure:21239: checking if BLAS, ATLAS or MKL is available >configure:21246: checking how to get verbose linking output from gfortran >configure:21256: gfortran -c -g -O2 conftest.f >&5 >configure:21256: $? = 0 >configure:21274: gfortran -o conftest -g -O2 -v conftest.f -lpthread -ldl -lcurses -lm >Using built-in specs. >Target: x86_64-mageia-linux-gnu >Thread model: posix >gcc version 4.7.2 (GCC) > /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/finclude -o /tmp/ccGLmAh9.s >GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) > compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 >warning: GMP header version 5.0.5 differs from library version 5.1.1. >warning: MPFR header version 3.1.1 differs from library version 3.1.2. >GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 >GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) > compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 >warning: GMP header version 5.0.5 differs from library version 5.1.1. >warning: MPFR header version 3.1.1 differs from library version 3.1.2. >GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 > as -v --64 -o /tmp/ccstNvrX.o /tmp/ccGLmAh9.s >GNU assembler version 2.23.51.0.8 (x86_64-mageia-linux-gnu) using BFD version (Linux/GNU Binutils) 2.23.51.0.8.20121218 >Reading specs from /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/libgfortran.spec >rename spec lib to liborig > /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtbegin.o -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. /tmp/ccstNvrX.o -lpthread -ldl -lcurses -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtend.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crtn.o >configure:21357: result: -v >configure:21359: checking for Fortran 77 libraries of gfortran >configure:21382: gfortran -o conftest -g -O2 -v conftest.f -lpthread -ldl -lcurses -lm >Using built-in specs. >Target: x86_64-mageia-linux-gnu >Thread model: posix >gcc version 4.7.2 (GCC) > /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/finclude -o /tmp/cc5z5DqJ.s >GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) > compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 >warning: GMP header version 5.0.5 differs from library version 5.1.1. >warning: MPFR header version 3.1.1 differs from library version 3.1.2. >GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 >GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) > compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 >warning: GMP header version 5.0.5 differs from library version 5.1.1. >warning: MPFR header version 3.1.1 differs from library version 3.1.2. >GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 > as -v --64 -o /tmp/ccFFNX0G.o /tmp/cc5z5DqJ.s >GNU assembler version 2.23.51.0.8 (x86_64-mageia-linux-gnu) using BFD version (Linux/GNU Binutils) 2.23.51.0.8.20121218 >Reading specs from /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/libgfortran.spec >rename spec lib to liborig > /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtbegin.o -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. /tmp/ccFFNX0G.o -lpthread -ldl -lcurses -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtend.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crtn.o >configure:21578: result: -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >configure:21594: checking for dummy main to link with Fortran 77 libraries >configure:21628: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >configure:21628: $? = 0 >configure:21673: result: none >configure:21706: checking for Fortran 77 name-mangling scheme >configure:21719: gfortran -c -g -O2 conftest.f >&5 >configure:21719: $? = 0 >configure:21760: gcc -o conftest -g -O2 conftest.c cfortran_test.o -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/tmp/ccAmPeA6.o: In function `main': >/home/kdevil/scilabsrc/scilab/conftest.c:152: undefined reference to `foobar' >collect2: error: ld returned 1 exit status >configure:21760: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 foobar (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return foobar (); >| ; >| return 0; >| } >configure:21760: gcc -o conftest -g -O2 conftest.c cfortran_test.o -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >configure:21760: $? = 0 >configure:21818: gcc -o conftest -g -O2 conftest.c cfortran_test.o -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >configure:21818: $? = 0 >configure:21860: result: lower case, underscore, no extra underscore >configure:21979: checking for sgemm_ >configure:21979: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/tmp/ccY4m4Zk.o: In function `main': >/home/kdevil/scilabsrc/scilab/conftest.c:167: undefined reference to `sgemm_' >collect2: error: ld returned 1 exit status >configure:21979: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 >| /* end confdefs.h. */ >| /* Define sgemm_ to an innocuous variant, in case <limits.h> declares sgemm_. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sgemm_ innocuous_sgemm_ >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sgemm_ (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef sgemm_ >| >| /* 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 sgemm_ (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_sgemm_ || defined __stub___sgemm_ >| choke me >| #endif >| >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:21979: result: no >configure:21990: checking for ATL_xerbla in -latlas >configure:22023: gcc -o conftest -g -O2 conftest.c -latlas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -latlas >collect2: error: ld returned 1 exit status >configure:22023: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 ATL_xerbla (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return ATL_xerbla (); >| ; >| return 0; >| } >configure:22032: result: no >configure:22140: checking for sgemm_ in -lmkl >configure:22173: gcc -o conftest -g -O2 conftest.c -lmkl -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -lmkl >collect2: error: ld returned 1 exit status >configure:22173: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:22183: result: no >configure:22194: checking for sgemm_ in -lblas >configure:22227: gcc -o conftest -g -O2 conftest.c -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >configure:22227: $? = 0 >configure:22237: result: yes >configure:22241: checking for dgemm_ in -ldgemm >configure:22274: gcc -o conftest -g -O2 conftest.c -ldgemm -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -ldgemm >collect2: error: ld returned 1 exit status >configure:22274: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 dgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return dgemm_ (); >| ; >| return 0; >| } >configure:22284: result: no >configure:22346: checking for sgemm_ in -lcxml >configure:22379: gcc -o conftest -g -O2 conftest.c -lcxml -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -lcxml >collect2: error: ld returned 1 exit status >configure:22379: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:22389: result: no >configure:22400: checking for sgemm_ in -ldxml >configure:22433: gcc -o conftest -g -O2 conftest.c -ldxml -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -ldxml >collect2: error: ld returned 1 exit status >configure:22433: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:22443: result: no >configure:22559: checking for sgemm_ in -lscs >configure:22592: gcc -o conftest -g -O2 conftest.c -lscs -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -lscs >collect2: error: ld returned 1 exit status >configure:22592: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:22602: result: no >configure:22613: checking for sgemm_ in -lcomplib.sgimath >configure:22646: gcc -o conftest -g -O2 conftest.c -lcomplib.sgimath -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -lcomplib.sgimath >collect2: error: ld returned 1 exit status >configure:22646: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:22656: result: no >configure:22667: checking for sgemm_ in -lblas >configure:22710: result: yes >configure:22714: checking for sgemm_ in -lessl >configure:22747: gcc -o conftest -g -O2 conftest.c -lessl -lblas -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/usr/bin/ld: cannot find -lessl >collect2: error: ld returned 1 exit status >configure:22747: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return sgemm_ (); >| ; >| return 0; >| } >configure:22757: result: no >configure:22770: checking for sgemm_ in -lblas >configure:22813: result: yes >configure:22832: result: Generic Blas found >configure:22843: checking if LAPACK is available >configure:22939: checking for cheev_ >configure:22939: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm -lblas -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >/tmp/cc1GPHnv.o: In function `main': >/home/kdevil/scilabsrc/scilab/conftest.c:167: undefined reference to `cheev_' >collect2: error: ld returned 1 exit status >configure:22939: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 1 >| /* end confdefs.h. */ >| /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define cheev_ innocuous_cheev_ >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char cheev_ (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef cheev_ >| >| /* 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 cheev_ (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub_cheev_ || defined __stub___cheev_ >| choke me >| #endif >| >| int >| main () >| { >| return cheev_ (); >| ; >| return 0; >| } >configure:22939: result: no >configure:22952: checking for cheev_ in -llapack >configure:22985: gcc -o conftest -g -O2 conftest.c -llapack -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath -lblas -lpthread -ldl -lcurses -lm >&5 >configure:22985: $? = 0 >configure:22995: result: yes >configure:23015: result: Library -llapack found >configure:23036: checking if ARPACK-NG is available >configure:23085: checking for znaupd_ in -larpack >configure:23113: gcc -o conftest -g -O2 conftest.c -larpack -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >configure:23113: $? = 0 >configure:23120: result: yes >configure:23139: result: ARPACK-NG library found >configure:23158: checking whether the arpack library works >configure:23313: g++ -o conftest -g -O2 conftest.cpp -larpack -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 >configure:23313: $? = 0 >configure:23313: ./conftest >configure:23313: $? = 0 >configure:23323: result: >configure:23333: result: Working ARPACK-NG library found (probably ARPACK-NG or a patched version of ARPACK) >configure:23742: checking for pcre-config >configure:23758: found /usr/bin/pcre-config >configure:23769: result: pcre-config >configure:23795: checking for PCRE >configure:23803: $PKG_CONFIG --exists --print-errors "libpcre >= $PCRE_REQUIRED_VERSION" >configure:23806: $? = 0 >configure:23879: result: yes >configure:23887: checking for pcre_compile in -lpcre >configure:23920: gcc -o conftest -g -O2 conftest.c -lpcre -L/usr/lib64 -lpcreposix -lpcre -lpthread -ldl -lcurses -lm >&5 >/usr/bin/ld: cannot find -lpcreposix >collect2: error: ld returned 1 exit status >configure:23920: $? = 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 "/home/kdevil/scilab" >| #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 "/home/kdevil/scilab" >| #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_XCOS /**/ >| #define HAVE_CLOCK_GETTIME 1 >| #define WITH_OCAML /**/ >| #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_STRSIGNAL 1 >| #define HAVE_POW 1 >| #define HAVE_SQRT 1 >| #define HAVE_FINITE 1 >| #define HAVE_FLOOR 1 >| #define HAVE_EXP10 1 >| #define HAVE_ERF 1 >| #define HAVE_ERFC 1 >| #define HAVE_ISNAN 1 >| #define HAVE_ISINF 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_FFTW /**/ >| #define HAVE_OMP_H 1 >| #define HAVE_LIBXML2 1 >| #define LIBXML_FLAGS "-I/usr/include/libxml2" >| #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >| #define HAVE_BIND_TEXTDOMAIN_CODESET 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 pcre_compile (); >| #ifdef F77_DUMMY_MAIN >| >| # ifdef __cplusplus >| extern "C" >| # endif >| int F77_DUMMY_MAIN() { return 1; } >| >| #endif >| int >| main () >| { >| return pcre_compile (); >| ; >| return 0; >| } >configure:23929: result: no >configure:23939: error: pcre : library missing. (Cannot find symbol pcre_compile). Check if pcre is installed and if the version is correct > >## ---------------- ## >## 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_CURL_CFLAGS_set= >ac_cv_env_CURL_CFLAGS_value= >ac_cv_env_CURL_LIBS_set= >ac_cv_env_CURL_LIBS_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_PCRE_CFLAGS_set= >ac_cv_env_PCRE_CFLAGS_value= >ac_cv_env_PCRE_LIBS_set= >ac_cv_env_PCRE_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_f77_dummy_main=none >ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath' >ac_cv_f77_mangling='lower case, underscore, no extra underscore' >ac_cv_fortran_dummy_main=none >ac_cv_func_atexit=yes >ac_cv_func_bind_textdomain_codeset=yes >ac_cv_func_bzero=yes >ac_cv_func_cheev_=no >ac_cv_func_closedir_void=no >ac_cv_func_dup2=yes >ac_cv_func_endpwent=yes >ac_cv_func_erf=yes >ac_cv_func_erfc=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_isnan=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_sgemm_=no >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_strsignal=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_fftw3_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_omp_h=yes >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_atlas_ATL_xerbla=no >ac_cv_lib_blas_sgemm_=yes >ac_cv_lib_complib_sgimath_sgemm_=no >ac_cv_lib_curses_main=yes >ac_cv_lib_cxml_sgemm_=no >ac_cv_lib_dgemm_dgemm_=no >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_dxml_sgemm_=no >ac_cv_lib_essl_sgemm_=no >ac_cv_lib_fftw3_fftw_plan_dft_r2c=yes >ac_cv_lib_gluegen2_rt_Java_jogamp_common_jvm_JVMUtil_initialize=yes >ac_cv_lib_hdf5_H5Fopen=yes >ac_cv_lib_jogl_desktop____glTexParameterf=yes >ac_cv_lib_jogl_desktop_glTexParameterf=no >ac_cv_lib_lapack___cheev_=yes >ac_cv_lib_m_cos=yes >ac_cv_lib_mkl_sgemm_=no >ac_cv_lib_pcre_pcre_compile=no >ac_cv_lib_rt_clock_gettime=yes >ac_cv_lib_scs_sgemm_=no >ac_cv_lib_xml2_xmlReaderForFile=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='/usr/bin/grep -E' >ac_cv_path_GMSGFMT=/usr/bin/msgfmt >ac_cv_path_GREP=/usr/bin/grep >ac_cv_path_JAR=/usr/lib/jvm/java/bin/jar >ac_cv_path_JAVA=/usr/lib/jvm/java/bin/java >ac_cv_path_JAVADOC=/usr/lib/jvm/java/bin/javadoc >ac_cv_path_JAVAH=/usr/lib/jvm/java/bin/javah >ac_cv_path_JDB=/usr/lib/jvm/java/bin/jdb >ac_cv_path_MSGCAT=/usr/bin/msgcat >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=/usr/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_PCRE_CONFIG=pcre-config >ac_cv_prog_XML_CONFIG=xml2-config >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_f77_v=-v >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 >pkg_cv_PCRE_CFLAGS=' ' >pkg_cv_PCRE_LIBS='-L/usr/lib64 -lpcreposix -lpcre' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run aclocal-1.11' >ALL_LINGUAS='en_US fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ' >ALL_LINGUAS_DOC='en_US fr_FR pt_BR ja_JP ru_RU' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='$${TAR-tar}' >ANT='/usr/bin/ant' >ANTLR='/usr/share/java/antlr.jar' >AR='' >ARPACK_LIBS='-larpack' >ARPACK_NG_FALSE='#' >ARPACK_NG_TRUE='' >ASM3='/usr/share/java/asm3/asm3.jar' >AUTOCONF='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run autoconf' >AUTOHEADER='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run autoheader' >AUTOMAKE='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run automake-1.11' >AVALON_FRAMEWORK='/usr/share/java/avalon-framework-api.jar' >AWK='gawk' >BATIK='/usr/share/java/batik-all.jar' >BLAS_LIBS='-lblas' >BUILD_HELP_FALSE='' >BUILD_HELP_TRUE='' >CC='gcc' >CCACHE='' >CCDEPMODE='depmode=gcc3' >CFLAGS=' -g -O2' >CHECKSTYLE='' >COBERTURA='' >CODE_COVERAGE_FALSE='' >CODE_COVERAGE_TRUE='#' >COMMONS_BEANUTILS='' >COMMONS_IO='/usr/share/java/commons-io.jar' >COMMONS_LOGGING='/usr/share/java/commons-logging.jar' >COMPILATION_TESTS_FALSE='' >COMPILATION_TESTS_TRUE='' >CPP='gcc -E' >CPPFLAGS='' >CURL_CFLAGS='' >CURL_CONFIG='' >CURL_LIBS='' >CURL_VERSION='' >CXX='g++' >CXXCPP='' >CXXDEPMODE='depmode=gcc3' >CXXFLAGS='-g -O2' >CYGPATH_W='echo' >DEFS='' >DEMOTOOLS_ENABLE='' >DEPDIR='.deps' >DOCBOOK_ROOT='' >DOXYGEN_BIN='' >DOXYGEN_FALSE='' >DOXYGEN_TRUE='' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/usr/bin/grep -E' >ENABLE_STATIC_FALSE='' >ENABLE_STATIC_TRUE='' >EXEEXT='' >F77='gfortran' >FFLAGS='-g -O2' >FFTW3_LIB='-lfftw3' >FFTW_ENABLE='yes' >FFTW_FALSE='#' >FFTW_TRUE='' >FGREP='' >FLEXDOCK='/usr/share/java/flexdock.jar' >FLIBS=' -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath' >FOP='/usr/share/java/fop.jar' >FORCE_LINK_FALSE='' >FORCE_LINK_TRUE='' >GENERATE_LOCALIZATION_FILES_FALSE='#' >GENERATE_LOCALIZATION_FILES_TRUE='' >GENHTML='' >GETTEXT_MACRO_VERSION='0.18' >GIWS_BIN='' >GIWS_FALSE='' >GIWS_TRUE='#' >GLUEGEN2_RT='/usr/share/java/gluegen2-rt.jar' >GMSGFMT='/usr/bin/msgfmt' >GMSGFMT_015='/usr/bin/msgfmt' >GRAPHICS_ENABLE='' >GREP='/usr/bin/grep' >GUI_ENABLE='yes' >GUI_FALSE='#' >GUI_TRUE='' >HDF5_CFLAGS='' >HDF5_LIBS='-lhdf5 -lhdf5_hl' >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/bin/jar' >JAVA='/usr/lib/jvm/java/bin/java' >JAVAC='/usr/lib/jvm/java/bin/javac' >JAVAC_DEBUG='off' >JAVADOC='/usr/lib/jvm/java/bin/javadoc' >JAVAH='/usr/lib/jvm/java/bin/javah' >JAVASCI_ENABLE='' >JAVASCI_FALSE='#' >JAVASCI_TRUE='' >JAVA_ENABLE='yes' >JAVA_G='/usr/lib/jvm/java/bin/java' >JAVA_HOME='/usr/lib/jvm/java' >JAVA_JNI_INCLUDE='-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux' >JAVA_JNI_LIBS='-L/usr/lib/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java/jre/lib/amd64/server -ljvm' >JDB='/usr/lib/jvm/java/bin/jdb' >JEUCLID_CORE='/usr/share/java/jeuclid-core.jar' >JGRAPHX='/usr/share/java/jgraphx.jar' >JHALL='/usr/share/java/jhall.jar' >JLATEXMATH='/usr/share/java/jlatexmath.jar' >JLATEXMATH_FOP='' >JOGL2='/usr/share/java/jogl2.jar' >JROSETTA_API='/usr/share/java/jrosetta-API.jar' >JROSETTA_ENGINE='/usr/share/java/jrosetta-engine.jar' >JUNIT4='/usr/share/java/junit4.jar' >LAPACK_LIBS='-llapack' >LCOV='' >LD='/usr/bin/ld' >LDFLAGS='' >LIBICONV='-liconv' >LIBINTL='' >LIBM='-lm' >LIBOBJS='' >LIBS='-L/usr/lib64 -lpcreposix -lpcre -lpthread -ldl -lcurses -lm' >LIBTOOL='' >LIPO='' >LN_S='ln -s' >LOGGING_LEVEL='SEVERE' >LOOKS='/usr/share/java/jgoodies-looks.jar' >LTLIBICONV='-liconv' >LTLIBINTL='' >LTLIBOBJS='' >MAINT='#' >MAINTAINER_MODE_FALSE='' >MAINTAINER_MODE_TRUE='#' >MAKEINFO='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run makeinfo' >MATIO_CFLAGS='' >MATIO_ENABLE='' >MATIO_FALSE='' >MATIO_LIBS='' >MATIO_TRUE='' >MKDIR_P='/usr/bin/mkdir -p' >MSGCAT='/usr/bin/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='-fopenmp' >OPENMP_CXXFLAGS='-fopenmp' >OPENMP_ENABLE='yes' >OPENMP_FALSE='#' >OPENMP_LIBS='-lgomp' >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-config' >PCRE_LIBS='-L/usr/lib64 -lpcreposix -lpcre' >PCRE_VERSION='8.32' >PKG_CONFIG='/usr/bin/pkg-config' >POSUB='po' >POW_LIB='' >PYTHON='' >RANLIB='' >RELOCATABLE='no' >RELOCATABLE_VIA_LD_FALSE='' >RELOCATABLE_VIA_LD_TRUE='#' >RT_LIB='-lrt' >SAXON='' >SCILAB_BINARY_VERSION='5.5.0' >SCILAB_LIBRARY_VERSION='5:5:0' >SCILAB_VERSION_MAINTENANCE='0' >SCILAB_VERSION_MAJOR='5' >SCILAB_VERSION_MINOR='5' >SCIRENDERER='${modules.dir}/scirenderer/${build.jar.dir}/scirenderer.jar' >SCIRENDERER_CP='$SCILAB/modules/scirenderer/jar/scirenderer.jar' >SCI_CFLAGS='' >SCI_CXXFLAGS='' >SCI_FFLAGS='' >SCI_LDFLAGS='' >SED='' >SET_MAKE='' >SET_RELOCATABLE='' >SHELL='/bin/sh' >SKINLF='/usr/share/java/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='' >TK_INC_PATH='' >UMFPACK_ENABLE='no' >UMFPACK_FALSE='' >UMFPACK_LIB='' >UMFPACK_TRUE='#' >USE_DYNAMIC_STACK_FALSE='#' >USE_DYNAMIC_STACK_TRUE='' >USE_NLS='yes' >VERSION='5' >WITH_OCAML='' >WITH_TKSCI='' >XCOS_ENABLE='yes' >XCOS_FALSE='#' >XCOS_TRUE='' >XGETTEXT='/usr/bin/xgettext' >XGETTEXT_015='/usr/bin/xgettext' >XGETTEXT_EXTRA_OPTIONS='' >XMKMF='' >XMLGRAPHICS_COMMONS='/usr/share/java/xmlgraphics-commons.jar' >XML_APIS_EXT='/usr/share/java/xml-apis-ext.jar' >XML_CONFIG='xml2-config' >XML_FLAGS='-I/usr/include/libxml2' >XML_LIBS='-lxml2 -lz -lm -ldl' >XML_VERSION='2.9.0' >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__nodep='_no' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} 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} /home/kdevil/scilabsrc/scilab/config/install-sh' >libdir='${exec_prefix}/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='${datarootdir}/man' >mkdir_p='/usr/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/home/kdevil/scilab' >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 "/home/kdevil/scilab" >#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 "/home/kdevil/scilab" >#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_XCOS /**/ >#define HAVE_CLOCK_GETTIME 1 >#define WITH_OCAML /**/ >#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_STRSIGNAL 1 >#define HAVE_POW 1 >#define HAVE_SQRT 1 >#define HAVE_FINITE 1 >#define HAVE_FLOOR 1 >#define HAVE_EXP10 1 >#define HAVE_ERF 1 >#define HAVE_ERFC 1 >#define HAVE_ISNAN 1 >#define HAVE_ISINF 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_FFTW /**/ >#define HAVE_OMP_H 1 >#define HAVE_LIBXML2 1 >#define LIBXML_FLAGS "-I/usr/include/libxml2" >#define LIBXML_LIBS "-lxml2 -lz -lm -ldl" >#define HAVE_BIND_TEXTDOMAIN_CODESET 1 > >configure: exit 1
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.69. Invocation command line was $ ./configure --prefix=/home/kdevil/scilab --without-umfpack --without-pcre ## --------- ## ## Platform. ## ## --------- ## hostname = anubis uname -m = x86_64 uname -r = 3.8.5-desktop-1.mga3 uname -s = Linux uname -v = #1 SMP Sat Mar 30 10:31:40 UTC 2013 /usr/bin/uname -p = x86_64 /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/kdevil/kde/bin PATH: /usr/lib/jvm/java/bin PATH: /usr/share/colorgcc PATH: /usr/local/bin PATH: /usr/bin PATH: /usr/games PATH: /usr/lib64/qt4/bin PATH: /usr/lib64/qt5/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:3275: checking whether ln -s works configure:3279: result: yes configure:3335: checking for gcc configure:3351: found /usr/share/colorgcc/gcc configure:3362: result: gcc configure:3591: checking for C compiler version configure:3600: gcc --version >&5 gcc (GCC) 4.7.2 Copyright (C) 2012 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:3611: $? = 0 configure:3600: gcc -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:3611: $? = 0 configure:3600: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3611: $? = 1 configure:3600: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3611: $? = 1 configure:3631: checking whether the C compiler works configure:3653: gcc conftest.c >&5 configure:3657: $? = 0 configure:3705: result: yes configure:3708: checking for C compiler default output file name configure:3710: result: a.out configure:3716: checking for suffix of executables configure:3723: gcc -o conftest conftest.c >&5 configure:3727: $? = 0 configure:3749: result: configure:3771: checking whether we are cross compiling configure:3779: gcc -o conftest conftest.c >&5 configure:3783: $? = 0 configure:3790: ./conftest configure:3794: $? = 0 configure:3809: result: no configure:3814: checking for suffix of object files configure:3836: gcc -c conftest.c >&5 configure:3840: $? = 0 configure:3861: result: o configure:3865: checking whether we are using the GNU C compiler configure:3884: gcc -c conftest.c >&5 configure:3884: $? = 0 configure:3893: result: yes configure:3902: checking whether gcc accepts -g configure:3922: gcc -c -g conftest.c >&5 configure:3922: $? = 0 configure:3963: result: yes configure:3980: checking for gcc option to accept ISO C89 configure:4043: gcc -c -g -O2 conftest.c >&5 configure:4043: $? = 0 configure:4056: result: none needed configure:4085: checking for special C compiler options needed for large files configure:4130: result: no configure:4136: checking for _FILE_OFFSET_BITS value needed for large files configure:4161: gcc -c -g -O2 conftest.c >&5 configure:4161: $? = 0 configure:4193: result: no configure:4279: checking for _LARGEFILE64_SOURCE value needed for large files configure:4302: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:18:68: error: 'O_LARGEFILE' undeclared (first use in this function) conftest.c:18:68: note: each undeclared identifier is reported only once for each function it appears in configure:4302: $? = 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 "" | /* end confdefs.h. */ | | #include <sys/types.h> | #include <sys/stat.h> | #include <fcntl.h> | | int | main () | { | | int fd = open ("__o_largefile", O_CREAT | O_RDWR | O_LARGEFILE, 0644); | | ; | return 0; | } configure:4326: gcc -c -g -O2 conftest.c >&5 configure:4326: $? = 0 configure:4341: result: configure:4381: checking for a BSD-compatible install configure:4449: result: /usr/bin/install -c configure:4464: checking build system type configure:4478: result: x86_64-unknown-linux-gnu configure:4498: checking host system type configure:4511: result: x86_64-unknown-linux-gnu configure:4555: checking for ld used by GCC configure:4619: result: /usr/bin/ld configure:4626: checking if the linker (/usr/bin/ld) is GNU ld configure:4639: result: yes configure:4645: checking for shared library path variable configure:4658: result: LD_LIBRARY_PATH configure:4663: checking whether to activate relocatable installation configure:4678: result: no configure:4700: checking how to run the C preprocessor configure:4731: gcc -E conftest.c configure:4731: $? = 0 configure:4745: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4745: $? = 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 "/home/kdevil/scilab" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4770: result: gcc -E configure:4790: gcc -E conftest.c configure:4790: $? = 0 configure:4804: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4804: $? = 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 "/home/kdevil/scilab" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4833: checking for grep that handles long lines and -e configure:4891: result: /usr/bin/grep configure:4896: checking for egrep configure:4958: result: /usr/bin/grep -E configure:4963: checking for ANSI C header files configure:4983: gcc -c -g -O2 conftest.c >&5 configure:4983: $? = 0 configure:5056: gcc -o conftest -g -O2 conftest.c >&5 configure:5056: $? = 0 configure:5056: ./conftest configure:5056: $? = 0 configure:5067: result: yes configure:5080: checking for sys/types.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for sys/stat.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for stdlib.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for string.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for memory.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for strings.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for inttypes.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for stdint.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5080: checking for unistd.h configure:5080: gcc -c -g -O2 conftest.c >&5 configure:5080: $? = 0 configure:5080: result: yes configure:5190: checking for shared library run path origin configure:5203: result: done configure:5227: checking whether to enable maintainer-specific portions of Makefiles configure:5236: result: no configure:5252: checking whether build environment is sane configure:5302: result: yes configure:5331: checking for a thread-safe mkdir -p configure:5370: result: /usr/bin/mkdir -p configure:5383: checking for gawk configure:5399: found /usr/bin/gawk configure:5410: result: gawk configure:5421: checking whether make sets $(MAKE) configure:5443: result: yes configure:5473: checking for style of include used by make configure:5501: result: GNU configure:5587: checking dependency style of gcc configure:5698: result: gcc3 configure:5840: checking how to run the C preprocessor configure:5910: result: gcc -E configure:5930: gcc -E conftest.c configure:5930: $? = 0 configure:5944: gcc -E conftest.c conftest.c:23:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5944: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #define PACKAGE "scilab" | #define VERSION "5" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5972: checking for grep that handles long lines and -e configure:6030: result: /usr/bin/grep configure:6178: checking for pkg-config configure:6196: found /usr/bin/pkg-config configure:6208: result: /usr/bin/pkg-config configure:6233: checking pkg-config is at least version 0.9.0 configure:6236: result: yes configure:6745: checking for gfortran configure:6761: found /usr/share/colorgcc/gfortran configure:6772: result: gfortran configure:6798: checking for Fortran 77 compiler version configure:6807: gfortran --version >&5 GNU Fortran (GCC) 4.7.2 Copyright (C) 2012 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:6818: $? = 0 configure:6807: gfortran -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/gfortran COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:6818: $? = 0 configure:6807: gfortran -V >&5 gfortran: error: unrecognized command line option '-V' gfortran: fatal error: no input files compilation terminated. configure:6818: $? = 1 configure:6807: gfortran -qversion >&5 gfortran: error: unrecognized command line option '-qversion' gfortran: fatal error: no input files compilation terminated. configure:6818: $? = 1 configure:6827: checking whether we are using the GNU Fortran 77 compiler configure:6840: gfortran -c conftest.F >&5 configure:6840: $? = 0 configure:6849: result: yes configure:6855: checking whether gfortran accepts -g configure:6866: gfortran -c -g conftest.f >&5 configure:6866: $? = 0 configure:6874: result: yes configure:7127: checking if gfortran is a fortran 90 compatible compiler configure:7152: gfortran -c -g -O2 conftest.f >&5 configure:7152: $? = 0 configure:7153: result: yes configure:8433: checking size of int configure:8438: gcc -o conftest -g -O2 conftest.c >&5 configure:8438: $? = 0 configure:8438: ./conftest configure:8438: $? = 0 configure:8452: result: 4 configure:8466: checking size of long configure:8471: gcc -o conftest -g -O2 conftest.c >&5 configure:8471: $? = 0 configure:8471: ./conftest configure:8471: $? = 0 configure:8485: result: 8 configure:8555: checking for g++ configure:8571: found /usr/share/colorgcc/g++ configure:8582: result: g++ configure:8609: checking for C++ compiler version configure:8618: g++ --version >&5 g++ (GCC) 4.7.2 Copyright (C) 2012 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:8629: $? = 0 configure:8618: g++ -v >&5 Using built-in specs. COLLECT_GCC=/usr/bin/g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/lto-wrapper Target: x86_64-mageia-linux-gnu Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib --with-slibdir=/lib64 --with-bugurl=http://bugs.mageia.org/ --mandir=/usr/share/man --infodir=/usr/share/info --enable-checking=release --enable-languages=c,c++,ada,fortran,objc,obj-c++,java --enable-linker-build-id --build=x86_64-mageia-linux-gnu --host=x86_64-mageia-linux-gnu --with-cpu=generic --with-system-zlib --enable-threads=posix --enable-shared --enable-objc-gc --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror --with-ppl --with-cloog --with-python-dir=/lib/python2.7/site-packages --enable-lto Thread model: posix gcc version 4.7.2 (GCC) configure:8629: $? = 0 configure:8618: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:8629: $? = 1 configure:8618: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:8629: $? = 1 configure:8633: checking whether we are using the GNU C++ compiler configure:8652: g++ -c conftest.cpp >&5 configure:8652: $? = 0 configure:8661: result: yes configure:8670: checking whether g++ accepts -g configure:8690: g++ -c -g conftest.cpp >&5 configure:8690: $? = 0 configure:8731: result: yes configure:8756: checking dependency style of g++ configure:8867: result: gcc3 configure:8891: checking for g++ configure:8907: found /usr/share/colorgcc/g++ configure:8919: result: yes configure:8936: checking whether gcc and cc understand -c and -o together configure:8967: gcc -c conftest.c -o conftest2.o >&5 configure:8971: $? = 0 configure:8977: gcc -c conftest.c -o conftest2.o >&5 configure:8981: $? = 0 configure:8992: cc -c conftest.c >&5 configure:8996: $? = 0 configure:9004: cc -c conftest.c -o conftest2.o >&5 configure:9008: $? = 0 configure:9014: cc -c conftest.c -o conftest2.o >&5 configure:9018: $? = 0 configure:9036: result: yes configure:9065: checking whether gfortran understands -c and -o together configure:9083: gfortran -g -O2 -c conftest.f -o conftest2.o >&5 configure:9087: $? = 0 configure:9094: gfortran -g -O2 -c conftest.f -o conftest2.o >&5 configure:9098: $? = 0 configure:9106: result: yes configure:9721: checking for nm configure:9737: found /usr/bin/nm configure:9748: result: nm configure:9763: checking for leading underscores with Fortran (name-mangling scheme) configure:9807: result: no configure:9809: checking for trailing underscores with Fortran (name-mangling scheme) configure:9811: result: yes configure:9818: checking use of the sharpsign in CPP configure:9835: gcc -c -g -O2 conftest.c >&5 configure:9835: $? = 0 configure:9836: result: yes configure:9857: result: Define C2F with Trailing Underscore and Sharp Sign configure:9931: checking hdf5.h usability configure:9931: gcc -c -g -O2 conftest.c >&5 configure:9931: $? = 0 configure:9931: result: yes configure:9931: checking hdf5.h presence configure:9931: gcc -E conftest.c configure:9931: $? = 0 configure:9931: result: yes configure:9931: checking for hdf5.h configure:9931: result: yes configure:9999: checking for H5Fopen in -lhdf5 configure:10024: gcc -o conftest -g -O2 conftest.c -lhdf5 -lhdf5 -lhdf5_hl >&5 configure:10024: $? = 0 configure:10033: result: yes configure:10108: checking for clock_gettime in -lrt configure:10133: gcc -o conftest -g -O2 conftest.c -lrt >&5 configure:10133: $? = 0 configure:10142: result: yes configure:10171: checking for ocamlc configure:10187: found /usr/bin/ocamlc configure:10199: result: ocamlc configure:10213: checking for ocamlopt configure:10229: found /usr/bin/ocamlopt configure:10241: result: ocamlopt configure:10255: checking for ocamldep configure:10271: found /usr/bin/ocamldep configure:10283: result: ocamldep configure:10297: checking for ocamlyacc configure:10313: found /usr/bin/ocamlyacc configure:10325: result: ocamlyacc configure:10339: checking for ocamllex configure:10355: found /usr/bin/ocamllex configure:10367: result: ocamllex configure:10445: checking JAVA_HOME variable configure:10450: result: JAVA_HOME variable found, use it as JVM root directory configure:10598: checking for zip or jar files to include on CLASSPATH Using CLASSPATH= configure:10625: result: configure:10634: checking to see if the java compiler works /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:10700: result: yes Using JAVAC=/usr/lib/jvm/java/bin/javac Java found in /usr/lib/jvm/java configure:10719: checking type of jvm /usr/lib/jvm/java/bin/javac -g conftest.java conftest.java:4: error: package gnu.java.io does not exist import gnu.java.io.EncodingManager; ^ 1 error configure: failed program was: // #line 10725 "configure" import java.util.regex.Pattern; import gnu.java.io.EncodingManager; public class conftest { public static void main(String[] argv) { } private static int compare(String v1, String v2) { String s1 = normalisedVersion(v1); String s2 = normalisedVersion(v2); return s1.compareTo(s2); } private static String normalisedVersion(String version) { return normalisedVersion(version, ".", 4); } private static String normalisedVersion(String version, String sep, int maxWidth) { String[] split = Pattern.compile(sep, Pattern.LITERAL).split(version); StringBuilder sb = new StringBuilder(); for (String s : split) { sb.append(String.format("%" + maxWidth + 's', s)); } return sb.toString(); } } configure: CLASSPATH was configure:10792: result: jdk configure:10803: checking java API version /usr/lib/jvm/java/bin/javac -g conftest.java yes /usr/lib/jvm/java/bin/javac -g conftest.java yes /usr/lib/jvm/java/bin/javac -g conftest.java yes /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:11070: result: 1.7 Using the following JNI include flags -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux configure:11131: checking if jni.h can be included configure:11158: gcc -c -g -O2 -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux conftest.c >&5 configure:11158: $? = 0 configure:11173: result: yes Looking for JNI libs with x86_64 as machine hardware name Looking for /usr/lib/jvm/java/jre/lib/x86_64/libjava.so Looking for /usr/lib/jvm/java/jre/lib/amd64/libjava.so Found /usr/lib/jvm/java/jre/lib/amd64/libjava.so Using the following JNI library flags -L/usr/lib/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java/jre/lib/amd64/server -ljvm Using the following runtime library path /usr/lib/jvm/java/jre/lib/amd64:/usr/lib/jvm/java/jre/lib/amd64/server Using LD_PRELOAD= Using LD_BIND_NOW= configure:11425: checking to see if we can link a JNI application configure:11454: gcc -o conftest -g -O2 -I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux conftest.c -L/usr/lib/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java/jre/lib/amd64/server -ljvm >&5 configure:11454: $? = 0 configure:11471: result: yes configure:11539: checking for zip or jar files to include on CLASSPATH Using CLASSPATH= configure:11566: result: configure:11626: checking for java configure:11644: found /usr/lib/jvm/java/bin/java configure:11656: result: /usr/lib/jvm/java/bin/java configure:11721: checking for java_g configure:11754: result: no configure:11816: checking for javah configure:11834: found /usr/lib/jvm/java/bin/javah configure:11846: result: /usr/lib/jvm/java/bin/javah configure:11910: checking for jar configure:11928: found /usr/lib/jvm/java/bin/jar configure:11940: result: /usr/lib/jvm/java/bin/jar configure:12004: checking for javadoc configure:12022: found /usr/lib/jvm/java/bin/javadoc configure:12034: result: /usr/lib/jvm/java/bin/javadoc configure:12099: checking for jdb configure:12117: found /usr/lib/jvm/java/bin/jdb configure:12129: result: /usr/lib/jvm/java/bin/jdb configure:12213: checking for ant configure:12231: found /usr/bin/ant configure:12243: result: /usr/bin/ant configure:12372: checking jgraphx /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:12426: result: /usr/share/java/jgraphx.jar configure:12488: checking minimal version (1.8.0.0) of jgraphx /usr/lib/jvm/java/bin/javac -g conftest.java /usr/lib/jvm/java/bin/java conftest yes configure:12923: checking flexdock /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:12977: result: /usr/share/java/flexdock.jar configure:13039: checking minimal version (1.2.3) of flexdock /usr/lib/jvm/java/bin/javac -g conftest.java /usr/lib/jvm/java/bin/java conftest yes configure:13193: checking looks configure:13295: result: no configure:13298: WARNING: Could not find or use the Java package/jar looks used by Scilab Gui - Look and feel (looking for package com.jgoodies.looks.common.MenuItemRenderer) configure:13310: checking jgoodies-looks /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:13364: result: /usr/share/java/jgoodies-looks.jar configure:13428: checking skinlf /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:13482: result: /usr/share/java/skinlf.jar configure:13545: checking jogl2 /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:13599: result: /usr/share/java/jogl2.jar configure:13669: checking for glTexParameterf in -ljogl_desktop configure:13694: gcc -o conftest -g -O2 -L/usr/lib/jni -L/usr/lib64/jni -L/usr/lib/java -L/usr/lib64/java -L/usr/lib/jogl2 -L/usr/lib64/jogl2 -L./thirdparty -L./lib/thirdparty -L./bin conftest.c -ljogl_desktop >&5 /tmp/ccGgsClq.o: In function `main': /home/kdevil/scilabsrc/scilab/conftest.c:47: undefined reference to `glTexParameterf' collect2: error: ld returned 1 exit status configure:13694: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | /* 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 glTexParameterf (); | int | main () | { | return glTexParameterf (); | ; | return 0; | } configure:13703: result: no configure:13708: WARNING: Could not link against -ljogl_desktop. Will try against -ljogl_desktop -lGL configure:13716: checking for glTexParameterf in -ljogl_desktop configure:13741: gcc -o conftest -g -O2 -L/usr/lib/jni -L/usr/lib64/jni -L/usr/lib/java -L/usr/lib64/java -L/usr/lib/jogl2 -L/usr/lib64/jogl2 -L./thirdparty -L./lib/thirdparty -L./bin conftest.c -ljogl_desktop -lGL >&5 configure:13741: $? = 0 configure:13751: result: yes configure:13768: checking gluegen2-rt /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:13822: result: /usr/share/java/gluegen2-rt.jar configure:13894: checking for Java_jogamp_common_jvm_JVMUtil_initialize in -lgluegen2-rt configure:13919: gcc -o conftest -g -O2 -L/usr/lib/jni -L/usr/lib64/jni -L/usr/lib/java -L/usr/lib64/java -L/usr/lib/gluegen2 -L/usr/lib64/gluegen2 -L./thirdparty -L./lib/thirdparty -L./bin conftest.c -lgluegen2-rt -ldl >&5 configure:13919: $? = 0 configure:13929: result: yes configure:13942: checking jhall /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:13996: result: /usr/share/java/jhall.jar configure:14177: checking jrosetta-API /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:14231: result: /usr/share/java/jrosetta-API.jar configure:14410: checking jrosetta-engine /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:14464: result: /usr/share/java/jrosetta-engine.jar configure:14525: checking minimal version (1.0.4) of jrosetta-engine /usr/lib/jvm/java/bin/javac -g conftest.java /usr/lib/jvm/java/bin/java conftest yes configure:14681: checking jeuclid-core /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:14735: result: /usr/share/java/jeuclid-core.jar configure:14800: checking fop /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:14854: result: /usr/share/java/fop.jar configure:14917: checking batik-all /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:14971: result: /usr/share/java/batik-all.jar configure:15150: checking minimal version (1.7) of batik /usr/lib/jvm/java/bin/javac -g conftest.java /usr/lib/jvm/java/bin/java conftest yes configure:15304: checking commons-io /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:15358: result: /usr/share/java/commons-io.jar configure:15421: checking xmlgraphics-commons /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:15475: result: /usr/share/java/xmlgraphics-commons.jar configure:15538: checking avalon-framework /usr/lib/jvm/java/bin/javac -g conftest.java conftest.java:4: error: cannot find symbol import org.apache.avalon.framework.configuration.ConfigurationException; ^ symbol: class ConfigurationException location: package org.apache.avalon.framework.configuration 1 error configure: failed program was: // #line 15554 "configure" import java.util.regex.Pattern; import org.apache.avalon.framework.configuration.ConfigurationException; public class conftest { public static void main(String[] argv) { } private static int compare(String v1, String v2) { String s1 = normalisedVersion(v1); String s2 = normalisedVersion(v2); return s1.compareTo(s2); } private static String normalisedVersion(String version) { return normalisedVersion(version, ".", 4); } private static String normalisedVersion(String version, String sep, int maxWidth) { String[] split = Pattern.compile(sep, Pattern.LITERAL).split(version); StringBuilder sb = new StringBuilder(); for (String s : split) { sb.append(String.format("%" + maxWidth + 's', s)); } return sb.toString(); } } configure: CLASSPATH was /usr/share/java/avalon-framework.jar:/usr/share/java/xmlgraphics-commons.jar:/usr/share/java/commons-io.jar:/usr/share/java/batik-all.jar:/usr/share/java/fop.jar:/usr/share/java/jeuclid-core.jar:/usr/share/java/jrosetta-engine.jar:/usr/share/java/jrosetta-API.jar:/usr/share/java/jhall.jar:/usr/share/java/gluegen2-rt.jar:/usr/share/java/jogl2.jar:/usr/share/java/skinlf.jar:/usr/share/java/jgoodies-looks.jar:/usr/share/java/flexdock.jar:/usr/share/java/jgraphx.jar: /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:15592: result: /usr/share/java/avalon-framework-api.jar configure:15655: checking xml-apis-ext /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:15709: result: /usr/share/java/xml-apis-ext.jar configure:15893: checking commons-logging /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:15947: result: /usr/share/java/commons-logging.jar configure:16010: checking jlatexmath /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:16064: result: /usr/share/java/jlatexmath.jar configure:16126: checking minimal version (1.0.2) of jlatexmath /usr/lib/jvm/java/bin/javac -g conftest.java /usr/lib/jvm/java/bin/java conftest yes configure:16286: checking checkstyle configure:16388: result: no configure:16391: WARNING: Could not find or use the Java package/jar checkstyle used by Checkstyle - code checking (looking for package com.puppycrawl.tools.checkstyle.CheckStyleTask) configure:16403: checking commons-beanutils configure:16505: result: no configure:16508: WARNING: Could not find or use the Java package/jar commons-beanutils used by Bean utility (looking for package org.apache.commons.beanutils.Converter) configure:16520: checking antlr /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:16574: result: /usr/share/java/antlr.jar configure:16637: checking junit4 /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:16691: result: /usr/share/java/junit4.jar configure:16754: checking cobertura configure:16856: result: no configure:16859: WARNING: Could not find or use the Java package/jar cobertura used by cobertura - Java code coverage (looking for package net.sourceforge.cobertura.merge.Main) configure:16871: checking asm3 /usr/lib/jvm/java/bin/javac -g conftest.java yes configure:16925: result: /usr/share/java/asm3/asm3.jar configure:17425: checking for sleep configure:17425: gcc -o conftest -g -O2 conftest.c >&5 configure:17425: $? = 0 configure:17425: result: yes configure:17425: checking for usleep configure:17425: gcc -o conftest -g -O2 conftest.c >&5 configure:17425: $? = 0 configure:17425: result: yes configure:17425: checking for dup2 configure:17425: gcc -o conftest -g -O2 conftest.c >&5 configure:17425: $? = 0 configure:17425: result: yes configure:17425: checking for getcwd configure:17425: gcc -o conftest -g -O2 conftest.c >&5 configure:17425: $? = 0 configure:17425: result: yes configure:17425: checking for getpagesize configure:17425: gcc -o conftest -g -O2 conftest.c >&5 configure:17425: $? = 0 configure:17425: result: yes configure:17425: checking for getpass configure:17425: gcc -o conftest -g -O2 conftest.c >&5 configure:17425: $? = 0 configure:17425: result: yes configure:17436: checking for rmdir configure:17436: gcc -o conftest -g -O2 conftest.c >&5 configure:17436: $? = 0 configure:17436: result: yes configure:17446: checking for getwd configure:17446: gcc -o conftest -g -O2 conftest.c >&5 configure:17446: $? = 0 configure:17446: result: yes configure:17461: checking for regcomp configure:17461: gcc -o conftest -g -O2 conftest.c >&5 configure:17461: $? = 0 configure:17461: result: yes configure:17475: checking for atexit configure:17475: gcc -o conftest -g -O2 conftest.c >&5 configure:17475: $? = 0 configure:17475: result: yes configure:17475: checking for putenv configure:17475: gcc -o conftest -g -O2 conftest.c >&5 configure:17475: $? = 0 configure:17475: result: yes configure:17475: checking for setenv configure:17475: gcc -o conftest -g -O2 conftest.c >&5 configure:17475: $? = 0 configure:17475: result: yes configure:17489: checking for bzero configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:72:6: warning: conflicting types for built-in function 'bzero' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for memmove configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:73:6: warning: conflicting types for built-in function 'memmove' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for memset configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:74:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strcasecmp configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:75:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strerror configure:17489: gcc -o conftest -g -O2 conftest.c >&5 configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strchr configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:77:6: warning: conflicting types for built-in function 'strchr' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strdup configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:78:6: warning: conflicting types for built-in function 'strdup' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strpbrk configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:79:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strrchr configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:80:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strstr configure:17489: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:81:6: warning: conflicting types for built-in function 'strstr' [enabled by default] configure:17489: $? = 0 configure:17489: result: yes configure:17489: checking for strtol configure:17489: gcc -o conftest -g -O2 conftest.c >&5 configure:17489: $? = 0 configure:17489: result: yes configure:17502: checking for select configure:17502: gcc -o conftest -g -O2 conftest.c >&5 configure:17502: $? = 0 configure:17502: result: yes configure:17515: checking for endpwent configure:17515: gcc -o conftest -g -O2 conftest.c >&5 configure:17515: $? = 0 configure:17515: result: yes configure:17529: checking for gethostbyaddr configure:17529: gcc -o conftest -g -O2 conftest.c >&5 configure:17529: $? = 0 configure:17529: result: yes configure:17529: checking for gethostbyname configure:17529: gcc -o conftest -g -O2 conftest.c >&5 configure:17529: $? = 0 configure:17529: result: yes configure:17529: checking for gethostname configure:17529: gcc -o conftest -g -O2 conftest.c >&5 configure:17529: $? = 0 configure:17529: result: yes configure:17542: checking for gettimeofday configure:17542: gcc -o conftest -g -O2 conftest.c >&5 configure:17542: $? = 0 configure:17542: result: yes configure:17555: checking for isascii configure:17555: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:89:6: warning: conflicting types for built-in function 'isascii' [enabled by default] configure:17555: $? = 0 configure:17555: result: yes configure:17568: checking for iswprint configure:17568: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:90:6: warning: conflicting types for built-in function 'iswprint' [enabled by default] configure:17568: $? = 0 configure:17568: result: yes configure:17581: checking for mkdir configure:17581: gcc -o conftest -g -O2 conftest.c >&5 configure:17581: $? = 0 configure:17581: result: yes configure:17594: checking for munmap configure:17594: gcc -o conftest -g -O2 conftest.c >&5 configure:17594: $? = 0 configure:17594: result: yes configure:17607: checking for strsignal configure:17607: gcc -o conftest -g -O2 conftest.c >&5 configure:17607: $? = 0 configure:17607: result: yes configure:17708: checking for cos in -lm configure:17733: gcc -o conftest -g -O2 conftest.c -lm >&5 conftest.c:78:6: warning: conflicting types for built-in function 'cos' [enabled by default] configure:17733: $? = 0 configure:17742: result: yes configure:17759: checking for pow configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:94:6: warning: conflicting types for built-in function 'pow' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for sqrt configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:95:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for finite configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:96:6: warning: conflicting types for built-in function 'finite' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for floor configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:97:6: warning: conflicting types for built-in function 'floor' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for exp10 configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:98:6: warning: conflicting types for built-in function 'exp10' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for erf configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:99:6: warning: conflicting types for built-in function 'erf' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for erfc configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:100:6: warning: conflicting types for built-in function 'erfc' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17759: checking for isnan configure:17759: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:101:6: warning: conflicting types for built-in function 'isnan' [enabled by default] configure:17759: $? = 0 configure:17759: result: yes configure:17774: checking for isinf configure:17774: gcc -o conftest -g -O2 -lm conftest.c >&5 conftest.c:103:6: warning: conflicting types for built-in function 'isinf' [enabled by default] configure:17774: $? = 0 configure:17774: result: yes configure:17791: checking for re_comp configure:17791: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17791: $? = 0 configure:17791: result: yes configure:17804: checking for socket configure:17804: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17804: $? = 0 configure:17804: result: yes configure:17817: checking for uname configure:17817: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17817: $? = 0 configure:17817: result: yes configure:17830: checking for setlocale configure:17830: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17830: $? = 0 configure:17830: result: yes configure:17841: checking for working memcmp configure:17884: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17884: $? = 0 configure:17884: ./conftest configure:17884: $? = 0 configure:17894: result: yes configure:17905: checking whether lstat correctly handles trailing slash configure:17931: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17931: $? = 0 configure:17931: ./conftest configure:17931: $? = 0 configure:17948: result: yes configure:17967: checking whether stat accepts an empty string configure:17987: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:17987: $? = 0 configure:17987: ./conftest configure:17987: $? = 0 configure:17997: result: no configure:18015: checking for working strtod configure:18056: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:18056: $? = 0 configure:18056: ./conftest configure:18056: $? = 0 configure:18066: result: yes configure:18136: checking limits.h usability configure:18136: gcc -c -g -O2 conftest.c >&5 configure:18136: $? = 0 configure:18136: result: yes configure:18136: checking limits.h presence configure:18136: gcc -E conftest.c configure:18136: $? = 0 configure:18136: result: yes configure:18136: checking for limits.h configure:18136: result: yes configure:18136: checking values.h usability configure:18136: gcc -c -g -O2 conftest.c >&5 configure:18136: $? = 0 configure:18136: result: yes configure:18136: checking values.h presence configure:18136: gcc -E conftest.c configure:18136: $? = 0 configure:18136: result: yes configure:18136: checking for values.h configure:18136: result: yes configure:18150: checking fcntl.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking fcntl.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for fcntl.h configure:18150: result: yes configure:18150: checking float.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking float.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for float.h configure:18150: result: yes configure:18150: checking libintl.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking libintl.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for libintl.h configure:18150: result: yes configure:18150: checking locale.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking locale.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for locale.h configure:18150: result: yes configure:18150: checking malloc.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking malloc.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for malloc.h configure:18150: result: yes configure:18150: checking netdb.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking netdb.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for netdb.h configure:18150: result: yes configure:18150: checking netinet/in.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking netinet/in.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for netinet/in.h configure:18150: result: yes configure:18150: checking nlist.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 conftest.c:127:19: fatal error: nlist.h: No such file or directory compilation terminated. configure:18150: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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:18150: result: no configure:18150: checking nlist.h presence configure:18150: gcc -E conftest.c conftest.c:94:19: fatal error: nlist.h: No such file or directory compilation terminated. configure:18150: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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:18150: result: no configure:18150: checking for nlist.h configure:18150: result: no configure:18150: checking sgtty.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sgtty.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sgtty.h configure:18150: result: yes configure:18150: checking stddef.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking stddef.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for stddef.h configure:18150: result: yes configure:18150: checking sys/file.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/file.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/file.h configure:18150: result: yes configure:18150: checking sys/ioctl.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/ioctl.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/ioctl.h configure:18150: result: yes configure:18150: checking sys/param.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/param.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/param.h configure:18150: result: yes configure:18150: checking sys/socket.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/socket.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/socket.h configure:18150: result: yes configure:18150: checking sys/time.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/time.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/time.h configure:18150: result: yes configure:18150: checking sys/timeb.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/timeb.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/timeb.h configure:18150: result: yes configure:18150: checking sys/utsname.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking sys/utsname.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for sys/utsname.h configure:18150: result: yes configure:18150: checking syslog.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking syslog.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for syslog.h configure:18150: result: yes configure:18150: checking term.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking term.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for term.h configure:18150: result: yes configure:18150: checking termcap.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking termcap.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for termcap.h configure:18150: result: yes configure:18150: checking termio.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking termio.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for termio.h configure:18150: result: yes configure:18150: checking termios.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking termios.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for termios.h configure:18150: result: yes configure:18150: checking wchar.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking wchar.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for wchar.h configure:18150: result: yes configure:18150: checking wctype.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking wctype.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for wctype.h configure:18150: result: yes configure:18150: checking time.h usability configure:18150: gcc -c -g -O2 conftest.c >&5 configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking time.h presence configure:18150: gcc -E conftest.c configure:18150: $? = 0 configure:18150: result: yes configure:18150: checking for time.h configure:18150: result: yes configure:18165: checking for dirent.h that defines DIR configure:18184: gcc -c -g -O2 conftest.c >&5 configure:18184: $? = 0 configure:18192: result: yes configure:18205: checking for library containing opendir configure:18236: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:18236: $? = 0 configure:18253: result: none required configure:18322: checking whether time.h and sys/time.h may both be included configure:18342: gcc -c -g -O2 conftest.c >&5 configure:18342: $? = 0 configure:18349: result: yes configure:18359: checking for sys/wait.h that is POSIX.1 compatible configure:18385: gcc -c -g -O2 conftest.c >&5 configure:18385: $? = 0 configure:18392: result: yes configure:18405: checking for struct stat.st_blksize configure:18405: gcc -c -g -O2 conftest.c >&5 configure:18405: $? = 0 configure:18405: result: yes configure:18415: checking for struct stat.st_rdev configure:18415: gcc -c -g -O2 conftest.c >&5 configure:18415: $? = 0 configure:18415: result: yes configure:18433: checking whether NLS is requested configure:18442: result: yes configure:18483: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:18515: result: /usr/bin/msgfmt configure:18524: checking for gmsgfmt configure:18555: result: /usr/bin/msgfmt configure:18606: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:18638: result: /usr/bin/xgettext configure:18684: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:18715: result: /usr/bin/msgmerge configure:19301: checking for CFPreferencesCopyAppValue configure:19319: gcc -o conftest -g -O2 conftest.c -lm -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:116:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory compilation terminated. configure:19319: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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:19328: result: no configure:19335: checking for CFLocaleCopyCurrent configure:19353: gcc -o conftest -g -O2 conftest.c -lm -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:116:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory compilation terminated. configure:19353: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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:19362: result: no configure:19411: checking for GNU gettext in libc configure:19431: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:19431: $? = 0 configure:19440: result: yes configure:20231: checking whether to use NLS configure:20233: result: yes configure:20236: checking where the gettext function comes from configure:20247: result: libc configure:20307: checking whether closedir returns void configure:20331: gcc -o conftest -g -O2 conftest.c -lm >&5 configure:20331: $? = 0 configure:20331: ./conftest configure:20331: $? = 0 configure:20341: result: no configure:20351: checking return type of signal handlers configure:20369: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:125:1: error: void value not ignored as it ought to be configure:20369: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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:20376: result: void configure:20386: checking whether struct tm is in sys/time.h or time.h configure:20406: gcc -c -g -O2 conftest.c >&5 configure:20406: $? = 0 configure:20413: result: time.h configure:20423: checking for struct stat.st_blocks configure:20423: gcc -c -g -O2 conftest.c >&5 configure:20423: $? = 0 configure:20423: result: yes configure:20471: checking for main in -lcurses configure:20490: gcc -o conftest -g -O2 conftest.c -lcurses -lm >&5 configure:20490: $? = 0 configure:20499: result: yes configure:20553: checking for library containing tgetent configure:20584: gcc -o conftest -g -O2 conftest.c -lcurses -lm >&5 configure:20584: $? = 0 configure:20601: result: none required configure:20613: checking ncurses.h usability configure:20613: gcc -c -g -O2 conftest.c >&5 configure:20613: $? = 0 configure:20613: result: yes configure:20613: checking ncurses.h presence configure:20613: gcc -E conftest.c configure:20613: $? = 0 configure:20613: result: yes configure:20613: checking for ncurses.h configure:20613: result: yes configure:20613: checking curses.h usability configure:20613: gcc -c -g -O2 conftest.c >&5 configure:20613: $? = 0 configure:20613: result: yes configure:20613: checking curses.h presence configure:20613: gcc -E conftest.c configure:20613: $? = 0 configure:20613: result: yes configure:20613: checking for curses.h configure:20613: result: yes configure:20636: checking for dlopen in -ldl configure:20661: gcc -o conftest -g -O2 conftest.c -ldl -lcurses -lm >&5 configure:20661: $? = 0 configure:20670: result: yes configure:20682: checking for library containing pthread_join configure:20713: gcc -o conftest -g -O2 conftest.c -ldl -lcurses -lm >&5 /tmp/ccDDBYEK.o: In function `main': /home/kdevil/scilabsrc/scilab/conftest.c:138: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status configure:20713: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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:20713: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm >&5 configure:20713: $? = 0 configure:20730: result: -lpthread configure:20788: checking fftw3.h usability configure:20788: gcc -c -g -O2 conftest.c >&5 configure:20788: $? = 0 configure:20788: result: yes configure:20788: checking fftw3.h presence configure:20788: gcc -E conftest.c configure:20788: $? = 0 configure:20788: result: yes configure:20788: checking for fftw3.h configure:20788: result: yes configure:20849: checking for fftw_plan_dft_r2c in -lfftw3 configure:20874: gcc -o conftest -g -O2 conftest.c -lfftw3 -lpthread -ldl -lcurses -lm >&5 configure:20874: $? = 0 configure:20883: result: yes configure:20948: checking omp.h usability configure:20948: gcc -c -g -O2 conftest.c >&5 configure:20948: $? = 0 configure:20948: result: yes configure:20948: checking omp.h presence configure:20948: gcc -E conftest.c configure:20948: $? = 0 configure:20948: result: yes configure:20948: checking for omp.h configure:20948: result: yes configure:21010: checking for xml2-config configure:21026: found /usr/bin/xml2-config configure:21037: result: xml2-config configure:21063: checking for xmlReaderForFile in -lxml2 configure:21088: gcc -o conftest -g -O2 -I/usr/include/libxml2 conftest.c -lxml2 -lpthread -ldl -lcurses -lm -lxml2 -lz -lm -ldl >&5 configure:21088: $? = 0 configure:21097: result: yes configure:21165: checking for bind_textdomain_codeset configure:21165: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm >&5 configure:21165: $? = 0 configure:21165: result: yes configure:21177: checking for msgcat configure:21195: found /usr/bin/msgcat configure:21208: result: /usr/bin/msgcat configure:21239: checking if BLAS, ATLAS or MKL is available configure:21246: checking how to get verbose linking output from gfortran configure:21256: gfortran -c -g -O2 conftest.f >&5 configure:21256: $? = 0 configure:21274: gfortran -o conftest -g -O2 -v conftest.f -lpthread -ldl -lcurses -lm Using built-in specs. Target: x86_64-mageia-linux-gnu Thread model: posix gcc version 4.7.2 (GCC) /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/finclude -o /tmp/ccGLmAh9.s GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 warning: GMP header version 5.0.5 differs from library version 5.1.1. warning: MPFR header version 3.1.1 differs from library version 3.1.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 warning: GMP header version 5.0.5 differs from library version 5.1.1. warning: MPFR header version 3.1.1 differs from library version 3.1.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 as -v --64 -o /tmp/ccstNvrX.o /tmp/ccGLmAh9.s GNU assembler version 2.23.51.0.8 (x86_64-mageia-linux-gnu) using BFD version (Linux/GNU Binutils) 2.23.51.0.8.20121218 Reading specs from /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/libgfortran.spec rename spec lib to liborig /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtbegin.o -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. /tmp/ccstNvrX.o -lpthread -ldl -lcurses -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtend.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crtn.o configure:21357: result: -v configure:21359: checking for Fortran 77 libraries of gfortran configure:21382: gfortran -o conftest -g -O2 -v conftest.f -lpthread -ldl -lcurses -lm Using built-in specs. Target: x86_64-mageia-linux-gnu Thread model: posix gcc version 4.7.2 (GCC) /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/finclude -o /tmp/cc5z5DqJ.s GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 warning: GMP header version 5.0.5 differs from library version 5.1.1. warning: MPFR header version 3.1.1 differs from library version 3.1.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 GNU Fortran (GCC) version 4.7.2 (x86_64-mageia-linux-gnu) compiled by GNU C version 4.7.2, GMP version 5.0.5, MPFR version 3.1.1, MPC version 1.0.1 warning: GMP header version 5.0.5 differs from library version 5.1.1. warning: MPFR header version 3.1.1 differs from library version 3.1.2. GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 as -v --64 -o /tmp/ccFFNX0G.o /tmp/cc5z5DqJ.s GNU assembler version 2.23.51.0.8 (x86_64-mageia-linux-gnu) using BFD version (Linux/GNU Binutils) 2.23.51.0.8.20121218 Reading specs from /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/libgfortran.spec rename spec lib to liborig /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/collect2 --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtbegin.o -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. /tmp/ccFFNX0G.o -lpthread -ldl -lcurses -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/crtend.o /usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64/crtn.o configure:21578: result: -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath configure:21594: checking for dummy main to link with Fortran 77 libraries configure:21628: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 configure:21628: $? = 0 configure:21673: result: none configure:21706: checking for Fortran 77 name-mangling scheme configure:21719: gfortran -c -g -O2 conftest.f >&5 configure:21719: $? = 0 configure:21760: gcc -o conftest -g -O2 conftest.c cfortran_test.o -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /tmp/ccAmPeA6.o: In function `main': /home/kdevil/scilabsrc/scilab/conftest.c:152: undefined reference to `foobar' collect2: error: ld returned 1 exit status configure:21760: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 foobar (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return foobar (); | ; | return 0; | } configure:21760: gcc -o conftest -g -O2 conftest.c cfortran_test.o -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 configure:21760: $? = 0 configure:21818: gcc -o conftest -g -O2 conftest.c cfortran_test.o -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 configure:21818: $? = 0 configure:21860: result: lower case, underscore, no extra underscore configure:21979: checking for sgemm_ configure:21979: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /tmp/ccY4m4Zk.o: In function `main': /home/kdevil/scilabsrc/scilab/conftest.c:167: undefined reference to `sgemm_' collect2: error: ld returned 1 exit status configure:21979: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | /* end confdefs.h. */ | /* Define sgemm_ to an innocuous variant, in case <limits.h> declares sgemm_. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sgemm_ innocuous_sgemm_ | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sgemm_ (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef sgemm_ | | /* 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 sgemm_ (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sgemm_ || defined __stub___sgemm_ | choke me | #endif | | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:21979: result: no configure:21990: checking for ATL_xerbla in -latlas configure:22023: gcc -o conftest -g -O2 conftest.c -latlas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -latlas collect2: error: ld returned 1 exit status configure:22023: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 ATL_xerbla (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return ATL_xerbla (); | ; | return 0; | } configure:22032: result: no configure:22140: checking for sgemm_ in -lmkl configure:22173: gcc -o conftest -g -O2 conftest.c -lmkl -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -lmkl collect2: error: ld returned 1 exit status configure:22173: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:22183: result: no configure:22194: checking for sgemm_ in -lblas configure:22227: gcc -o conftest -g -O2 conftest.c -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 configure:22227: $? = 0 configure:22237: result: yes configure:22241: checking for dgemm_ in -ldgemm configure:22274: gcc -o conftest -g -O2 conftest.c -ldgemm -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -ldgemm collect2: error: ld returned 1 exit status configure:22274: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 dgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return dgemm_ (); | ; | return 0; | } configure:22284: result: no configure:22346: checking for sgemm_ in -lcxml configure:22379: gcc -o conftest -g -O2 conftest.c -lcxml -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -lcxml collect2: error: ld returned 1 exit status configure:22379: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:22389: result: no configure:22400: checking for sgemm_ in -ldxml configure:22433: gcc -o conftest -g -O2 conftest.c -ldxml -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -ldxml collect2: error: ld returned 1 exit status configure:22433: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:22443: result: no configure:22559: checking for sgemm_ in -lscs configure:22592: gcc -o conftest -g -O2 conftest.c -lscs -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -lscs collect2: error: ld returned 1 exit status configure:22592: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:22602: result: no configure:22613: checking for sgemm_ in -lcomplib.sgimath configure:22646: gcc -o conftest -g -O2 conftest.c -lcomplib.sgimath -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -lcomplib.sgimath collect2: error: ld returned 1 exit status configure:22646: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:22656: result: no configure:22667: checking for sgemm_ in -lblas configure:22710: result: yes configure:22714: checking for sgemm_ in -lessl configure:22747: gcc -o conftest -g -O2 conftest.c -lessl -lblas -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /usr/bin/ld: cannot find -lessl collect2: error: ld returned 1 exit status configure:22747: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 sgemm_ (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:22757: result: no configure:22770: checking for sgemm_ in -lblas configure:22813: result: yes configure:22832: result: Generic Blas found configure:22843: checking if LAPACK is available configure:22939: checking for cheev_ configure:22939: gcc -o conftest -g -O2 conftest.c -lpthread -ldl -lcurses -lm -lblas -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 /tmp/cc1GPHnv.o: In function `main': /home/kdevil/scilabsrc/scilab/conftest.c:167: undefined reference to `cheev_' collect2: error: ld returned 1 exit status configure:22939: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | /* end confdefs.h. */ | /* Define cheev_ to an innocuous variant, in case <limits.h> declares cheev_. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define cheev_ innocuous_cheev_ | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cheev_ (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef cheev_ | | /* 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 cheev_ (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_cheev_ || defined __stub___cheev_ | choke me | #endif | | int | main () | { | return cheev_ (); | ; | return 0; | } configure:22939: result: no configure:22952: checking for cheev_ in -llapack configure:22985: gcc -o conftest -g -O2 conftest.c -llapack -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath -lblas -lpthread -ldl -lcurses -lm >&5 configure:22985: $? = 0 configure:22995: result: yes configure:23015: result: Library -llapack found configure:23036: checking if ARPACK-NG is available configure:23085: checking for znaupd_ in -larpack configure:23113: gcc -o conftest -g -O2 conftest.c -larpack -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 configure:23113: $? = 0 configure:23120: result: yes configure:23139: result: ARPACK-NG library found configure:23158: checking whether the arpack library works configure:23313: g++ -o conftest -g -O2 conftest.cpp -larpack -lblas -lpthread -ldl -lcurses -lm -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath >&5 configure:23313: $? = 0 configure:23313: ./conftest configure:23313: $? = 0 configure:23323: result: configure:23333: result: Working ARPACK-NG library found (probably ARPACK-NG or a patched version of ARPACK) configure:23742: checking for pcre-config configure:23758: found /usr/bin/pcre-config configure:23769: result: pcre-config configure:23795: checking for PCRE configure:23803: $PKG_CONFIG --exists --print-errors "libpcre >= $PCRE_REQUIRED_VERSION" configure:23806: $? = 0 configure:23879: result: yes configure:23887: checking for pcre_compile in -lpcre configure:23920: gcc -o conftest -g -O2 conftest.c -lpcre -L/usr/lib64 -lpcreposix -lpcre -lpthread -ldl -lcurses -lm >&5 /usr/bin/ld: cannot find -lpcreposix collect2: error: ld returned 1 exit status configure:23920: $? = 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 "/home/kdevil/scilab" | #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 "/home/kdevil/scilab" | #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_XCOS /**/ | #define HAVE_CLOCK_GETTIME 1 | #define WITH_OCAML /**/ | #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_STRSIGNAL 1 | #define HAVE_POW 1 | #define HAVE_SQRT 1 | #define HAVE_FINITE 1 | #define HAVE_FLOOR 1 | #define HAVE_EXP10 1 | #define HAVE_ERF 1 | #define HAVE_ERFC 1 | #define HAVE_ISNAN 1 | #define HAVE_ISINF 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_FFTW /**/ | #define HAVE_OMP_H 1 | #define HAVE_LIBXML2 1 | #define LIBXML_FLAGS "-I/usr/include/libxml2" | #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" | #define HAVE_BIND_TEXTDOMAIN_CODESET 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 pcre_compile (); | #ifdef F77_DUMMY_MAIN | | # ifdef __cplusplus | extern "C" | # endif | int F77_DUMMY_MAIN() { return 1; } | | #endif | int | main () | { | return pcre_compile (); | ; | return 0; | } configure:23929: result: no configure:23939: error: pcre : library missing. (Cannot find symbol pcre_compile). Check if pcre is installed and if the version is correct ## ---------------- ## ## 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_CURL_CFLAGS_set= ac_cv_env_CURL_CFLAGS_value= ac_cv_env_CURL_LIBS_set= ac_cv_env_CURL_LIBS_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_PCRE_CFLAGS_set= ac_cv_env_PCRE_CFLAGS_value= ac_cv_env_PCRE_LIBS_set= ac_cv_env_PCRE_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_f77_dummy_main=none ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath' ac_cv_f77_mangling='lower case, underscore, no extra underscore' ac_cv_fortran_dummy_main=none ac_cv_func_atexit=yes ac_cv_func_bind_textdomain_codeset=yes ac_cv_func_bzero=yes ac_cv_func_cheev_=no ac_cv_func_closedir_void=no ac_cv_func_dup2=yes ac_cv_func_endpwent=yes ac_cv_func_erf=yes ac_cv_func_erfc=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_isnan=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_sgemm_=no 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_strsignal=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_fftw3_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_omp_h=yes 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_atlas_ATL_xerbla=no ac_cv_lib_blas_sgemm_=yes ac_cv_lib_complib_sgimath_sgemm_=no ac_cv_lib_curses_main=yes ac_cv_lib_cxml_sgemm_=no ac_cv_lib_dgemm_dgemm_=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_dxml_sgemm_=no ac_cv_lib_essl_sgemm_=no ac_cv_lib_fftw3_fftw_plan_dft_r2c=yes ac_cv_lib_gluegen2_rt_Java_jogamp_common_jvm_JVMUtil_initialize=yes ac_cv_lib_hdf5_H5Fopen=yes ac_cv_lib_jogl_desktop____glTexParameterf=yes ac_cv_lib_jogl_desktop_glTexParameterf=no ac_cv_lib_lapack___cheev_=yes ac_cv_lib_m_cos=yes ac_cv_lib_mkl_sgemm_=no ac_cv_lib_pcre_pcre_compile=no ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_scs_sgemm_=no ac_cv_lib_xml2_xmlReaderForFile=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='/usr/bin/grep -E' ac_cv_path_GMSGFMT=/usr/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_JAR=/usr/lib/jvm/java/bin/jar ac_cv_path_JAVA=/usr/lib/jvm/java/bin/java ac_cv_path_JAVADOC=/usr/lib/jvm/java/bin/javadoc ac_cv_path_JAVAH=/usr/lib/jvm/java/bin/javah ac_cv_path_JDB=/usr/lib/jvm/java/bin/jdb ac_cv_path_MSGCAT=/usr/bin/msgcat 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=/usr/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_PCRE_CONFIG=pcre-config ac_cv_prog_XML_CONFIG=xml2-config 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_f77_v=-v 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 pkg_cv_PCRE_CFLAGS=' ' pkg_cv_PCRE_LIBS='-L/usr/lib64 -lpcreposix -lpcre' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run aclocal-1.11' ALL_LINGUAS='en_US fr_FR zh_CN zh_TW ru_RU ca_ES de_DE es_ES pt_BR ja_JP it_IT uk_UA pl_PL cs_CZ' ALL_LINGUAS_DOC='en_US fr_FR pt_BR ja_JP ru_RU' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' ANT='/usr/bin/ant' ANTLR='/usr/share/java/antlr.jar' AR='' ARPACK_LIBS='-larpack' ARPACK_NG_FALSE='#' ARPACK_NG_TRUE='' ASM3='/usr/share/java/asm3/asm3.jar' AUTOCONF='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run autoconf' AUTOHEADER='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run autoheader' AUTOMAKE='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run automake-1.11' AVALON_FRAMEWORK='/usr/share/java/avalon-framework-api.jar' AWK='gawk' BATIK='/usr/share/java/batik-all.jar' BLAS_LIBS='-lblas' BUILD_HELP_FALSE='' BUILD_HELP_TRUE='' CC='gcc' CCACHE='' CCDEPMODE='depmode=gcc3' CFLAGS=' -g -O2' CHECKSTYLE='' COBERTURA='' CODE_COVERAGE_FALSE='' CODE_COVERAGE_TRUE='#' COMMONS_BEANUTILS='' COMMONS_IO='/usr/share/java/commons-io.jar' COMMONS_LOGGING='/usr/share/java/commons-logging.jar' COMPILATION_TESTS_FALSE='' COMPILATION_TESTS_TRUE='' CPP='gcc -E' CPPFLAGS='' CURL_CFLAGS='' CURL_CONFIG='' CURL_LIBS='' CURL_VERSION='' CXX='g++' CXXCPP='' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='' DEMOTOOLS_ENABLE='' DEPDIR='.deps' DOCBOOK_ROOT='' DOXYGEN_BIN='' DOXYGEN_FALSE='' DOXYGEN_TRUE='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_STATIC_FALSE='' ENABLE_STATIC_TRUE='' EXEEXT='' F77='gfortran' FFLAGS='-g -O2' FFTW3_LIB='-lfftw3' FFTW_ENABLE='yes' FFTW_FALSE='#' FFTW_TRUE='' FGREP='' FLEXDOCK='/usr/share/java/flexdock.jar' FLIBS=' -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-mageia-linux-gnu/4.7.2/../../.. -lpthread -ldl -lcurses -lgfortran -lm -lquadmath' FOP='/usr/share/java/fop.jar' FORCE_LINK_FALSE='' FORCE_LINK_TRUE='' GENERATE_LOCALIZATION_FILES_FALSE='#' GENERATE_LOCALIZATION_FILES_TRUE='' GENHTML='' GETTEXT_MACRO_VERSION='0.18' GIWS_BIN='' GIWS_FALSE='' GIWS_TRUE='#' GLUEGEN2_RT='/usr/share/java/gluegen2-rt.jar' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GRAPHICS_ENABLE='' GREP='/usr/bin/grep' GUI_ENABLE='yes' GUI_FALSE='#' GUI_TRUE='' HDF5_CFLAGS='' HDF5_LIBS='-lhdf5 -lhdf5_hl' 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/bin/jar' JAVA='/usr/lib/jvm/java/bin/java' JAVAC='/usr/lib/jvm/java/bin/javac' JAVAC_DEBUG='off' JAVADOC='/usr/lib/jvm/java/bin/javadoc' JAVAH='/usr/lib/jvm/java/bin/javah' JAVASCI_ENABLE='' JAVASCI_FALSE='#' JAVASCI_TRUE='' JAVA_ENABLE='yes' JAVA_G='/usr/lib/jvm/java/bin/java' JAVA_HOME='/usr/lib/jvm/java' JAVA_JNI_INCLUDE='-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux' JAVA_JNI_LIBS='-L/usr/lib/jvm/java/jre/lib/amd64 -ljava -lverify -L/usr/lib/jvm/java/jre/lib/amd64/server -ljvm' JDB='/usr/lib/jvm/java/bin/jdb' JEUCLID_CORE='/usr/share/java/jeuclid-core.jar' JGRAPHX='/usr/share/java/jgraphx.jar' JHALL='/usr/share/java/jhall.jar' JLATEXMATH='/usr/share/java/jlatexmath.jar' JLATEXMATH_FOP='' JOGL2='/usr/share/java/jogl2.jar' JROSETTA_API='/usr/share/java/jrosetta-API.jar' JROSETTA_ENGINE='/usr/share/java/jrosetta-engine.jar' JUNIT4='/usr/share/java/junit4.jar' LAPACK_LIBS='-llapack' LCOV='' LD='/usr/bin/ld' LDFLAGS='' LIBICONV='-liconv' LIBINTL='' LIBM='-lm' LIBOBJS='' LIBS='-L/usr/lib64 -lpcreposix -lpcre -lpthread -ldl -lcurses -lm' LIBTOOL='' LIPO='' LN_S='ln -s' LOGGING_LEVEL='SEVERE' LOOKS='/usr/share/java/jgoodies-looks.jar' LTLIBICONV='-liconv' LTLIBINTL='' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/kdevil/scilabsrc/scilab/config/missing --run makeinfo' MATIO_CFLAGS='' MATIO_ENABLE='' MATIO_FALSE='' MATIO_LIBS='' MATIO_TRUE='' MKDIR_P='/usr/bin/mkdir -p' MSGCAT='/usr/bin/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='-fopenmp' OPENMP_CXXFLAGS='-fopenmp' OPENMP_ENABLE='yes' OPENMP_FALSE='#' OPENMP_LIBS='-lgomp' 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-config' PCRE_LIBS='-L/usr/lib64 -lpcreposix -lpcre' PCRE_VERSION='8.32' PKG_CONFIG='/usr/bin/pkg-config' POSUB='po' POW_LIB='' PYTHON='' RANLIB='' RELOCATABLE='no' RELOCATABLE_VIA_LD_FALSE='' RELOCATABLE_VIA_LD_TRUE='#' RT_LIB='-lrt' SAXON='' SCILAB_BINARY_VERSION='5.5.0' SCILAB_LIBRARY_VERSION='5:5:0' SCILAB_VERSION_MAINTENANCE='0' SCILAB_VERSION_MAJOR='5' SCILAB_VERSION_MINOR='5' SCIRENDERER='${modules.dir}/scirenderer/${build.jar.dir}/scirenderer.jar' SCIRENDERER_CP='$SCILAB/modules/scirenderer/jar/scirenderer.jar' SCI_CFLAGS='' SCI_CXXFLAGS='' SCI_FFLAGS='' SCI_LDFLAGS='' SED='' SET_MAKE='' SET_RELOCATABLE='' SHELL='/bin/sh' SKINLF='/usr/share/java/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='' TK_INC_PATH='' UMFPACK_ENABLE='no' UMFPACK_FALSE='' UMFPACK_LIB='' UMFPACK_TRUE='#' USE_DYNAMIC_STACK_FALSE='#' USE_DYNAMIC_STACK_TRUE='' USE_NLS='yes' VERSION='5' WITH_OCAML='' WITH_TKSCI='' XCOS_ENABLE='yes' XCOS_FALSE='#' XCOS_TRUE='' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' XMKMF='' XMLGRAPHICS_COMMONS='/usr/share/java/xmlgraphics-commons.jar' XML_APIS_EXT='/usr/share/java/xml-apis-ext.jar' XML_CONFIG='xml2-config' XML_FLAGS='-I/usr/include/libxml2' XML_LIBS='-lxml2 -lz -lm -ldl' XML_VERSION='2.9.0' 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__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} 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} /home/kdevil/scilabsrc/scilab/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='/usr/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/home/kdevil/scilab' 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 "/home/kdevil/scilab" #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 "/home/kdevil/scilab" #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_XCOS /**/ #define HAVE_CLOCK_GETTIME 1 #define WITH_OCAML /**/ #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_STRSIGNAL 1 #define HAVE_POW 1 #define HAVE_SQRT 1 #define HAVE_FINITE 1 #define HAVE_FLOOR 1 #define HAVE_EXP10 1 #define HAVE_ERF 1 #define HAVE_ERFC 1 #define HAVE_ISNAN 1 #define HAVE_ISINF 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_FFTW /**/ #define HAVE_OMP_H 1 #define HAVE_LIBXML2 1 #define LIBXML_FLAGS "-I/usr/include/libxml2" #define LIBXML_LIBS "-lxml2 -lz -lm -ldl" #define HAVE_BIND_TEXTDOMAIN_CODESET 1 configure: exit 1
View Attachment As Raw
Actions:
View
Attachments on
bug 9052
: 3714