pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libiconv


From: Ben Pfaff
Subject: Re: libiconv
Date: Tue, 27 Jun 2006 07:52:03 -0700
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Jason Stover <address@hidden> 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: address@hidden
web: http://benpfaff.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]