[SCM] Packaging for mathgl branch, master, updated. debian/1.11.2-1-4-gcb08e27

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Sat Jul 2 08:25:53 UTC 2011


The following commit has been merged in the master branch:
commit 9bf2f76302fd4a132282a20443cef68040f8058b
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Thu Jun 30 10:56:16 2011 +0300

    Remove config.log

diff --git a/config.log b/config.log
deleted file mode 100644
index 5b091e9..0000000
--- a/config.log
+++ /dev/null
@@ -1,1167 +0,0 @@
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by mathgl configure 1.11.2, which was
-generated by GNU Autoconf 2.68.  Invocation command line was
-
-  $ ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/mathgl --disable-maintainer-mode --disable-dependency-tracking --enable-all --enable-octave --enable-python
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = filippos
-uname -m = x86_64
-uname -r = 2.6.39-2-amd64
-uname -s = Linux
-uname -v = #1 SMP Wed Jun 8 11:01:04 UTC 2011
-
-/usr/bin/uname -p = unknown
-/bin/uname -X     = unknown
-
-/bin/arch              = unknown
-/usr/bin/arch -k       = unknown
-/usr/convex/getsysinfo = unknown
-/usr/bin/hostinfo      = unknown
-/bin/machine           = unknown
-/usr/bin/oslevel       = unknown
-/bin/universe          = unknown
-
-PATH: /usr/sbin
-PATH: /usr/bin
-PATH: /sbin
-PATH: /bin
-PATH: /usr/bin/X11
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-configure:2579: checking for a BSD-compatible install
-configure:2647: result: /usr/bin/install -c
-configure:2658: checking whether build environment is sane
-configure:2708: result: yes
-configure:2849: checking for a thread-safe mkdir -p
-configure:2888: result: /bin/mkdir -p
-configure:2901: checking for gawk
-configure:2917: found /usr/bin/gawk
-configure:2928: result: gawk
-configure:2939: checking whether make sets $(MAKE)
-configure:2961: result: yes
-configure:3090: checking for gcc
-configure:3106: found /usr/bin/gcc
-configure:3117: result: gcc
-configure:3346: checking for C compiler version
-configure:3355: gcc --version >&5
-gcc (Debian 4.6.1-1) 4.6.1
-Copyright (C) 2011 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:3366: $? = 0
-configure:3355: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
-Target: x86_64-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.1-1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
-Thread model: posix
-gcc version 4.6.1 (Debian 4.6.1-1) 
-configure:3366: $? = 0
-configure:3355: gcc -V >&5
-gcc: error: unrecognized option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:3366: $? = 1
-configure:3355: gcc -qversion >&5
-gcc: error: unrecognized option '-qversion'
-gcc: fatal error: no input files
-compilation terminated.
-configure:3366: $? = 1
-configure:3386: checking whether the C compiler works
-configure:3408: gcc -g -O2   conftest.c  >&5
-configure:3412: $? = 0
-configure:3460: result: yes
-configure:3463: checking for C compiler default output file name
-configure:3465: result: a.out
-configure:3471: checking for suffix of executables
-configure:3478: gcc -o conftest -g -O2   conftest.c  >&5
-configure:3482: $? = 0
-configure:3504: result: 
-configure:3526: checking whether we are cross compiling
-configure:3534: gcc -o conftest -g -O2   conftest.c  >&5
-configure:3538: $? = 0
-configure:3545: ./conftest
-configure:3549: $? = 0
-configure:3564: result: no
-configure:3569: checking for suffix of object files
-configure:3591: gcc -c -g -O2  conftest.c >&5
-configure:3595: $? = 0
-configure:3616: result: o
-configure:3620: checking whether we are using the GNU C compiler
-configure:3639: gcc -c -g -O2  conftest.c >&5
-configure:3639: $? = 0
-configure:3648: result: yes
-configure:3657: checking whether gcc accepts -g
-configure:3677: gcc -c -g  conftest.c >&5
-configure:3677: $? = 0
-configure:3718: result: yes
-configure:3735: checking for gcc option to accept ISO C89
-configure:3799: gcc  -c -g -O2  conftest.c >&5
-configure:3799: $? = 0
-configure:3812: result: none needed
-configure:3843: checking for style of include used by make
-configure:3871: result: GNU
-configure:3896: checking dependency style of gcc
-configure:4006: result: none
-configure:4079: checking for g++
-configure:4095: found /usr/bin/g++
-configure:4106: result: g++
-configure:4133: checking for C++ compiler version
-configure:4142: g++ --version >&5
-g++ (Debian 4.6.1-1) 4.6.1
-Copyright (C) 2011 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:4153: $? = 0
-configure:4142: g++ -v >&5
-Using built-in specs.
-COLLECT_GCC=g++
-COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
-Target: x86_64-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 4.6.1-1' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
-Thread model: posix
-gcc version 4.6.1 (Debian 4.6.1-1) 
-configure:4153: $? = 0
-configure:4142: g++ -V >&5
-g++: error: unrecognized option '-V'
-g++: fatal error: no input files
-compilation terminated.
-configure:4153: $? = 1
-configure:4142: g++ -qversion >&5
-g++: error: unrecognized option '-qversion'
-g++: fatal error: no input files
-compilation terminated.
-configure:4153: $? = 1
-configure:4157: checking whether we are using the GNU C++ compiler
-configure:4176: g++ -c -g -O2  conftest.cpp >&5
-configure:4176: $? = 0
-configure:4185: result: yes
-configure:4194: checking whether g++ accepts -g
-configure:4214: g++ -c -g  conftest.cpp >&5
-configure:4214: $? = 0
-configure:4255: result: yes
-configure:4280: checking dependency style of g++
-configure:4390: result: none
-configure:4411: checking build system type
-configure:4425: result: x86_64-pc-linux-gnu
-configure:4445: checking host system type
-configure:4458: result: x86_64-pc-linux-gnu
-configure:4831: checking how to print strings
-configure:4858: result: printf
-configure:4879: checking for a sed that does not truncate output
-configure:4943: result: /bin/sed
-configure:4961: checking for grep that handles long lines and -e
-configure:5019: result: /bin/grep
-configure:5024: checking for egrep
-configure:5086: result: /bin/grep -E
-configure:5091: checking for fgrep
-configure:5153: result: /bin/grep -F
-configure:5188: checking for ld used by gcc
-configure:5255: result: /usr/bin/ld
-configure:5262: checking if the linker (/usr/bin/ld) is GNU ld
-configure:5277: result: yes
-configure:5289: checking for BSD- or MS-compatible name lister (nm)
-configure:5338: result: /usr/bin/nm -B
-configure:5468: checking the name lister (/usr/bin/nm -B) interface
-configure:5475: g++ -c -g -O2  conftest.cpp >&5
-configure:5478: /usr/bin/nm -B "conftest.o"
-configure:5481: output
-0000000000000000 B some_variable
-configure:5488: result: BSD nm
-configure:5491: checking whether ln -s works
-configure:5495: result: yes
-configure:5503: checking the maximum length of command line arguments
-configure:5628: result: 3458764513820540925
-configure:5645: checking whether the shell understands some XSI constructs
-configure:5655: result: yes
-configure:5659: checking whether the shell understands "+="
-configure:5665: result: no
-configure:5700: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
-configure:5740: result: func_convert_file_noop
-configure:5747: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
-configure:5767: result: func_convert_file_noop
-configure:5774: checking for /usr/bin/ld option to reload object files
-configure:5781: result: -r
-configure:5855: checking for objdump
-configure:5882: result: objdump
-configure:5911: checking how to recognize dependent libraries
-configure:6113: result: pass_all
-configure:6198: checking for dlltool
-configure:6225: result: dlltool
-configure:6255: checking how to associate runtime and link libraries
-configure:6282: result: printf %s\n
-configure:6343: checking for ar
-configure:6359: found /usr/bin/ar
-configure:6370: result: ar
-configure:6407: checking for archiver @FILE support
-configure:6424: g++ -c -g -O2  conftest.cpp >&5
-configure:6424: $? = 0
-configure:6427: ar cru libconftest.a @conftest.lst >&5
-configure:6430: $? = 0
-configure:6435: ar cru libconftest.a @conftest.lst >&5
-ar: conftest.o: No such file or directory
-configure:6438: $? = 1
-configure:6450: result: @
-configure:6508: checking for strip
-configure:6524: found /usr/bin/strip
-configure:6535: result: strip
-configure:6607: checking for ranlib
-configure:6623: found /usr/bin/ranlib
-configure:6634: result: ranlib
-configure:6736: checking command to parse /usr/bin/nm -B output from gcc object
-configure:6855: g++ -c -g -O2  conftest.cpp >&5
-configure:6858: $? = 0
-configure:6862: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/  /p' | sed '/ __gnu_lto/d' \> conftest.nm
-configure:6865: $? = 0
-configure:6931: g++ -o conftest -g -O2   conftest.cpp conftstm.o >&5
-configure:6934: $? = 0
-configure:6972: result: ok
-configure:7009: checking for sysroot
-configure:7039: result: no
-configure:7117: g++ -c -g -O2  conftest.cpp >&5
-configure:7120: $? = 0
-configure:7283: checking for mt
-configure:7299: found /bin/mt
-configure:7310: result: mt
-configure:7333: checking if mt is a manifest tool
-configure:7339: mt '-?'
-configure:7347: result: no
-configure:7979: checking how to run the C preprocessor
-configure:8010: gcc -E  conftest.c
-configure:8010: $? = 0
-configure:8024: gcc -E  conftest.c
-conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
-compilation terminated.
-configure:8024: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:8049: result: gcc -E
-configure:8069: gcc -E  conftest.c
-configure:8069: $? = 0
-configure:8083: gcc -E  conftest.c
-conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
-compilation terminated.
-configure:8083: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:8112: checking for ANSI C header files
-configure:8132: gcc -c -g -O2  conftest.c >&5
-configure:8132: $? = 0
-configure:8205: gcc -o conftest -g -O2   conftest.c  >&5
-configure:8205: $? = 0
-configure:8205: ./conftest
-configure:8205: $? = 0
-configure:8216: result: yes
-configure:8229: checking for sys/types.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for sys/stat.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for stdlib.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for string.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for memory.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for strings.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for inttypes.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for stdint.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8229: checking for unistd.h
-configure:8229: gcc -c -g -O2  conftest.c >&5
-configure:8229: $? = 0
-configure:8229: result: yes
-configure:8243: checking for dlfcn.h
-configure:8243: gcc -c -g -O2  conftest.c >&5
-configure:8243: $? = 0
-configure:8243: result: yes
-configure:8436: checking for objdir
-configure:8451: result: .libs
-configure:8718: checking if gcc supports -fno-rtti -fno-exceptions
-configure:8736: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
-cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
-configure:8740: $? = 0
-configure:8753: result: no
-configure:9063: checking for gcc option to produce PIC
-configure:9070: result: -fPIC -DPIC
-configure:9078: checking if gcc PIC flag -fPIC -DPIC works
-configure:9096: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
-configure:9100: $? = 0
-configure:9113: result: yes
-configure:9142: checking if gcc static flag -static works
-configure:9170: result: yes
-configure:9185: checking if gcc supports -c -o file.o
-configure:9206: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
-configure:9210: $? = 0
-configure:9232: result: yes
-configure:9240: checking if gcc supports -c -o file.o
-configure:9287: result: yes
-configure:9320: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:10478: result: yes
-configure:10515: checking whether -lc should be explicitly linked in
-configure:10523: gcc -c -g -O2  conftest.c >&5
-configure:10526: $? = 0
-configure:10541: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
-configure:10544: $? = 0
-configure:10558: result: no
-configure:10723: checking dynamic linker characteristics
-configure:11237: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
-configure:11237: $? = 0
-configure:11463: result: GNU/Linux ld.so
-configure:11570: checking how to hardcode library paths into programs
-configure:11595: result: immediate
-configure:11689: checking for shl_load
-configure:11689: gcc -o conftest -g -O2   conftest.c  >&5
-/tmp/ccHY261l.o: In function `main':
-/home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/conftest.c:57: undefined reference to `shl_load'
-collect2: ld returned 1 exit status
-configure:11689: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* end confdefs.h.  */
-| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-| #define shl_load innocuous_shl_load
-| 
-| /* System header to define __stub macros and hopefully few prototypes,
-|     which can conflict with char shl_load (); 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 shl_load
-| 
-| /* 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 shl_load ();
-| /* 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_shl_load || defined __stub___shl_load
-| choke me
-| #endif
-| 
-| int
-| main ()
-| {
-| return shl_load ();
-|   ;
-|   return 0;
-| }
-configure:11689: result: no
-configure:11693: checking for shl_load in -ldld
-configure:11718: gcc -o conftest -g -O2   conftest.c -ldld   >&5
-/usr/bin/ld: cannot find -ldld
-collect2: ld returned 1 exit status
-configure:11718: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* 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 shl_load ();
-| int
-| main ()
-| {
-| return shl_load ();
-|   ;
-|   return 0;
-| }
-configure:11727: result: no
-configure:11732: checking for dlopen
-configure:11732: gcc -o conftest -g -O2   conftest.c  >&5
-/tmp/ccNZ6E9p.o: In function `main':
-/home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/conftest.c:57: undefined reference to `dlopen'
-collect2: ld returned 1 exit status
-configure:11732: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* end confdefs.h.  */
-| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
-|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-| #define dlopen innocuous_dlopen
-| 
-| /* System header to define __stub macros and hopefully few prototypes,
-|     which can conflict with char dlopen (); 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 dlopen
-| 
-| /* 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 dlopen ();
-| /* 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_dlopen || defined __stub___dlopen
-| choke me
-| #endif
-| 
-| int
-| main ()
-| {
-| return dlopen ();
-|   ;
-|   return 0;
-| }
-configure:11732: result: no
-configure:11736: checking for dlopen in -ldl
-configure:11761: gcc -o conftest -g -O2   conftest.c -ldl   >&5
-configure:11761: $? = 0
-configure:11770: result: yes
-configure:11889: checking whether a program can dlopen itself
-configure:11969: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
-configure:11972: $? = 0
-configure:11990: result: yes
-configure:11995: checking whether a statically linked program can dlopen itself
-configure:12075: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
-/tmp/ccmNJxED.o: In function `main':
-/home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/configure:12054: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
-/usr/bin/ld: dynamic STT_GNU_IFUNC symbol `strcmp' with pointer equality in `/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.6.1/../../../libc.a(strcmp.o)' can not be used when making an executable; recompile with -fPIE and relink with -pie
-collect2: ld returned 1 exit status
-configure:12078: $? = 1
-configure:12096: result: no
-configure:12135: checking whether stripping libraries is possible
-configure:12140: result: yes
-configure:12175: checking if libtool supports shared libraries
-configure:12177: result: yes
-configure:12180: checking whether to build shared libraries
-configure:12201: result: yes
-configure:12204: checking whether to build static libraries
-configure:12208: result: yes
-configure:12231: checking how to run the C++ preprocessor
-configure:12258: g++ -E  conftest.cpp
-configure:12258: $? = 0
-configure:12272: g++ -E  conftest.cpp
-conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
-compilation terminated.
-configure:12272: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:12297: result: g++ -E
-configure:12317: g++ -E  conftest.cpp
-configure:12317: $? = 0
-configure:12331: g++ -E  conftest.cpp
-conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
-compilation terminated.
-configure:12331: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* end confdefs.h.  */
-| #include <ac_nonexistent.h>
-configure:12501: checking for ld used by g++
-configure:12568: result: /usr/bin/ld -m elf_x86_64
-configure:12575: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
-configure:12590: result: yes
-configure:12645: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:13649: result: yes
-configure:13684: g++ -c -g -O2  conftest.cpp >&5
-configure:13687: $? = 0
-configure:14207: checking for g++ option to produce PIC
-configure:14214: result: -fPIC -DPIC
-configure:14222: checking if g++ PIC flag -fPIC -DPIC works
-configure:14240: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
-configure:14244: $? = 0
-configure:14257: result: yes
-configure:14280: checking if g++ static flag -static works
-configure:14308: result: yes
-configure:14320: checking if g++ supports -c -o file.o
-configure:14341: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
-configure:14345: $? = 0
-configure:14367: result: yes
-configure:14372: checking if g++ supports -c -o file.o
-configure:14419: result: yes
-configure:14449: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:14483: result: yes
-configure:14626: checking dynamic linker characteristics
-configure:15300: result: GNU/Linux ld.so
-configure:15353: checking how to hardcode library paths into programs
-configure:15378: result: immediate
-configure:15496: checking pthread.h usability
-configure:15496: g++ -c -g -O2  conftest.cpp >&5
-configure:15496: $? = 0
-configure:15496: result: yes
-configure:15496: checking pthread.h presence
-configure:15496: g++ -E  conftest.cpp
-configure:15496: $? = 0
-configure:15496: result: yes
-configure:15496: checking for pthread.h
-configure:15496: result: yes
-configure:15505: checking for main in -lpthread
-configure:15524: g++ -o conftest -g -O2   conftest.cpp -lpthread   >&5
-configure:15524: $? = 0
-configure:15533: result: yes
-configure:15566: checking for gsl-config
-configure:15582: found /usr/bin/gsl-config
-configure:15593: result: -I/usr/include
-configure:15603: checking for gsl-config
-configure:15619: found /usr/bin/gsl-config
-configure:15630: result: -L/usr/lib -lgsl -lgslcblas -lm
-configure:15779: checking GL/gl.h usability
-configure:15779: g++ -c -g -O2  conftest.cpp >&5
-configure:15779: $? = 0
-configure:15779: result: yes
-configure:15779: checking GL/gl.h presence
-configure:15779: g++ -E  conftest.cpp
-configure:15779: $? = 0
-configure:15779: result: yes
-configure:15779: checking for GL/gl.h
-configure:15779: result: yes
-configure:15788: checking for main in -lGL
-configure:15807: g++ -o conftest -g -O2   conftest.cpp -lGL   >&5
-configure:15807: $? = 0
-configure:15817: result: yes
-configure:15826: checking GL/glut.h usability
-configure:15826: g++ -c -g -O2  conftest.cpp >&5
-configure:15826: $? = 0
-configure:15826: result: yes
-configure:15826: checking GL/glut.h presence
-configure:15826: g++ -E  conftest.cpp
-configure:15826: $? = 0
-configure:15826: result: yes
-configure:15826: checking for GL/glut.h
-configure:15826: result: yes
-configure:15835: checking for main in -lglut
-configure:15854: g++ -o conftest -g -O2   conftest.cpp -lglut   >&5
-configure:15854: $? = 0
-configure:15864: result: yes
-configure:15916: checking hdf5.h usability
-configure:15916: g++ -c -g -O2  conftest.cpp >&5
-In file included from /usr/include/hdf5.h:24:0,
-                 from conftest.cpp:57:
-/usr/include/H5public.h:57:20: fatal error: mpi.h: No such file or directory
-compilation terminated.
-configure:15916: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define MGL_USE_DOUBLE 0
-| /* 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 <hdf5.h>
-configure:15916: result: no
-configure:15916: checking hdf5.h presence
-configure:15916: g++ -E  conftest.cpp
-In file included from /usr/include/hdf5.h:24:0,
-                 from conftest.cpp:24:
-/usr/include/H5public.h:57:20: fatal error: mpi.h: No such file or directory
-compilation terminated.
-configure:15916: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME "mathgl"
-| #define PACKAGE_TARNAME "mathgl"
-| #define PACKAGE_VERSION "1.11.2"
-| #define PACKAGE_STRING "mathgl 1.11.2"
-| #define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-| #define PACKAGE_URL ""
-| #define PACKAGE "mathgl"
-| #define VERSION "1.11.2"
-| #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 HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define MGL_USE_DOUBLE 0
-| /* end confdefs.h.  */
-| #include <hdf5.h>
-configure:15916: result: no
-configure:15916: checking for hdf5.h
-configure:15916: result: no
-
-## ---------------- ##
-## Cache variables. ##
-## ---------------- ##
-
-ac_cv_build='x86_64-pc-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='set'
-ac_cv_env_CFLAGS_value='-g -O2'
-ac_cv_env_CPPFLAGS_set='set'
-ac_cv_env_CPPFLAGS_value=''
-ac_cv_env_CPP_set=''
-ac_cv_env_CPP_value=''
-ac_cv_env_CXXCPP_set=''
-ac_cv_env_CXXCPP_value=''
-ac_cv_env_CXXFLAGS_set='set'
-ac_cv_env_CXXFLAGS_value='-g -O2'
-ac_cv_env_CXX_set=''
-ac_cv_env_CXX_value=''
-ac_cv_env_LDFLAGS_set='set'
-ac_cv_env_LDFLAGS_value=''
-ac_cv_env_LIBS_set=''
-ac_cv_env_LIBS_value=''
-ac_cv_env_TMPDIR_set=''
-ac_cv_env_TMPDIR_value=''
-ac_cv_env_build_alias_set='set'
-ac_cv_env_build_alias_value='x86_64-linux-gnu'
-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_func_dlopen='no'
-ac_cv_func_shl_load='no'
-ac_cv_header_GL_gl_h='yes'
-ac_cv_header_GL_glut_h='yes'
-ac_cv_header_dlfcn_h='yes'
-ac_cv_header_hdf5_h='no'
-ac_cv_header_inttypes_h='yes'
-ac_cv_header_memory_h='yes'
-ac_cv_header_pthread_h='yes'
-ac_cv_header_stdc='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_stat_h='yes'
-ac_cv_header_sys_types_h='yes'
-ac_cv_header_unistd_h='yes'
-ac_cv_host='x86_64-pc-linux-gnu'
-ac_cv_lib_GL___main='yes'
-ac_cv_lib_dl_dlopen='yes'
-ac_cv_lib_dld_shl_load='no'
-ac_cv_lib_glut___main='yes'
-ac_cv_lib_pthread_main='yes'
-ac_cv_objext='o'
-ac_cv_path_EGREP='/bin/grep -E'
-ac_cv_path_FGREP='/bin/grep -F'
-ac_cv_path_GREP='/bin/grep'
-ac_cv_path_SED='/bin/sed'
-ac_cv_path_install='/usr/bin/install -c'
-ac_cv_path_mkdir='/bin/mkdir'
-ac_cv_prog_AWK='gawk'
-ac_cv_prog_CPP='gcc -E'
-ac_cv_prog_CXXCPP='g++ -E'
-ac_cv_prog_GSL_FLAGS='-I/usr/include'
-ac_cv_prog_GSL_LIBS='-L/usr/lib -lgsl -lgslcblas -lm'
-ac_cv_prog_ac_ct_AR='ar'
-ac_cv_prog_ac_ct_CC='gcc'
-ac_cv_prog_ac_ct_CXX='g++'
-ac_cv_prog_ac_ct_DLLTOOL='dlltool'
-ac_cv_prog_ac_ct_MANIFEST_TOOL='mt'
-ac_cv_prog_ac_ct_OBJDUMP='objdump'
-ac_cv_prog_ac_ct_RANLIB='ranlib'
-ac_cv_prog_ac_ct_STRIP='strip'
-ac_cv_prog_cc_c89=''
-ac_cv_prog_cc_g='yes'
-ac_cv_prog_cxx_g='yes'
-ac_cv_prog_make_make_set='yes'
-am_cv_CC_dependencies_compiler_type='none'
-am_cv_CXX_dependencies_compiler_type='none'
-lt_cv_ar_at_file='@'
-lt_cv_archive_cmds_need_lc='no'
-lt_cv_deplibs_check_method='pass_all'
-lt_cv_dlopen='dlopen'
-lt_cv_dlopen_libs='-ldl'
-lt_cv_dlopen_self='yes'
-lt_cv_dlopen_self_static='no'
-lt_cv_file_magic_cmd='$MAGIC_CMD'
-lt_cv_file_magic_test_file=''
-lt_cv_ld_reload_flag='-r'
-lt_cv_nm_interface='BSD nm'
-lt_cv_objdir='.libs'
-lt_cv_path_LD='/usr/bin/ld'
-lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
-lt_cv_path_NM='/usr/bin/nm -B'
-lt_cv_path_mainfest_tool='no'
-lt_cv_prog_compiler_c_o='yes'
-lt_cv_prog_compiler_c_o_CXX='yes'
-lt_cv_prog_compiler_pic='-fPIC -DPIC'
-lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
-lt_cv_prog_compiler_pic_works='yes'
-lt_cv_prog_compiler_pic_works_CXX='yes'
-lt_cv_prog_compiler_rtti_exceptions='no'
-lt_cv_prog_compiler_static_works='yes'
-lt_cv_prog_compiler_static_works_CXX='yes'
-lt_cv_prog_gnu_ld='yes'
-lt_cv_prog_gnu_ldcxx='yes'
-lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
-lt_cv_shlibpath_overrides_runpath='no'
-lt_cv_sys_global_symbol_pipe='sed -n -e '"'"'s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'"'"' | sed '"'"'/ __gnu_lto/d'"'"
-lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '"'"'s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'"'"
-lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '"'"'s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'"'"
-lt_cv_sys_global_symbol_to_cdecl='sed -n -e '"'"'s/^T .* \(.*\)$/extern int \1();/p'"'"' -e '"'"'s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'"'"
-lt_cv_sys_max_cmd_len='3458764513820540925'
-lt_cv_to_host_file_cmd='func_convert_file_noop'
-lt_cv_to_tool_file_cmd='func_convert_file_noop'
-
-## ----------------- ##
-## Output variables. ##
-## ----------------- ##
-
-ACLOCAL='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/missing --run aclocal-1.11'
-AMDEPBACKSLASH=''
-AMDEP_FALSE=''
-AMDEP_TRUE='#'
-AMTAR='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/missing --run tar'
-AM_CXXFLAGS=''
-AR='ar'
-AS='as'
-AUTOCONF='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/missing --run autoconf'
-AUTOHEADER='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/missing --run autoheader'
-AUTOMAKE='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/missing --run automake-1.11'
-AWK='gawk'
-CC='gcc'
-CCDEPMODE='depmode=none'
-CFLAGS='-g -O2'
-CPP='gcc -E'
-CPPFLAGS=''
-CXX='g++'
-CXXCPP='g++ -E'
-CXXDEPMODE='depmode=none'
-CXXFLAGS='-g -O2'
-CYGPATH_W='echo'
-DEFS=''
-DEPDIR='.deps'
-DLLTOOL='dlltool'
-DSYMUTIL=''
-DUMPBIN=''
-ECHO_C=''
-ECHO_N='-n'
-ECHO_T=''
-EGREP='/bin/grep -E'
-EXEEXT=''
-FGREP='/bin/grep -F'
-FLTK_FLAGS=''
-FLTK_LIBS=''
-GIF_FLAGS=''
-GIF_LIBS=''
-GLUT_FLAGS='-DHAVE_GLUT'
-GLUT_LIBS='-lglut'
-GL_LIBS='-lGL'
-GREP='/bin/grep'
-GSL_FLAGS='-I/usr/include'
-GSL_LIBS='-L/usr/lib -lgsl -lgslcblas -lm'
-HAVE_SWIG=''
-HDF4_FLAGS=''
-HDF4_LIBS=''
-HDF5_FLAGS=''
-HDF5_LIBS=''
-INSTALL_DATA='${INSTALL} -m 644'
-INSTALL_PROGRAM='${INSTALL}'
-INSTALL_SCRIPT='${INSTALL}'
-INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
-JPEG_FLAGS=''
-JPEG_LIBS=''
-LD='/usr/bin/ld -m elf_x86_64'
-LDFLAGS=''
-LIBOBJS=''
-LIBS=''
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-LIPO=''
-LN_S='ln -s'
-LTLIBOBJS=''
-MAKEINFO='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/missing --run makeinfo'
-MANIFEST_TOOL=':'
-MGL_AGE='0'
-MGL_CURRENT='5'
-MGL_RELEASE='1.11.2'
-MGL_REVISION='0'
-MKDIR_P='/bin/mkdir -p'
-MOC=''
-NM='/usr/bin/nm -B'
-NMEDIT=''
-OBJDUMP='objdump'
-OBJEXT='o'
-OCTAVE=''
-OCTAVE_ARCH=''
-OCTAVE_INCFLAGS=''
-OTOOL64=''
-OTOOL=''
-PACKAGE='mathgl'
-PACKAGE_BUGREPORT='mathgl.abalakin at gmail.com'
-PACKAGE_NAME='mathgl'
-PACKAGE_STRING='mathgl 1.11.2'
-PACKAGE_TARNAME='mathgl'
-PACKAGE_URL=''
-PACKAGE_VERSION='1.11.2'
-PATH_SEPARATOR=':'
-PNG_LIBS=''
-PTHREAD_FLAGS='-DHAVE_PTHREAD'
-PTHREAD_LIBS='-lpthread'
-PYTHON=''
-PYTHON_EXEC_PREFIX=''
-PYTHON_HEADERS=''
-PYTHON_PLATFORM=''
-PYTHON_PREFIX=''
-PYTHON_VERSION=''
-QMAKE=''
-QT_CFLAGS=''
-QT_CPPFLAGS=''
-QT_CXXFLAGS=''
-QT_DEFINES=''
-QT_INCPATH=''
-QT_LDFLAGS=''
-QT_LFLAGS=''
-QT_LIBS=''
-QT_PATH=''
-QT_VERSION=''
-QT_VERSION_MAJOR=''
-RANLIB='ranlib'
-RCC=''
-SED='/bin/sed'
-SET_MAKE=''
-SHELL='/bin/sh'
-STRIP='strip'
-TMPDIR=''
-U3D_LIBS=''
-UIC=''
-USE_DOCS_FALSE=''
-USE_DOCS_TRUE=''
-USE_FLTK_FALSE=''
-USE_FLTK_TRUE=''
-USE_GIF_FALSE=''
-USE_GIF_TRUE=''
-USE_GLUT_FALSE='#'
-USE_GLUT_TRUE=''
-USE_GSL_FALSE='#'
-USE_GSL_TRUE=''
-USE_HDF4_FALSE=''
-USE_HDF4_TRUE=''
-USE_HDF5_FALSE=''
-USE_HDF5_TRUE=''
-USE_JPEG_FALSE=''
-USE_JPEG_TRUE=''
-USE_OCTAVE_FALSE=''
-USE_OCTAVE_TRUE=''
-USE_PDF_FALSE=''
-USE_PDF_TRUE=''
-USE_PTHREAD_FALSE='#'
-USE_PTHREAD_TRUE=''
-USE_PYTHON_FALSE=''
-USE_PYTHON_TRUE=''
-USE_QT_FALSE=''
-USE_QT_TRUE=''
-USE_TESTIO_FALSE=''
-USE_TESTIO_TRUE=''
-USE_U3D_FALSE=''
-USE_U3D_TRUE=''
-USE_WX_FALSE=''
-USE_WX_TRUE=''
-VERSION='1.11.2'
-WX_FLAGS=''
-WX_LIBS=''
-ac_ct_AR='ar'
-ac_ct_CC='gcc'
-ac_ct_CXX='g++'
-ac_ct_DUMPBIN=''
-am__EXEEXT_FALSE=''
-am__EXEEXT_TRUE=''
-am__fastdepCC_FALSE=''
-am__fastdepCC_TRUE='#'
-am__fastdepCXX_FALSE=''
-am__fastdepCXX_TRUE='#'
-am__include='include'
-am__isrc=''
-am__leading_dot='.'
-am__quote=''
-am__tar='${AMTAR} chof - "$$tardir"'
-am__untar='${AMTAR} xf -'
-bindir='${exec_prefix}/bin'
-build='x86_64-pc-linux-gnu'
-build_alias='x86_64-linux-gnu'
-build_cpu='x86_64'
-build_os='linux-gnu'
-build_vendor='pc'
-datadir='${datarootdir}'
-datarootdir='${prefix}/share'
-docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-dvidir='${docdir}'
-exec_prefix='NONE'
-host='x86_64-pc-linux-gnu'
-host_alias=''
-host_cpu='x86_64'
-host_os='linux-gnu'
-host_vendor='pc'
-htmldir='${docdir}'
-includedir='${prefix}/include'
-infodir='${prefix}/share/info'
-install_sh='${SHELL} /home/eftaxiop/Αρχεία/Γενικά/Λογισμικό/mathgl/Δημιουργία_πακέτου_για_το_Debian_Linux/mathgl-1.11.2/config/install-sh'
-libdir='${exec_prefix}/lib'
-libexecdir='${prefix}/lib/mathgl'
-localedir='${datarootdir}/locale'
-localstatedir='/var'
-mandir='${prefix}/share/man'
-mkdir_p='/bin/mkdir -p'
-oldincludedir='/usr/include'
-pdfdir='${docdir}'
-pkgpyexecdir=''
-pkgpythondir=''
-prefix='/usr'
-program_transform_name='s,x,x,'
-psdir='${docdir}'
-pyexecdir=''
-pythondir=''
-sbindir='${exec_prefix}/sbin'
-sharedstatedir='${prefix}/com'
-sysconfdir='/etc'
-target_alias=''
-
-## ----------- ##
-## confdefs.h. ##
-## ----------- ##
-
-/* confdefs.h */
-#define PACKAGE_NAME "mathgl"
-#define PACKAGE_TARNAME "mathgl"
-#define PACKAGE_VERSION "1.11.2"
-#define PACKAGE_STRING "mathgl 1.11.2"
-#define PACKAGE_BUGREPORT "mathgl.abalakin at gmail.com"
-#define PACKAGE_URL ""
-#define PACKAGE "mathgl"
-#define VERSION "1.11.2"
-#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 HAVE_DLFCN_H 1
-#define LT_OBJDIR ".libs/"
-#define MGL_USE_DOUBLE 0
-
-configure: exit 0

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list