Hi Hujumuju,
I'm having a problem very similar to the one you've posted.
Were you able to solve it?
Please let me know.
Many thanks in advance and all the best,
Francisco Oliveira (Fran)
Here's your original post:
Hello.
I am trying to compile Kannel under Mac OS X 10.6 (Snow Leopard). I have
"Xcode 3.2 for Mac OS X 10.6 Snow Leopard" + MacPorts
configure goes fine and i have attached config,log to this message.
Anyway, make fails:
gcc -std=gnu99 -D_REENTRANT=1 -I. -Igw -g -O2 -DDARWIN=1
-L/Developer/SDKs/MacOSX10.5.sdk/usr/lib
-I/Developer/SDKs/MacOSX10.5.sdk/usr/include -D_LARGE_FILES=
-I/usr/include/libxml2 -I/usr/include/openssl -L/opt/local/lib -o
wmlscript/wmlsc wmlscript/wmlsc.o libgw.a libwmlscript.a libwap.a
libgwlib.a -lssl -lresolv -lm -lpthread -lxml2 -lz -lpthread -licucore
-lm -L/usr/lib -lcrypto -lssl
Undefined symbols:
"_iconv_close", referenced from:
_charset_convert in libgwlib.a(charset.o)
"_iconv", referenced from:
_charset_convert in libgwlib.a(charset.o)
"_iconv_open", referenced from:
_charset_convert in libgwlib.a(charset.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [wmlscript/wmlsc] Error 1
Does anyone have experience with Max OS X? I've compile kannel
sucesfully before on 10.5 (Leopard) machine.
Thanks for any tips in advance.