>>>>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:

Enrico> It seems that the client needs to be linked against iconv. 

You mean like that?

JMarc

Index: src/client/Makefile.am
===================================================================
--- src/client/Makefile.am	(revision 14976)
+++ src/client/Makefile.am	(working copy)
@@ -16,7 +16,7 @@ BOOST_LIBS = $(BOOST_REGEX) $(BOOST_FILE
 
 lyxclient_LDADD = \
 	$(top_builddir)/src/support/libsupport.la \
-	$(BOOST_LIBS) $(INTLLIBS) $(SOCKET_LIBS)
+	$(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) $(SOCKET_LIBS)
 
 lyxclient_SOURCES = \
 	boost.C \

Reply via email to