Re: Getting undefined reference to `_libiconv_open'

2003-02-12 Thread Ronald Landheer-Cieslak
Of course, I *should* point you to http://cygwin.com/bugs.html and tell you to RTFM, but I'll do a couple of WAGs in stead WAG1 You didn't link to libiconv - try using -liconv on your link line /WAG1 WAG2 You might not even have libiconv installed - try installing it with Setup.exe /WAG2 *now*

RE: undefined reference to `_libiconv_open'

2003-02-12 Thread jklcom
make: *** [test] Error 1 -Original Message- From: David Robinow [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 4:22 AM To: jklcom Subject: RE: undefined reference to `_libiconv_open' jklcom [EMAIL PROTECTED] wrote: Hi, can someone help? When I compile my test program

RE: undefined reference to `_libiconv_open'

2003-02-12 Thread Igor Pechtchanski
-Original Message- From: David Robinow [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 4:22 AM To: jklcom Subject: RE: undefined reference to `_libiconv_open' jklcom [EMAIL PROTECTED] wrote: Hi, can someone help? When I compile my test program I'm getting

undefined reference to `_libiconv_open'

2003-02-11 Thread jklcom
Hi, can someone help? When I compile my test program I'm getting the following error messages: #include iconv.h #include intrautils.h int main() { char *p1, *p2; iconv_t i; size_t fromlen, tolen; char from[100], to[100]; strcpy(from, /u33136/u38622); /* unicode string here */