[Bug 60103] Gideon's generated configure script thinks sizeof(size_t) != sizeof(unsigned long)
Jason Burrell
jburrell at athena.dhis.org
Sat Jun 21 02:46:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=60103
------- Additional Comments From jburrell at athena.dhis.org 2003-06-21 01:45 -------
Back around line 2568 of the config.log file, there's this, which says that if
sizeof(unsigned long) isn't 0, say it is zero anyway. Where the heck this code
comes from, though, is beyond me. When I go look at the config file generated
when I use gcc-3.3, I can't find this snippet of code at all. (If you haven't
guessed, I know about as much about how autoconf works as I do about the
mating habits of the walrus.)
int
| main ()
| {
| if ((unsigned long *) 0)
| return 0;
| if (sizeof (unsigned long))
| return 0;
| ;
| return 0;
| }
configure:20830: result: no
configure:20833: checking size of unsigned long
configure:21139: result: 0
configure:21147: checking sizeof size_t == sizeof unsigned long
More information about the KDevelop-devel
mailing list