Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I'm trying to compile some software on my ch3snas but i'm getting some errors. The ./configure command stops with this error:
checking for library containing iconv... no configure: error: cannot find iconv() function
But when I check my iconv version with 'iconv --version', I get:
iconv (GNU libiconv 1.11) Copyright (C) 2000-2007 Free Software Foundation, Inc. License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Bruno Haible.
So it looks like I've got iconv, but still I get this error. Does somebody know how to fix this?
Offline
Unfortunately, there is no option --with-libiconv. But when i use:
./configure --prefix=/ffp LDFLAGS=-L/ffp/lib
it still gives the same error. But a few lines earlier it says:
checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes
So it can find some libiconv files. In the config.log I see:
/mnt/HD_a2/home/compilestuff/gtmess-0.96beta3/conftest.c:65: undefined reference to `iconv'
Does this mean that there is some bug in the source ? or am I still missing some parameters.
ps. the program that I'm trying to compile is gtmess
Last edited by Woutrrr (2010-07-01 17:19:20)
Offline