Joe R. Jah's bits of Fri, 11 Oct 2002 translated to:

>mifluz-merge-20021010:
>.../htword/.libs/libhtword.so: undefined reference to `libiconv_open'
>.../htword/.libs/libhtword.so: undefined reference to `libiconv_close'
>.../htword/.libs/libhtword.so: undefined reference to `libiconv'
>gmake[1]: *** [htfuzzy] Error 1
>gmake[1]: Leaving directory `/tmp/htdig/mifluz-merge-20021010/htfuzzy'
>gmake: *** [all-recursive] Error 1
>
>Nothing to run;(

Do you have the iconv library installed in a standard location?
The library base name is the same as the symbol prefixes above
(i.e. libiconv). It appears that configure checks for iconv, but
continues along without complaint if it is not found (actually it
kicks out a message "suggesting" that you install the library).

I had to use the --with-libiconv-prefix= option with configure,
but the errors I ran into when iconv weren't found were different
than what you report above. In my case, the build failed when the
iconv header file wasn't found.

Jim



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to