This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
missing _lock member
- To: libstdc++ at sourceware dot cygnus dot com
- Subject: missing _lock member
- From: Phil Edwards <pedwards at jaj dot com>
- Date: Tue, 21 Mar 2000 13:03:30 -0500
With a fresh CVS from this morning, under Solaris 7:
c++ -DHAVE_CONFIG_H -I. -I/home0/pedwards/EGCS/gcc-2.95.2/libstdc++/src -I.. -nostdinc++ -I/home0/pedwards/EGCS/gcc-2.95.2/libstdc++ -I/home0/pedwards/EGCS/gcc-2.95.2/libstdc++/stl -I../libio -I/home0/pedwards/EGCS/gcc-2.95.2/libstdc++/libio -I/home0/pedwards/EGCS/gcc-2.95.2/libstdc++/config/cpu/sparc/sparc32 -I/home0/pedwards/EGCS/gcc-2.95.2/libstdc++/config/solaris/solaris2.7 -I/home0/pedwards/EGCS/include -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -Werror -g -fhonor-std -c -fPIC -DPIC c++io.cc -o .libs/c++io.lo
c++io.cc: In method `std::__basic_file::__basic_file(__c_lock * = 0)':
c++io.cc:42: `class std::__basic_file' has no member named `_lock'
gmake[2]: *** [c++io.lo] Error 1
gmake[2]: Leaving directory `/tmp/pedwards/G/sparc-sun-solaris2.7/libstdc++/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/pedwards/G/sparc-sun-solaris2.7/libstdc++'
gmake: *** [all-recursive-am] Error 2
At first I thought it might be _M_lock instead of _lock, but it wasn't,
and I haven't had a chance to look deeper yet today. So, no patch. :-(
Phil