Re: [Log4cplus-devel] 32-bit version of the Log4cplus in Mac
Logging Framework for C++
Brought to you by:
wilx
From: Václav Z. <vha...@gm...> - 2012-12-13 10:55:02
|
On 13 December 2012 10:39, Jukka Tervaskanto wrote: > Hello, > > I am trying to use 32-bit version of the log4cplus in Mac OS 10.7.5, but the > liblog4cplus.dylib is always 64 bit. How can I create the 32-bit version? TBH, I have no idea. I have no access to MacOS X or knowledge of the system. Can't you use some kind of compiler flag and pass it to the configure script? (...) So I have searched and it seems you migth get what what you want by adding "-arch i386" to CXXFLAGS (and CFLAGS). E.g., run '$(SRCDIR)/configure CXXFLAGS="-arch i386" CFLAGS="-arch i386"'. -- VZ |