errno contain 672964768
Matthew Dillon
dillon at apollo.backplane.com
Fri Mar 10 09:42:13 PST 2006
:I am trying to track it down. I first just ran the cc line by adding -E to
:it. But it didn't show it redefined, but I may have overlooked something.
:
:http://pilchuck.reedmedia.net/jeremy/tmp-kuhcy847/WaitFor.c-preprocessor-output
:
:(141951 bytes)
:
:Jump down to "selecterr = ".
:
:I built above by using same gcc command line as output duing a regular
:make. I added the -E.
:
: Jeremy C. Reed
That preprocessor output looks ok. Another possibility is that
some part of the program is redeclaring the 'errno' global, either
in a header file or a .c file.
-Matt
Matthew Dillon
<dillon at xxxxxxxxxxxxx>
More information about the Users
mailing list