This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: make check with libstdcxx broken


On Fri, Nov 03, 2000 at 03:25:51PM +0100, Andreas Jaeger wrote:
> Is this to be expected?  The directory is nearly empty:
> 
> gromit:/builds/gcc/gcc-2.97-libstdcxx-v3:[1]$ ls -l /builds/gcc/gcc-2.97-libstdcxx-v3/i686-pc-linux-gnu/libstdc++-v3/
> total 184
> -rw-r--r--   1 aj       users          87 Nov  3 13:39 confdefs.h
> -rw-r--r--   1 aj       users       11991 Nov  3 13:39 config.log
> -rwxr-xr-x   1 aj       users      161475 Nov  3 13:39 libtool
> -rw-r--r--   1 aj       users           3 Nov  3 13:39 multilib.out

It looks like "make bootstrap" didn't finish configuring the library.
What's the end of that config.log look like?

(Currently, a failed 'make' in a subdir doesn't stop the top-level make
(annoyingly enough), so the error message printed to the screen would be
scrolled off along with all the "checking for foo... yes" messages.)


> gromit:/builds/gcc/gcc-2.97-libstdcxx-v3:[0]$ ls -l /builds/gcc/gcc-2.97-libstdcxx-v3/i686-pc-linux-gnu/
> total 32
> -rw-r--r--   1 aj       users        9881 Oct 28 12:00 config.cache

That cache file is way too small for configure to have finished its work.
(And it's from four days ealier...?)

Looks like the library configure gave up and bailed out on something.
You might try "make configure-target-libstdc++-v3" instead of "make
bootstrap" and see what gets displayed.


Phil

-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]