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: Couldn't build libstdc++ (configure fails) (was Incomplete building libstdc++ 2.91 with gcc 2.95.2)


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

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