Compiling log4cxx on OS X 10.3.9

2005-05-13 Thread Juri Ganitkevitch
Hello everyone, I'm having some problems compiling log4cxx on my iBook. This goes for the 0.9.7 release as well as for the current CVS HEAD. Leaving the 0.9.7 as it is gets me a libtool error (while make-ing): /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../include/log4cxx

Re: Compiling log4cxx on OS X 10.3.9

2005-05-13 Thread Juri Ganitkevitch
First off, thanks a lot! This resolves the libiconv error (actually I should have found this myself, I saw after looking at the first 10 lines of build.xml, sorry). The change you pointed out leads to another linker error, this time related to log4cxx itself: [cc] ld: Undefined symbols

Re: Compiling log4cxx on OS X 10.3.9

2005-05-14 Thread Juri Ganitkevitch
Thanks a great lot!!! As I'm working to port a project using log4cxx, I expect to be able to provide some feedback here. With time to come, I hope to be of more practical help. Greetings, Juri On 14. May, 2005, at 05:01, Curt Arnold wrote: I've changed the build.xml file to assume that iconv is

Re: Compiling log4cxx on OS X 10.3.9

2005-05-14 Thread Juri Ganitkevitch
Thanks a great lot!!! As I'm working to port a project using log4cxx, I expect to be able to provide some feedback here. With time to come, I hope to be of more practical help. Greetings, Juri On 14. May, 2005, at 05:01, Curt Arnold wrote: I've changed the build.xml file to assume that iconv is