From: Václav Z. <vha...@gm...> - 2012-02-21 19:01:34
|
On 02/21/2012 04:40 PM, Shushanik Mirzoyan wrote: > Thanks, > This should not be my base, since I use static linking with log4cplus.a > LIBS += C:/MinGW/msys/1.0/local/lib/liblog4cplus.a > > I want to try to rebuild log4cplus with my QT's g++. > > I can't use mingw that QT provides , since it misses the autotools, so I can't configure, or make there. > That is why I installed a separate mingw to build log4cplus. The log4cplus packaging also includes build system using CMake. You could try to use that. > > Can I use this other mingw passing it QT's g++ and linker? Yes, you can set the CC, CXX and LD environment variables to paths to the Qt's Mingw. > > Shushanik > -----Original Message----- > From: Václav Zeman [mailto:vha...@gm...] > Sent: February-21-12 10:29 AM > To: Shushanik Mirzoyan > Cc: log...@li... > Subject: Re: [Log4cplus-devel] FW: Log4cplus > > 2012/2/21 Shushanik Mirzoyan <shu...@in...>: >> My qt creator uses g++ 4.4.0, >> >> While I compiled log4cplus with g++ 4.6.1 > These two seem way too different. There have been many changes in both the C++ library implementation and the compiler between 4.4.x and 4.6.x. > > Also, my google search reveals this: > <https://bugreports.qt-project.org/browse/QTSDK-574>. Check that you are not facing similar issues. > -- VZ |