[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Compiling Scilab 4.0 from source at Debian AMD64



João Marcelo wrote:
Hello Community,

I am trying to compile Scilab (http://www.scilab.org/index.php) from source on my Debian AMD 64. After unpacking the tarball, i get the following error running ./configure:

no1:/usr/local/clustertools/pacotes/scilab-4.0# ./configure --prefix=/usr/local/clustertools/scilab --exec-prefix=/usr/local/clustertools/scilab/bin/ --with-tcl-library='/usr/lib64/tcl8.4' --with-tk-library='/usr/lib64/tk8.4' --with-tcl-include=/usr/include --with-tk-include=/usr/include

checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
creating Path.incl
configuration of libtool
checking for gcc... gcc
...... ( lots of OK stuff )
checking limits.h usability... no
checking limits.h presence... yes
configure: WARNING: limits.h: present but cannot be compiled
configure: WARNING: limits.h: check for missing prerequisite headers?
configure: WARNING: limits.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##
checking for limits.h... yes
checking values.h usability... no
checking values.h presence... yes
configure: WARNING: values.h: present but cannot be compiled
configure: WARNING: values.h: check for missing prerequisite headers?
configure: WARNING: values.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to bug-autoconf@gnu.org. ##
configure: WARNING:     ## ------------------------------------ ##
checking for values.h... yes
checking for main in -lncurses... no
checking for main in -lcurses... no
checking for main in -ltermcap... no
checking for main in -ltermlib... no
checking for PVM architecture... LINUX64
checking for main in -ldl... no
checking for header file tcl.h... found in /usr/include/tcl8.4
checking if tcl is version 8.4 or later... cc1: error: bad value (athlon64) for -march= switch
cc1: error: bad value (athlon64) for -mcpu= switch
(can't happen) yes
checking for tcl library tcl.... configure: error: header file tcl.h has been found for 8.4* but no corresponding tcl library


First, i don't understand the warning about limits.h, but the main problem is the "supposed" absence of tcl and the error with cc1.

This is my kernel :  2.6.8-11-amd64-k8-smp
My gcc: gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)

The output of dpkg --list | grep tcl :
ii tcl8.0 8.0.5-8 Tcl (the Tool Command Language) v8.0 - run-t ii tcl8.4 8.4.9-1 Tcl (the Tool Command Language) v8.4 - run-t ii tcl8.4-dev 8.4.9-1 Tcl (the Tool Command Language) v8.4 - devel
ii  tcllib         1.6.1-1        The Standard Tcl Library


Any tips?

------------------------------------------------------------------------
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! <http://us.rd.yahoo.com/mail/br/tagline/mobile_alerts/*http://br.mobile.yahoo.com/mailalertas/>
FWIW, I have successfully compiled scilab on amd64, although it is not a cluster. Once I installed the -dev packages for tk and tcl, everything compiled. Also, I didn't have to point the configuration at the include or library directories. One thing I noticed in your config output is that you don't have the ncurses libraries. You should. I attach my config.log for your convenience.

Art Edwards

--
Arthur H. Edwards
Senior Research Physicist
Air Force Research Laboratory
AFRL/VSSE
Bldg. 914
3550 Aberdeen Ave. SE
KAFB, NM 87117-5776

(505) 853-6042 (O)
(505) 463-6722 (C)
(505) 846-2290 (F)

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

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --without-pvm

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

hostname = chalcogenide
uname -m = x86_64
uname -r = 2.6.12-1-amd64-generic
uname -s = Linux
uname -v = #1 Fri Jul 22 18:12:08 CEST 2005

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

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

PATH: /home/edwardsa/WIEN97
PATH: .
PATH: /home/edwardsa
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /home/edwardsa/office52
PATH: /usr/local/netscape
PATH: /usr/local/bin
PATH: /
PATH: /home/edwardsa/gamess
PATH: /usr/local/j2re1.4.2/bin
PATH: /etc
PATH: .


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

configure:1520: checking build system type
configure:1538: result: x86_64-unknown-linux-gnu
configure:1546: checking host system type
configure:1560: result: x86_64-unknown-linux-gnu
configure:2264: checking for gcc
configure:2280: found /usr/X11R6/bin/gcc
configure:2290: result: gcc
configure:2534: checking for C compiler version
configure:2537: gcc --version </dev/null >&5
gcc (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
Copyright (C) 2006 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:2540: $? = 0
configure:2542: gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:2545: $? = 0
configure:2547: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2550: $? = 1
configure:2574: checking for C compiler default output
configure:2577: gcc    conftest.c  >&5
configure:2580: $? = 0
configure:2626: result: a.out
configure:2631: checking whether the C compiler works
configure:2637: ./a.out
configure:2640: $? = 0
configure:2657: result: yes
configure:2664: checking whether we are cross compiling
configure:2666: result: no
configure:2669: checking for suffix of executables
configure:2671: gcc -o conftest    conftest.c  >&5
configure:2674: $? = 0
configure:2699: result: 
configure:2705: checking for suffix of object files
configure:2727: gcc -c   conftest.c >&5
configure:2730: $? = 0
configure:2752: result: o
configure:2756: checking whether we are using the GNU C compiler
configure:2781: gcc -c   conftest.c >&5
configure:2784: $? = 0
configure:2787: test -s conftest.o
configure:2790: $? = 0
configure:2803: result: yes
configure:2809: checking whether gcc accepts -g
configure:2831: gcc -c -g  conftest.c >&5
configure:2834: $? = 0
configure:2837: test -s conftest.o
configure:2840: $? = 0
configure:2851: result: yes
configure:2868: checking for gcc option to accept ANSI C
configure:2929: gcc  -c -g -O2  conftest.c >&5
configure:2932: $? = 0
configure:2935: test -s conftest.o
configure:2938: $? = 0
configure:2956: result: none needed
configure:2974: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2977: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3086: checking for a sed that does not truncate output
configure:3140: result: /bin/sed
configure:3143: checking for egrep
configure:3153: result: grep -E
configure:3169: checking for ld used by gcc
configure:3236: result: /usr/X11R6/bin/ld
configure:3245: checking if the linker (/usr/X11R6/bin/ld) is GNU ld
configure:3260: result: yes
configure:3265: checking for /usr/X11R6/bin/ld option to reload object files
configure:3272: result: -r
configure:3290: checking for BSD-compatible nm
configure:3332: result: /usr/X11R6/bin/nm -B
configure:3336: checking whether ln -s works
configure:3340: result: yes
configure:3347: checking how to recognise dependent libraries
configure:3519: result: pass_all
configure:3604: gcc -c -g -O2  conftest.c >&5
configure:3607: $? = 0
configure:3723: checking how to run the C preprocessor
configure:3759: gcc -E  conftest.c
configure:3765: $? = 0
configure:3797: gcc -E  conftest.c
configure:3796:28: error: ac_nonexistent.h: No such file or directory
configure:3803: $? = 1
configure: failed program was:
| #line 3788 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3841: result: gcc -E
configure:3866: gcc -E  conftest.c
configure:3872: $? = 0
configure:3904: gcc -E  conftest.c
configure:3903:28: error: ac_nonexistent.h: No such file or directory
configure:3910: $? = 1
configure: failed program was:
| #line 3895 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3953: checking for ANSI C header files
configure:3979: gcc -c -g -O2  conftest.c >&5
configure:3982: $? = 0
configure:3985: test -s conftest.o
configure:3988: $? = 0
configure:4080: gcc -o conftest -g -O2   conftest.c  >&5
configure: In function 'main':
configure:4073: warning: incompatible implicit declaration of built-in function 'exit'
configure:4083: $? = 0
configure:4085: ./conftest
configure:4088: $? = 0
configure:4103: result: yes
configure:4127: checking for sys/types.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for sys/stat.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for stdlib.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for string.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for memory.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for strings.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for inttypes.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for stdint.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4127: checking for unistd.h
configure:4144: gcc -c -g -O2  conftest.c >&5
configure:4147: $? = 0
configure:4150: test -s conftest.o
configure:4153: $? = 0
configure:4164: result: yes
configure:4190: checking dlfcn.h usability
configure:4203: gcc -c -g -O2  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4222: result: yes
configure:4226: checking dlfcn.h presence
configure:4237: gcc -E  conftest.c
configure:4243: $? = 0
configure:4262: result: yes
configure:4298: checking for dlfcn.h
configure:4305: result: yes
configure:4370: checking for g++
configure:4386: found /usr/X11R6/bin/g++
configure:4396: result: g++
configure:4412: checking for C++ compiler version
configure:4415: g++ --version </dev/null >&5
g++ (GCC) 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
Copyright (C) 2006 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:4418: $? = 0
configure:4420: g++ -v </dev/null >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr --disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.4 20060507 (prerelease) (Debian 4.0.3-3)
configure:4423: $? = 0
configure:4425: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:4428: $? = 1
configure:4431: checking whether we are using the GNU C++ compiler
configure:4456: g++ -c   conftest.cc >&5
configure:4459: $? = 0
configure:4462: test -s conftest.o
configure:4465: $? = 0
configure:4478: result: yes
configure:4484: checking whether g++ accepts -g
configure:4506: g++ -c -g  conftest.cc >&5
configure:4509: $? = 0
configure:4512: test -s conftest.o
configure:4515: $? = 0
configure:4526: result: yes
configure:4570: g++ -c -g -O2  conftest.cc >&5
configure:4573: $? = 0
configure:4576: test -s conftest.o
configure:4579: $? = 0
configure:4606: g++ -c -g -O2  conftest.cc >&5
configure: In function 'int main()':
configure:4612: error: 'exit' was not declared in this scope
configure:4609: $? = 1
configure: failed program was:
| #line 4589 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4570: g++ -c -g -O2  conftest.cc >&5
configure:4573: $? = 0
configure:4576: test -s conftest.o
configure:4579: $? = 0
configure:4606: g++ -c -g -O2  conftest.cc >&5
configure:4609: $? = 0
configure:4612: test -s conftest.o
configure:4615: $? = 0
configure:4648: checking how to run the C++ preprocessor
configure:4680: g++ -E  conftest.cc
configure:4686: $? = 0
configure:4718: g++ -E  conftest.cc
configure:4731:28: error: ac_nonexistent.h: No such file or directory
configure:4724: $? = 1
configure: failed program was:
| #line 4709 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4762: result: g++ -E
configure:4787: g++ -E  conftest.cc
configure:4793: $? = 0
configure:4825: g++ -E  conftest.cc
configure:4838:28: error: ac_nonexistent.h: No such file or directory
configure:4831: $? = 1
configure: failed program was:
| #line 4816 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4927: checking for g77
configure:4943: found /usr/X11R6/bin/g77
configure:4953: result: g77
configure:4968: checking for Fortran 77 compiler version
configure:4971: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.4.6 (Debian 3.4.6-1)
Copyright (C) 2006 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
or type the command `info -f g77 Copying'.
configure:4974: $? = 0
configure:4976: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc/x86_64-linux-gnu/3.4.6/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,pascal --prefix=/usr --libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --program-suffix=-3.4 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug x86_64-linux-gnu
Thread model: posix
gcc version 3.4.6 (Debian 3.4.6-1)
configure:4979: $? = 0
configure:4981: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:4984: $? = 1
configure:4991: checking whether we are using the GNU Fortran 77 compiler
configure:5005: g77 -c  conftest.F >&5
configure:5008: $? = 0
configure:5011: test -s conftest.o
configure:5014: $? = 0
configure:5027: result: yes
configure:5034: checking whether g77 accepts -g
configure:5046: g77 -c -g conftest.f >&5
configure:5049: $? = 0
configure:5052: test -s conftest.o
configure:5055: $? = 0
configure:5067: result: yes
configure:5095: checking the maximum length of command line arguments
configure:5187: result: 32768
configure:5198: checking command to parse /usr/X11R6/bin/nm -B output from gcc object
configure:5294: gcc -c -g -O2  conftest.c >&5
configure:5297: $? = 0
configure:5301: /usr/X11R6/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5304: $? = 0
configure:5356: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5359: $? = 0
configure:5397: result: ok
configure:5401: checking for objdir
configure:5416: result: .libs
configure:5506: checking for ar
configure:5522: found /usr/X11R6/bin/ar
configure:5533: result: ar
configure:5586: checking for ranlib
configure:5602: found /usr/X11R6/bin/ranlib
configure:5613: result: ranlib
configure:5666: checking for strip
configure:5693: result: strip
configure:5980: checking if gcc static flag  works
configure:6008: result: yes
configure:6030: checking if gcc supports -fno-rtti -fno-exceptions
configure:6048: 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
configure:6052: $? = 0
configure:6065: result: no
configure:6080: checking for gcc option to produce PIC
configure:6284: result: -fPIC
configure:6292: checking if gcc PIC flag -fPIC works
configure:6310: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6314: $? = 0
configure:6327: result: yes
configure:6351: checking if gcc supports -c -o file.o
configure:6372: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6376: $? = 0
configure:6398: result: yes
configure:6424: checking whether the gcc linker (/usr/X11R6/bin/ld -m elf_x86_64) supports shared libraries
configure:7300: result: yes
configure:7326: checking whether -lc should be explicitly linked in
configure:7331: gcc -c -g -O2  conftest.c >&5
configure:7334: $? = 0
configure:7348: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7351: $? = 0
configure:7363: result: no
configure:7371: checking dynamic linker characteristics
configure:7925: result: GNU/Linux ld.so
configure:7929: checking how to hardcode library paths into programs
configure:7954: result: immediate
configure:7968: checking whether stripping libraries is possible
configure:7973: result: yes
configure:8717: checking if libtool supports shared libraries
configure:8719: result: yes
configure:8722: checking whether to build shared libraries
configure:8743: result: yes
configure:8746: checking whether to build static libraries
configure:8750: result: yes
configure:8842: creating libtool
configure:9420: checking for ld used by g++
configure:9487: result: /usr/X11R6/bin/ld -m elf_x86_64
configure:9496: checking if the linker (/usr/X11R6/bin/ld -m elf_x86_64) is GNU ld
configure:9511: result: yes
configure:9562: checking whether the g++ linker (/usr/X11R6/bin/ld -m elf_x86_64) supports shared libraries
configure:10422: result: yes
configure:10444: g++ -c -g -O2  conftest.cpp >&5
configure:10447: $? = 0
configure:10557: checking for g++ option to produce PIC
configure:10825: result: -fPIC
configure:10833: checking if g++ PIC flag -fPIC works
configure:10851: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:10855: $? = 0
configure:10868: result: yes
configure:10892: checking if g++ supports -c -o file.o
configure:10913: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:10917: $? = 0
configure:10939: result: yes
configure:10965: checking whether the g++ linker (/usr/X11R6/bin/ld -m elf_x86_64) supports shared libraries
configure:10990: result: yes
configure:11061: checking dynamic linker characteristics
configure:11615: result: GNU/Linux ld.so
configure:11619: checking how to hardcode library paths into programs
configure:11644: result: immediate
configure:11658: checking whether stripping libraries is possible
configure:11663: result: yes
configure:12913: checking if libtool supports shared libraries
configure:12915: result: yes
configure:12918: checking whether to build shared libraries
configure:12938: result: yes
configure:12941: checking whether to build static libraries
configure:12945: result: yes
configure:12957: checking for g77 option to produce PIC
configure:13161: result: -fPIC
configure:13169: checking if g77 PIC flag -fPIC works
configure:13187: g77 -c -g -O2 -fPIC conftest.f >&5
configure:13191: $? = 0
configure:13204: result: yes
configure:13228: checking if g77 supports -c -o file.o
configure:13249: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:13253: $? = 0
configure:13275: result: yes
configure:13301: checking whether the g77 linker (/usr/X11R6/bin/ld -m elf_x86_64) supports shared libraries
configure:14155: result: yes
configure:14226: checking dynamic linker characteristics
configure:14780: result: GNU/Linux ld.so
configure:14784: checking how to hardcode library paths into programs
configure:14809: result: immediate
configure:14823: checking whether stripping libraries is possible
configure:14828: result: yes
configure:20133: checking for main in -lieee
configure:20158: gcc -o conftest -g -O2   conftest.c -lieee   >&5
configure:20161: $? = 0
configure:20164: test -s conftest
configure:20167: $? = 0
configure:20179: result: yes
configure:20265: checking for g77
configure:20281: found /usr/X11R6/bin/g77
configure:20292: result: yes
configure:23644: checking for X
configure:23750: gcc -E  conftest.c
configure:23756: $? = 0
configure:23806: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lXt  >&5
configure:23809: $? = 0
configure:23812: test -s conftest
configure:23815: $? = 0
configure:23864: result: libraries , headers 
configure:24017: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c   -lX11 >&5
configure:24020: $? = 0
configure:24023: test -s conftest
configure:24026: $? = 0
configure:24163: checking for gethostbyname
configure:24213: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c  >&5
configure:24216: $? = 0
configure:24219: test -s conftest
configure:24222: $? = 0
configure:24233: result: yes
configure:24364: checking for connect
configure:24414: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c  >&5
configure:24417: $? = 0
configure:24420: test -s conftest
configure:24423: $? = 0
configure:24434: result: yes
configure:24499: checking for remove
configure:24549: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c  >&5
configure:24552: $? = 0
configure:24555: test -s conftest
configure:24558: $? = 0
configure:24569: result: yes
configure:24634: checking for shmat
configure:24684: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c  >&5
configure:24687: $? = 0
configure:24690: test -s conftest
configure:24693: $? = 0
configure:24704: result: yes
configure:24778: checking for IceConnectionNumber in -lICE
configure:24809: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lICE   >&5
configure:24812: $? = 0
configure:24815: test -s conftest
configure:24818: $? = 0
configure:24830: result: yes
configure:24856: checking for X11 release
configure:24883: result: R6
configure:24922: checking for main in -lXmu
configure:24947: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lXmu -lXt -lXext  -lSM -lICE -lX11   >&5
configure:24950: $? = 0
configure:24953: test -s conftest
configure:24956: $? = 0
configure:24968: result: yes
configure:24985: checking for main in -lXaw3d
configure:25010: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lXaw3d -lXmu -lXt -lXext  -lSM -lICE -lX11   >&5
configure:25013: $? = 0
configure:25016: test -s conftest
configure:25019: $? = 0
configure:25031: result: yes
configure:25069: gcc -c  -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   conftest.c >&5
configure:25074:29: warning: extra tokens at end of #include directive
configure:25072: $? = 0
configure:25075: test -s conftest.o
configure:25078: $? = 0
configure:25125: checking for javac
configure:25152: result: no
configure:25295: WARNING: javac not found: I will not build the java interface
configure:25304: checking for leading and/or trailing underscores
configure:25350: result: no yes
configure:25357: checking for use of sharpsign in CPP
configure:25376: gcc -c -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   conftest.c >&5
configure:25379: $? = 0
configure:25382: test -s conftest.o
configure:25385: $? = 0
configure:25387: result: yes
configure:25407: checking for main in -lm
configure:25432: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm   >&5
configure:25435: $? = 0
configure:25438: test -s conftest
configure:25441: $? = 0
configure:25453: result: yes
configure:25468: checking for exp10
configure:25518: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm  >&5
configure:25514: warning: conflicting types for built-in function 'exp10'
configure:25521: $? = 0
configure:25524: test -s conftest
configure:25527: $? = 0
configure:25538: result: yes
configure:25552: checking for getwd
configure:25602: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm  >&5
/tmp/ccw9zaMe.o: In function `main':
conftest.c:(.text+0x9): warning: the `getwd' function is dangerous and should not be used.
configure:25605: $? = 0
configure:25608: test -s conftest
configure:25611: $? = 0
configure:25622: result: yes
configure:25636: checking for sleep
configure:25686: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm  >&5
configure:25689: $? = 0
configure:25692: test -s conftest
configure:25695: $? = 0
configure:25706: result: yes
configure:25720: checking for strerror
configure:25770: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm  >&5
configure:25773: $? = 0
configure:25776: test -s conftest
configure:25779: $? = 0
configure:25790: result: yes
configure:25804: checking for usleep
configure:25854: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm  >&5
configure:25857: $? = 0
configure:25860: test -s conftest
configure:25863: $? = 0
configure:25874: result: yes
configure:25888: checking for finite
configure:25938: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lm  >&5
configure:25939: warning: conflicting types for built-in function 'finite'
configure:25941: $? = 0
configure:25944: test -s conftest
configure:25947: $? = 0
configure:25958: result: yes
configure:25988: checking limits.h usability
configure:26001: gcc -c -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   conftest.c >&5
configure:26004: $? = 0
configure:26007: test -s conftest.o
configure:26010: $? = 0
configure:26020: result: yes
configure:26024: checking limits.h presence
configure:26035: gcc -E  conftest.c
configure:26041: $? = 0
configure:26060: result: yes
configure:26096: checking for limits.h
configure:26103: result: yes
configure:25988: checking values.h usability
configure:26001: gcc -c -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   conftest.c >&5
configure:26004: $? = 0
configure:26007: test -s conftest.o
configure:26010: $? = 0
configure:26020: result: yes
configure:26024: checking values.h presence
configure:26035: gcc -E  conftest.c
configure:26041: $? = 0
configure:26060: result: yes
configure:26096: checking for values.h
configure:26103: result: yes
configure:26122: checking for main in -lncurses
configure:26147: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -lncurses  -lm  >&5
configure:26150: $? = 0
configure:26153: test -s conftest
configure:26156: $? = 0
configure:26168: result: yes
configure:26514: checking for main in -ldl
configure:26539: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64   -lieee conftest.c -ldl  -lm  >&5
configure:26542: $? = 0
configure:26545: test -s conftest
configure:26548: $? = 0
configure:26560: result: yes
configure:26572: checking for header file tcl.h
configure:26577: result: found in /usr/include/tcl8.4 
configure:26590: checking if tcl is version 8.4 or later
configure:26655: result: (8.4) yes
configure:26680: checking for tcl library tcl8.4
configure:26693: result: found /usr/lib/libtcl8.4.so using -L/usr/lib -ltcl8.4
configure:26708: checking for Tcl_DoOneEvent in -ltcl8.4
configure:26739: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64  -I/usr/include/tcl8.4  -I/usr/include/tcl8.4 -lieee -L/usr/lib conftest.c -ltcl8.4 -ltcl8.4    -ldl -lm  >&5
configure:26742: $? = 0
configure:26745: test -s conftest
configure:26748: $? = 0
configure:26760: result: yes
configure:26869: checking for header file tk.h
configure:26876: result: found in /usr/include/tcl8.4 
configure:26888: checking if tk is version 8.4 or later
configure:26952: result: (8.4) yes
configure:26978: checking for tk library tk8.4
configure:27000: result: found /usr/lib/libtk8.4.so using -L/usr/lib -ltk8.4
configure:27014: checking for Tk_BindEvent in -ltk8.4
configure:27045: gcc -o conftest -O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64  -I/usr/include/tcl8.4  -I/usr/include/tcl8.4 -lieee     -L/usr/lib -ltcl8.4  -ldl -L/usr/lib conftest.c -ltk8.4 -ltk8.4  -L/usr/lib -ltcl8.4 -lX11 -lm  >&5
configure:27048: $? = 0
configure:27051: test -s conftest
configure:27054: $? = 0
configure:27066: result: yes
configure:27912: checking for ocamlc
configure:27939: result: no
configure:27947: WARNING: ocamlc not found: I will not build Modelica compiler
configure:28049: checking for xsltproc
configure:28065: found /usr/X11R6/bin/xsltproc
configure:28076: result: yes
configure:28356: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on chalcogenide

config.status:787: creating Makefile.OBJ
config.status:787: creating Makefile.incl
config.status:787: creating Makefile
config.status:787: creating scripts/Makefile
config.status:787: creating routines/Makefile
config.status:787: creating routines/default/Makefile
config.status:787: creating routines/os_specific/Makefile
config.status:787: creating routines/graphics/Makefile
config.status:787: creating routines/menusX/Makefile
config.status:787: creating routines/xsci/Makefile
config.status:787: creating routines/sparse/Makefile
config.status:787: creating Makemex
config.status:787: creating config/Makeso.incl
config.status:787: creating routines/interf/Makefile
config.status:787: creating routines/control/Makefile
config.status:787: creating routines/calelm/Makefile
config.status:787: creating config/Makefile.aix
config.status:787: creating config/Makefile.ultrix
config.status:787: creating routines/lapack/Makefile
config.status:787: creating scripts/scilab.g
config.status:787: creating scripts/scilab-gtk.g
config.status:787: creating examples/Makefile
config.status:787: creating routines/version.h
config.status:787: creating imp/Makefile
config.status:787: creating routines/gtksci/Makefile
config.status:787: creating pvm3/Makefile
config.status:787: creating pvm3/Makefile.aimk
config.status:787: creating pvm3/hoster/Makefile.aimk
config.status:787: creating config/configuration
config.status:787: creating macros/util/gettklib.sci
config.status:787: creating macros/util/xmlfiletohtml.sci
config.status:787: creating routines/gzvt2/Makefile
config.status:787: creating routines/Javasci/Makefile
config.status:787: creating man/fr/Makefile
config.status:787: creating man/eng/Makefile
config.status:890: creating routines/machine.h
config.status:1019: routines/machine.h is unchanged

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

ac_cv_X11_release=R6
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_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_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_connect=yes
ac_cv_func_exp10=yes
ac_cv_func_finite=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getwd=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_func_sleep=yes
ac_cv_func_strerror=yes
ac_cv_func_usleep=yes
ac_cv_have_x='have_x=yes 		ac_x_includes= ac_x_libraries='
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_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_header_values_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_Xaw3d_main=yes
ac_cv_lib_Xmu_main=yes
ac_cv_lib_dl_main=yes
ac_cv_lib_ieee_main=yes
ac_cv_lib_m_main=yes
ac_cv_lib_ncurses_main=yes
ac_cv_lib_tcl8_4___Tcl_DoOneEvent=yes
ac_cv_lib_tk8_4___Tk_BindEvent=yes
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_WITH_G77=yes
ac_cv_prog_WITH_JAVAC=no
ac_cv_prog_WITH_XSLTPROC=yes
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_F77=g77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_with_ocamlc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/X11R6/bin/ld
lt_cv_path_LDCXX='/usr/X11R6/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/X11R6/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

AR='ar'
AR_FLAGS='cru'
ATLAS_DIR=''
BLPR_SCRIPTS='$(BPROGRAMS)'
CC='gcc'
CC_LDFLAGS='-lieee'
CC_OPTIONS='-O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64 '
CC_PICFLAGS='-fPIC'
CFLAGS='-O2 -DNDEBUG -Dlinux  -DNARROWPROTO -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64 '
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
DLDLIB=''
DLD_SUBDIR=''
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXAMPLES_TESTS='$(SUBDIRS1) $(SUBDIRS2)'
EXEEXT=''
F2C=''
F2C_SUBDIR=''
F77='g77'
FC='g77'
FC_LDFLAGS='-lieee -ldl -rdynamic -Wl,-relax '
FC_OPTIONS1=''
FC_OPTIONS2='-O -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64 '
FC_OPTIONS='-O -march=athlon64 -mfpmath=sse -msse2 -m3dnow -m64 '
FC_PICFLAGS='-fPIC'
FC_SUBDIR=''
FFLAGS='-g -O2'
FGETARG='fgetarg'
FILES_TO_CLEAN='*.CKP *.ln *.BAK *.bak core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut .*~ *.trace so_locations *.orig *.cos *.obj'
FLIBS=''
GCCFIX=''
GETARG='getarg'
GETLIBTK='libtk8.4.so'
GNOMECFLAGS=''
GNOME_CONFIG=''
GTKCFLAGS=''
GTKLIBS=''
GTKPLUGBUG=''
GTK_CONFIG=''
GUILIB='xsci'
GZVT=''
HPPA_OLD=''
HTMLFLAGS=''
ICC=''
IFC=''
IMPENV=''
IMPPREF='S'
IN_ATLAS='LOCAL'
JAVASCITARGET='javasci-bidon'
JAVA_INCL=''
LD='ld'
LDFLAGS='-lieee'
LD_LDFLAGS='-lieee  -Wl,-relax '
LIBM=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='config/ltmain.sh'
LN_S='ln -s'
LTLIBOBJS=''
MAIN='mainsci.o'
MAKEFILE_TARGET='Makefile.linux'
MALLOC='malloc.o'
MANGENERATOR='xsltproc'
MANTARGET='man'
MENUSOBJS='XOBJS'
NM='/usr/X11R6/bin/nm -B'
NOINLINE=''
OBJDUMP='objdump'
OBJEXT='o'
OCAMLTARGET='ocaml-bidon'
PACKAGE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PERIFILE='periX11.o'
PERIX11NOPT='periX11darwin'
PKG_CONFIG=''
PVMARCH=''
PVMGLIB=''
PVMHELP=''
PVMHOSTER=''
PVMHOSTERFILES=''
PVMINCLUDE=''
PVMINST1=''
PVMINST=''
PVMLIB=''
PVMROOT=''
PVMROOTR='$SCI/pvm3'
PVMSCIDIR=''
PVMSCILIB=''
PVMTARGET='pvm-bidon'
RANLIB='ranlib'
RM='rm -f'
SCILABSCRIPT='scilab.g'
SCILAB_GS='sh'
SCIVERSION='scilab-4.0'
SED_CYGDRIVE=''
SHELL='/bin/sh'
SONAME='so'
STATIC=''
STRIP='strip'
TCLSCIDIR='tclsci'
TCLSCILIB='$(SCIDIR)/libs/tclsci.a'
TCLTKHELP='tksci'
TCLTK_LIBS=' -L/usr/lib -ltk8.4   -L/usr/lib -ltcl8.4  -ldl'
TCL_INC_PATH='-I/usr/include/tcl8.4'
TERMCAPLIB='-lncurses'
TERM_LDFLAGS='VTE_LDFLAGS'
TERM_NAME='vte'
TKBASE=''
TK_INC_PATH='-I/usr/include/tcl8.4'
TK_MAJOR_VERSION='8'
TK_MINOR_VERSION='4'
WHICH_BLAS='STD_BLAS'
WINXFLAGS=''
WITH_F95=''
WITH_G77='yes'
WITH_GCC=''
WITH_GFORTRAN=''
WITH_JAVAC='no'
WITH_OCAML=''
WITH_SABCMD=''
WITH_XSLTPROC='yes'
XAW='Xaw3d'
XAWLIB='-lXaw3d'
XAW_LOCAL_INCLUDES=''
XAW_LOCAL_LIB=''
XAW_LOCAL_SUBDIR=''
XDRLIB=''
XDRLIBNAME=''
XMULIB='-lXmu'
XX11='-lX11'
XXTXEXT='-lXt -lXext'
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ZZLEDT=''
_ACJNI_JAVAC=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
with_ocamlc='no'
with_ocamldep=''
with_ocamlopt=''

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

#define HAVE_DLFCN_H 1
#define HAVE_EXP10 1
#define HAVE_FINITE 1
#define HAVE_GETWD 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SLEEP 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMCAP 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_VALUES_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define USE_SHARP_SIGN 1
#define WITH_TK 1
#define WTU 1
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0

Reply to: