This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ 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


>>>>> Phil Edwards writes:

Phil> 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

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

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

I found the problem.  I configured with "--enable-threads" and this
leads to:

checking for enabled cshadow headers... no
checking for threads package to use... configure: error:  is an unknown thread package

Just using --enable-threads works for gcc but apparently not for
libstdc++-v3.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

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