----- Original Message -----
From: "Vladimir Lipskiy" <[EMAIL PROTECTED]>
To: "perl6-internals" <[EMAIL PROTECTED]>; "Vladimir Lipskiy"
<[EMAIL PROTECTED]>
Sent: Saturday, September 06, 2003 4:43 AM
Subject: Re: Win32 Build Issues (was Re: Linking pdump and dissassemble)

> 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.
Works for me.  Thanks!  :-)  I believe this patch has yet to be applied.

BTW, make world works great - thanks again, Leo.

Jonathan


Reply via email to