Re: cannot find iconv() function

2008-06-21 Thread Charles Wilson
Dave Korn wrote: The standard autoconf library function detection test, for the sake of simplicity, declares the function prototype itself rather than including the header, so the name doesn't get translated and the function isn't found at link time. A patch such as the attached makes the c

RE: cannot find iconv() function

2008-06-21 Thread Dave Korn
[ Cc added: gtmess maintainer. ] Hi George, I've got a patch for you. It fixes a gtmess configure script problem on cygwin. See http://cygwin.com/ml/cygwin/2008-06/msg00395.html and thread for background. David Collin wrote on 20 June 2008 05:21: > The compiler I am using here shouldn't real

RE: cannot find iconv() function

2008-06-19 Thread David Collin
e newly created directory to do a ./configure. > All seemed to go well until I got the following error: "configure:5547: error: > cannot find iconv() function". I gave the configure file a quick look to see > what the script was actually doing at that point. But as I read through it,

Re: cannot find iconv() function

2008-06-19 Thread Tim Prince
o a ./configure. All seemed to go well until I got the following error: "configure:5547: error: cannot find iconv() function". I gave the configure file a quick look to see what the script was actually doing at that point. But as I read through it, I found out that, to make this config

cannot find iconv() function

2008-06-19 Thread David Collin
. All seemed to go well until I got the following error: "configure:5547: error: cannot find iconv() function". I gave the configure file a quick look to see what the script was actually doing at that point. But as I read through it, I found out that, to make this configure check, it ca