public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* undefined reference to `errno'
@ 1998-01-20 15:29 Dr. Volker Zell
  1998-01-24 15:34 ` Andrew Lipnitsky
  1998-01-24 15:34 ` Fergus Henderson
  0 siblings, 2 replies; 3+ messages in thread
From: Dr. Volker Zell @ 1998-01-20 15:29 UTC (permalink / raw)
  To: gnu-win32

Hi all

When trying to compile netpbm-1mar94.p1 I get a bunch of messages like
 
../pbm/libpbm.a(libpbm1.o)(.text+0x4e1):libpbm1.c: undefined reference
to `errno'

Does anybody know how to deal with this kind of error. I think I
had this kind of messages before on another program source. Beside
this error everything else compiles just fine. There is also a binary
distribution of netpbm-1mar94 compiled with cygwin out there, so the  
problem can be solved :-)


Ciao
  Volker

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: undefined reference to `errno'
  1998-01-20 15:29 undefined reference to `errno' Dr. Volker Zell
@ 1998-01-24 15:34 ` Andrew Lipnitsky
  1998-01-24 15:34 ` Fergus Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lipnitsky @ 1998-01-24 15:34 UTC (permalink / raw)
  To: gnu-win32

Dr. Volker Zell wrote:

> Hi all
>
> When trying to compile netpbm-1mar94.p1 I get a bunch of messages like
>
> ../pbm/libpbm.a(libpbm1.o)(.text+0x4e1):libpbm1.c: undefined reference
>
> to `errno'
>
> .....
>
> Ciao
>   Volker
>

I had the same when I am trying to compile omniBroker 2.0.2

Andrew Lipnitsky.

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: undefined reference to `errno'
  1998-01-20 15:29 undefined reference to `errno' Dr. Volker Zell
  1998-01-24 15:34 ` Andrew Lipnitsky
@ 1998-01-24 15:34 ` Fergus Henderson
  1 sibling, 0 replies; 3+ messages in thread
From: Fergus Henderson @ 1998-01-24 15:34 UTC (permalink / raw)
  To: Dr. Volker Zell; +Cc: gnu-win32

On 20-Jan-1998, Dr. Volker Zell <vzell@de.oracle.com> wrote:
> Hi all
> 
> When trying to compile netpbm-1mar94.p1 I get a bunch of messages like
>  
> ../pbm/libpbm.a(libpbm1.o)(.text+0x4e1):libpbm1.c: undefined reference
> to `errno'
> 
> Does anybody know how to deal with this kind of error.

I think adding `#include <errno.h>' at the start of libpbm1.c
should solve the problem.  You might need to also comment out
any explicit declarations of `errno'.

-- 
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: < http://www.cs.mu.oz.au/~fjh >   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-01-24 15:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-01-20 15:29 undefined reference to `errno' Dr. Volker Zell
1998-01-24 15:34 ` Andrew Lipnitsky
1998-01-24 15:34 ` Fergus Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).