> 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 ) ...