This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: latest CVS RH6.1 gcc-2.95.2 build failure
- To: nbecker at fred dot net
- Subject: Re: latest CVS RH6.1 gcc-2.95.2 build failure
- From: Benjamin Kosnik <bkoz at cygnus dot com>
- Date: Mon, 27 Mar 2000 11:53:06 -0800 (PST)
- cc: libstdc++ at sourceware dot cygnus dot com
> ../../../../../gcc-2.95.2/libstdc++/bits/basic_string.h:38: atomicity.h: No such file or directory
Odd. Your configure/compile line looks correct.
atomicity.h is taken from the glic distro, but it is included
in libstdc++, for your case it should be in libstdc++/config/cpu/i386
You might want to check and make sure that your source directory is complete.
-benjamin