This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: Couldn't build libstdc++ (configure fails) (was Incomplete building libstdc++ 2.91 with gcc 2.95.2)
- To: Frédéric L . W . Meunier <0 at pervalidus dot net>
- Subject: Re: Couldn't build libstdc++ (configure fails) (was Incomplete building libstdc++ 2.91 with gcc 2.95.2)
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 5 Dec 2000 19:06:32 -0800 (PST)
- cc: libstdc++ at sources dot redhat dot com
> But I still can't get it to build:
sadly, neither was I
> redefinition of `struct lldiv_t'
> /usr/include/stdlib.h:116: previous definition here
> /usr/local/src/gcc-2.95.2/libstdc++/include/c/bits/std_cstdlib.h: In function
> `struct lldiv_t div(long long int, long long int)':
> /usr/local/src/gcc-2.95.2/libstdc++/include/c/bits/std_cstdlib.h:103: no
> matching function for call to `lldiv_t::lldiv_t ()'
> /usr/local/src/gcc-2.95.2/libstdc++/include/c/bits/std_cstdlib.h:57: candidates
> are: lldiv_t::lldiv_t(const lldiv_t &)
I fixed this bit though, before running into more substantial problems.