From: oyehia AT oracle DOT dsuper DOT net ("Who cares...") Subject: Re: beta17.1: h_errno? 8 Feb 1997 07:42:48 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Original-To: Assar Westerlund Original-Cc: Sergey Okhapkin , "gnu-win32 AT cygnus DOT com" In-Reply-To: <5liv44w99y.fsf@assaris.sics.se> Original-Sender: owner-gnu-win32 AT cygnus DOT com try adding this: #include hope that helps! On 7 Feb 1997, Assar Westerlund wrote: > Sergey Okhapkin writes: > > Assar Westerlund wrote: > > > In beta 17.1 (running NT 3.51), there's a declaration of `h_errno' in > > > , but there's no definition. I guess that's not the way it's > > > > Variable h_errno defined in cygwin.dll. > > I tried compiling this program: > > ---------------------------------------------------------------------- > #include > > int main() > { > int foo = h_errno; > } > ---------------------------------------------------------------------- > > And I get undefined reference. > > nm cygwin.dll | grep h_errno finds no h_errno either. > > /assar > - > For help on using this list, send a message to > "gnu-win32-request AT cygnus DOT com" with one line of text: "help". > - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".