Hi David,

On 9/27/10 4:00 AM, Dr. David Kirkby wrote:


I seem to have hit a very early problem. Literally just touching 'configure.ac' then using 'autoreconf' to regenerate the configure script gives a non functional makefile



How did you call `configure'? With or without --enable-maintainer-mode?

drkir...@hawk:~/sage-4.6.alpha1/spkg/standard/gsl-1.14.p2/src$ make
make  all-recursive
make[1]: Entering directory `/export/home/drkirkby/sage-4.6.alpha1/spkg/standard/gsl-1.14.p2/src'
Making all in gsl
make[2]: Entering directory `/export/home/drkirkby/sage-4.6.alpha1/spkg/standard/gsl-1.14.p2/src/gsl'
rm -f gsl*.h
HEADERLIST="../gsl*.h ../*/gsl*.h"; \
    for h in $HEADERLIST; do \
      BASENAME=`basename $h`; \
      test -r $BASENAME || ln -s $h $BASENAME; \
    done
make[2]: Leaving directory `/export/home/drkirkby/sage-4.6.alpha1/spkg/standard/gsl-1.14.p2/src/gsl'
Making all in utils
make[2]: Entering directory `/export/home/drkirkby/sage-4.6.alpha1/spkg/standard/gsl-1.14.p2/src/utils' /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT placeholder.lo -MD -MP -MF .deps/placeholder.Tpo -c -o placeholder.lo placeholder.c
mv -f .deps/placeholder.Tpo .deps/placeholder.Plo
mv: cannot access .deps/placeholder.Tpo

Can you please check why you cannot access `.deps/placeholder.Tpo'. Is there a directory `.deps'? Is the file `.deps/placeholder.Tpo' there? If you repeat the compilation (via libtool) as above, would it create a `.deps/placeholder.Tpo'?

Cheers,
Peter


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to