bug-gnubg
[Top][All Lists]
Advanced

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

[Bug-gnubg] Win32: path.o linking error (update)


From: Nardy Pillards
Subject: [Bug-gnubg] Win32: path.o linking error (update)
Date: Wed, 11 Dec 2002 23:18:03 +0100

----- Original Message ----- 
From: "Nardy Pillards" <address@hidden>
To: "GNUBackgammon bug reporting" <address@hidden>
Sent: Wednesday, December 11, 2002 11:11 PM
Subject: Win32: path.o linking error


> Normal compile and build with configure:
> #undef USE_BUILTIN_BEAROFF
> 
> When
> #define USE_BUILTIN_BEAROFF
> 
> this message:
> 
> path.o(.text+0x2ae):path.c: undefined reference to `outputerr'
> 

These lines in path.c:

#ifdef WIN32
  /* windows can not rename to an existing file */
  if ( unlink ( szNew ) && errno != ENOENT ) {
    /* do not complain if file is not found */
    outputerr ( szNew );
    free ( szNew );
    return -1;
  }
#endif

while linking to makebearoff

'undefined ref to outputerr'

Nardy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]