RE: undefined reference to `_libiconv_open'

2003-02-12 Thread Igor Pechtchanski
warning: initialization makes integer from pointer > without a > cast > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: > cannot fi > nd -libconv > collect2: ld returned 1 exit status > make: *** [test] Error 1 > > > -Original Message- >

RE: undefined reference to `_libiconv_open'

2003-02-12 Thread jklcom
-libconv collect2: ld returned 1 exit status 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" <[E

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 You didn't link to libiconv - try using -liconv on your link line You might not even have libiconv installed - try installing it with Setup.exe *now* I will point you t

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 #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 */ fromlen =

Getting undefined reference to `_libiconv_open'

2003-02-11 Thread jklcom
Hi, can someone help? When I compile my program I'm getting the following error messages: /c/DOCUME~1/Jeff/LOCALS~1/Temp/ccGtIvim.o(.text+0x8e):test.c: undefined referenc e to `_libiconv_open' /c/DOCUME~1/Jeff/LOCALS~1/Temp/ccGtIvim.o(.text+0xb8):test.c: undefined referenc e to `_libiconv' /c/DOC