This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: 20010112 cstdlib failure on Linux
- To: <jarausch at belgacom dot net>
- Subject: Re: 20010112 cstdlib failure on Linux
- From: Bernd Schmidt <bernds at redhat dot com>
- Date: Mon, 15 Jan 2001 12:23:55 +0000 (GMT)
- Cc: <gcc-bugs at gcc dot gnu dot org>, <jarausch at igpm dot rwth-aachen dot de>
On Sat, 13 Jan 2001 jarausch@belgacom.net wrote:
> Hi,
>
> on Linux glibc 2.1.3 kernel 2.4.0
>
> configure seems to set
> #define _GLIBCPP_HAVE_LLDIV_T 1
>
> but this is defined within /usr/include/stdlib.h ONLY IF
> __USE_ISOC9X
> is defined.
Please provide more detail. How does it fail? Does the same thing happen
with 2.95.2?
Bernd