Jason Stover <[EMAIL PROTECTED]> writes:

> ld was telling it couldn't find libiconv. I had to
> put -liconv in the Makefile manually:
>
> LIBS = -lncurses -lgsl -lgslcblas -lplot -lm -liconv
>
> That was in spite of having LIBICONV = -liconv already
> in the Makefile.

Does the following change fix the problem on BSD?  You will of
course need to re-run automake and configure.

A similar change to the gui directory may be necessary also.

--- automake.mk.~1.8.~  2006-05-04 21:53:30.000000000 -0700
+++ automake.mk 2006-06-27 07:51:10.000000000 -0700
@@ -37,5 +37,6 @@ src_ui_terminal_pspp_LDADD =                                  
\
        $(top_builddir)/src/data/libdata.a \
        $(top_builddir)/src/libpspp/libpspp.a \
        $(top_builddir)/gl/libgl.a      \
+       $(LIBICONV) \
        @LIBINTL@ @LIBREADLINE@
 

-- 
Ben Pfaff 
email: [EMAIL PROTECTED]
web: http://benpfaff.org


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev
  • libiconv Jason Stover
    • Re: libiconv Ben Pfaff

Reply via email to