harry.thijs...@gmail.com writes:

> That solved the issue but now I get an other error:

This linking error says that the iconv functions cannot be
found.  I don't see anything in the linker command line that
would cause the iconv library to be linked.

Can you try editing your Makefile, looking for a line that starts
with "LIBS =" and adding -liconv to it?  If that makes a
difference then we can try to figure out why it isn't be linked
automatically.

Thanks,

Ben.
-- 
Ben Pfaff 
http://benpfaff.org

_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to