>>>>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> After having been away for a couple weeks, I now find that Bennett> tex2lyx does not compile for me on Mac OS X. I get: Bennett> If I add "-liconv" to the LDFLAGS line, everything works. Do Bennett> I now need to set LDFLAGS explicitly to include iconv at Bennett> configure time, or shouldn't that be necessary? Hello Bennett, Try the following patch. JMarc
Index: src/tex2lyx/Makefile.am =================================================================== --- src/tex2lyx/Makefile.am (revision 14810) +++ src/tex2lyx/Makefile.am (working copy) @@ -57,7 +57,7 @@ tex2lyx_SOURCES = \ tex2lyx_LDADD = \ $(top_builddir)/src/support/libsupport.la \ - $(BOOST_LIBS) $(COMPRESSIONLIB) + $(BOOST_LIBS) $(INTLLIBS) $(COMPRESSIONLIB) $(LINKED_FILES) : @rm -f $@ ; \