ITL install problems

Rolf Wester <[email protected]>
Newsgroups gmane.comp.lib.mtl.devel
Message-ID <[email protected]>
Hi,

I would like to use ITL together with MTL. The MTL installation worked 
fine but I had problems with the ITL installation.
After:
 
./configure --prefix=/home/wester/usr/libs 
--with-mtl=/home/wester/usr/libs/mtl/include

I typed:

make install

and got:

cd . && automake --foreign --include-deps Makefile
configure.in:18: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:18: old Automake version.  You should recreate aclocal.m4
configure.in:18: with aclocal and run automake again.
make: *** [Makefile.in] Error 1

I then ran aclocal and automake and tried again:

./configure --prefix=/home/wester/usr/libs 
--with-mtl=/home/wester/usr/libs/mtl/include
make install

and got  this:

cd . && autoconf
configure.in:225: error: AC_LANG: unknown language:
../autoconf/lang.m4:124: _AC_LANG_SET is expanded from...
../autoconf/lang.m4:133: AC_LANG is expanded from...
aclocal.m4:42: AC_ITL_TRY_COMPILE is expanded from...
configure.in:225: the top level
make: *** [configure] Error 1


Then I tried to simply copy the itl-subdirectory to the install 
directory and compile the gmres example but got the following:

icc -o test -I/home/wester/usr/libs/mtl/include -I/home/wester/usr/libs 
itl_gmres_test.cpp
itl_gmres_test.cpp
itl_gmres_test.cpp(85): error: no instance of overloaded function 
"gmres" matches the argument list
           argument types are: (Matrix, mtl::dense1D<Type, 0>, 
mtl::dense1D<Type, 0>, itl::SSOR<Matrix>::Left,itl::SSOR<Matrix>::Right, 
int, 
itl::noisy_iteration<double>,itl::classical_gram_schmidt<mtl::dense1D<Type, 
0>>)
   gmres(A, x, b, precond.left(), precond.right(), restart, iter, orth);
   ^

compilation aborted for itl_gmres_test.cpp (code 2).  g++ gives a 
similar error message.


I would be very appreciative for help to get ITL working on my computer.

Thank you in anticipation.

With kind regards

Rolf Wester

P.S.: autoconf --version  2.53
          automake --version 1.6.3


_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.