Paul,

Thanks for the speedy response.  I did a find on both the libs, and they are 
there:


muthu$ sudo find / -name *libiconv* -print
/Library/Documentation/Libraries/libiconv
/usr/lib/libiconv.2.2.0.dylib
/usr/lib/libiconv.2.dylib
/usr/lib/libiconv.dylib
/usr/lib/libiconv.la
/usr/share/doc/libiconv
muthu$ sudo find / -name *libxml2* -print
/usr/include/libxml2
/usr/lib/libxml2.2.dylib
/usr/lib/libxml2.dylib
/usr/lib/libxml2.la
/usr/share/doc/libxml2-2.6.16


Are they where they should be?  Is there anything I need to add to ensure that 
config picks them up?


Cheers!


MN.


----- Original Message ----
From: Paul Bagyenda <[EMAIL PROTECTED]>
To: Muthu Nedumaran <[EMAIL PROTECTED]>
Cc: users@mbuni.org
Sent: Tuesday, December 11, 2007 12:02:43 PM
Subject: Re: [Users] gwlib problem again on Mac OS X


The part of the configure process that failed says:-------
configure:21874: gcc -o conftest -g -O2 -DDARWIN=1 -O4 -Wall 
-I/usr/include/openssl -I/usr/local/include/kannel   -L/usr/local/lib/kannel 
-lwap -lgwlib 
conftest.c -lgwlib  -lssl -lpthread -ldl  -L/usr/lib -lcrypto -lssl >&5
/usr/bin/ld: Undefined symbols:
_libiconv
_libiconv_close
_libiconv_open
_xmlAddEncodingAlias

_xmlBufferAdd
_xmlBufferCreate
_xmlBufferFree
_xmlCharEncInFunc
_xmlCharEncOutFunc
_xmlCleanupEncodingAliases
_xmlFindCharEncodingHandler
-----



which means that gwlib is in place but either 
a) libxml2 is older than v2.6


 and/or
b) libiconv development stuff is not installed or it is installed in a 
different location from what is expected.



 OSX definitely works (as it is primary development environment I use). Can you 
check that the above are installed, then install Kannel. 


On Dec 11, 2007 6:39 AM, Muthu Nedumaran <[EMAIL PROTECTED]> wrote:

Hello,


After repeated failures in compiling on Solaris, decided to do this on Mac OS 
instead.  I was able to compile and run mbuni on my Intel MBP running Tiger.



However, we need to run this on one of our PPC boxes - also running Tiger.


1. I downloaded kannel snapshot.  Was able configure, make install and run. No 
problems here



2. Downloaded mbuni-1.3.0.  


        bootstrap --> no problem!



When I
 did a 


        sudo ./configure



it complains about gwlib required.  I've searched the forum for this and there 
were others who had similar problems caused by the lib being out of date and 
fixed with ranlib.



I did that too, but got the same problem again.  However, the config.log file 
shows that libiconv is missing -- which I think is not the case for Tiger.


I've attached the log file.  Appreciate any pointers.



MN.





_______________________________________________
Users mailing list
Users@mbuni.org

http://lists.mbuni.org/mailman/listinfo/users








_______________________________________________
Users mailing list
Users@mbuni.org
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to