Hi, Thanks for your response, here you are the information:
Autoconf version 2.57 (It was shipped with Red Hat 8.0 but I dont know if any update has been applied). I can not show you now the output but I can tell you that configure finished saying "NO" to all the tests performed to that library, I mean, usability, compiler and presence. I tried to build a test and I realized that I can not use this header alone and I have to add some other VTK headers. Has it something to do with my problem? I could make a simple test using EGREP as I know a file gcc does not find when trying to build the simple example but I was wondering if will work under other plattforms. Cheers, El jue, 29-05-2003 a las 02:58, Assar Westerlund escribió: > Jose Roman Bilbao <[EMAIL PROTECTED]> writes: > > AC_ARG_WITH(vtk-incdir,[ --with-vtk-incdir=DIR location of > > the vtk include directory], > > [CPPFLAGS="${CPPFLAGS} -I${withval}"]) > > [...] > > > AC_CHECK_HEADER([vtkImageFFT.h],, > > [AC_MSG_ERROR([VTK headers not found; Check your installation or try > > ./configure --with-vtk-incdir=/libdir/for/vtkheaders])]) > > This looks good to me. A similar example works for me with current > autoconf. Can you tell us what version of autoconf you are running > and also send the output from config.log?