Re: [Dar-discussions] 2.6.0.RC1 cygwin compilation issue
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: mannino <ma...@of...> - 2018-08-26 20:10:51
|
On 26.08.2018 22:27, Denis Corbin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hi, > > this linking problem under Cygwin should be fixed with RC3, available > in GIT and on ftp://ftp.dm3c.org/dar.linux.free.fr/Pre-releases I am still getting the same error regarding gettext and iconv. The log is the same as in my first message: >> However, it then fails with inability to resolve iconv functions: >> ... Do you think it's a problem on my end? dar configure seems to have no problem locating iconv: ... checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... -liconv checking for GNU gettext in libintl... yes checking whether to use NLS... yes checking where the gettext function comes from... external libintl checking how to link with libintl... -lintl checking for iconv... (cached) yes checking for working iconv... (cached) yes checking how to link with libiconv... -liconv checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); ... |