http://qa.mandrakesoft.com/show_bug.cgi?id=384
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2003-02-26 17:37 -------
Subversion has been building perfectly for a long time now, and is even included
in the Contribs.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
The following output is from the log from the configure-script for apr (Apache),
which is called as a part of the configure-script for Subversion (r3200) (see
http://subversion.tigris.org).
configure:22556: checking size of size_t
configure:22578: gcc -o conftest -g -O2 -Wall -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-declarations -pthread -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE conftest.c -lm
-lcrypt -lnsl >&5
In file included from configure:22565:
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/include/stdio.h:625: internal
error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:https://qa.mandrakesoft.com/> for instructions.
configure:22581: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 22564 "configure"
#include "confdefs.h"
#include <stdio.h>
#include <stddef.h>
main()
{
FILE *f=fopen("conftestval","w");
if (!f) exit(1);
fprintf(f, "%d\n", sizeof(size_t));
exit(0);
}
configure:22599: result: 0