DragonFly BSD
DragonFly users List (threaded) for 2006-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: errno contain 672964768


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Mar 2006 09:40:28 -0800 (PST)

: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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]