octave-maintainers
[Top][All Lists]
Advanced

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

unlink/rpl_unlink problem with MSVC


From: Michael Goffioul
Subject: unlink/rpl_unlink problem with MSVC
Date: Sun, 24 Jan 2010 15:30:35 +0000

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.

Michael.


reply via email to

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