[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unlink/rpl_unlink problem with MSVC
From: |
Ben Abbott |
Subject: |
Re: unlink/rpl_unlink problem with MSVC |
Date: |
Sun, 24 Jan 2010 21:38:25 -0500 |
On Jan 24, 2010, at 3:40 PM, John W. Eaton wrote:
> On 24-Jan-2010, Michael Goffioul wrote:
>
> | I found yet another gnulib replacement problem with MSVC.
> | This time with unlink. In liboctave, file_ops::unlink is correctly
> | defined and exported, the problem is when linking liboctinterp:
> | I get 2 undefined references to file_ops::rpl_unlink and Funlink.
> | Indeed when I check the symbols in syscalls.o, I see
> | Frpl_unlink instead of Funlink.
> |
> | Examining where it comes from, it looks to come from the
> | gnulib version of unistd.h.
>
> Here's a quick workaround. I haven't checked this in yet. I'd like
> to fix all of these problems in a uniform way, and I haven't decided
> yet how I want to do that.
>
> jwe
John, with your patch applied, I'm able to build on MacOS 10.6.2.
PASS 6322
FAIL 0
Thanks!
Ben