bug-autoconf
[Top][All Lists]
Advanced

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

[GNU Autoconf 2.53] testsuite.log: 1 failures


From: Paul Jarc
Subject: [GNU Autoconf 2.53] testsuite.log: 1 failures
Date: Tue, 19 Mar 2002 12:46:41 -0500
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/20.7 (i386-redhat-linux-gnu)

I get this test failure for autoconf 2.53:
 49: c.at:178          FAILED near `c.at:204'
My testsuite.log is here:
<URL:http://multivac.cwru.edu./prj/testsuite.log>

It looks like this might be related to cpp somehow.  cpp as found in
$PATH (and also in $CPP during configure, make, and make check) is
/home/prj/command/cpp, which is this shell script wrapper:
#!/bin/sh -e
case "${use_dietlibc+x}" in
  x) set x -nostdinc -I/package/host/localhost/dietlibc/include ${1+"$@"}
     shift;;
esac
exec /package/host/localhost/gcc/bin/cpp ${1+"$@"}

I use this wrapper (and a similar one for gcc) so I can choose whether
to build with glibc or dietlibc on a per-package basis without having
to edit Makefiles, etc.  In this case, use_dietlibc was not set.  Let
me know if you want any further information.


paul



reply via email to

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