: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 
                                        <[EMAIL PROTECTED]>

Reply via email to