I fired this assertion too, when recompiling an old piece of
crap^Wcode on my new 64-bit amd. Here's a short example that
triggers the assertion:

------------------------
#include <stdio.h>
#include <string.h>

extern int errno;

int main()
{
        fprintf(stderr, "%s", strerror(errno));
}
------------------------

My old program compiled just fine when I replaced the extern
errno with a more proper include errno.h.


-- 
Tommy Pettersson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to