bug-gsl
[Top][All Lists]
Advanced

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

Re: [Bug-gsl] `fprnd_t' undeclared - can't this be solved with autoconf?


From: Peter Johansson
Subject: Re: [Bug-gsl] `fprnd_t' undeclared - can't this be solved with autoconf?
Date: Mon, 27 Sep 2010 20:39:06 -0400
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

 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?

address@hidden:~/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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]