me wrote:
> libparrot_s.lib(io_buf.obj) : error LNK2001: unresolved external symbol
> _PIO_win
> 32_getblksize
> libparrot_s.lib(io_buf.obj) : error LNK2001: unresolved external symbol
> _PIO_win
> 32_isatty
> parrot.exe : fatal error LNK1120: 2 unresolved externals
> NMAKE : fatal error U1077: 'link' : return code '0x460'
> Stop.
> 
> Any ideas?

Yup. There
 
static INTVAL
PIO_win32_isatty(PIOHANDLE fd)
{

and

static INTVAL
PIO_win32_getblksize(PIOHANDLE fd)
{

those indentifiers had internal linkage. Bi-bi. Fixed.


Attachment: io_win32.c.diff
Description: Binary data

Reply via email to