This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: build problem (include problems)
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Subject: Re: build problem (include problems)
- From: larsbj at lyx dot org (Lars Gullik Bjønnes)
- Date: 11 Oct 2000 23:43:49 +0200
- Cc: libstdc++ at sources dot redhat dot com
- References: <Pine.SOL.3.91.1001011143640.2419C-100000@taarna.cygnus.com>
Benjamin Kosnik <bkoz@redhat.com> writes:
| > ../../../../libstdc++-v3/libsupc++/new:34:19: cstddef: No such file or directory
|
| can you make sure that include/std has cstddef?
sure:
/local/larsbj/gcc/libstdc++-v3/include/std
[larsbj@lett std]$ ls
CVS/ ciso646 cstdarg cwctype iostream memory stdexcept
algorithm climits cstddef deque istream numeric streambuf
bitset clocale cstdio fstream iterator ostream string
cassert cmath cstdlib functional limits queue strstream
cctype complex cstring iomanip list set utility
cerrno csetjmp ctime ios locale sstream valarray
cfloat csignal cwchar iosfwd map stack vector
Seems to me that the -I includes walk up one dir too little.
Lgb