Bob Rossi <bob_rossi <at> cox.net> writes: > > Are you building with mingw gcc-4.1.1 on msys? I'm building all static > libraries on mingw. I'm building apr from svn trunk within the last 2 > months, don't have a date. I'm using apr-util-2006-12-14-cvs from svn > trunk. I'm using logging-log4cxx-2007-1-11-cvs from svn trunk and using > official release of expat-2.0.0. > > My configure line for log4cxx is, > PATH=pathtocppunit/bin:$PATH > $ ./configure CC=gcc-4.1 CXX=g++-4.1 CFLAGS="-g -Wall" > CXXFLAGS="-g -Wall" --disable-shared > --enable-static LDFLAGS=-Lpathtoexpat/expat-2.0.0/lib > --prefix=pathtolog4cxx/logging-log4cxx-2007-1-11-cvs > --with-apr=pathtoapr/apr-1.3.0-cvs/bin/apr-1-config > --with-apr-util=pathtoaprutil/apr-util-2006-12-14-cvs/bin/apu-1-config > --enable-cppunit=pathtocppunit/cppunit-1.10.2/bin/cppunit-config > > However, for the first time, I did notice this during the building of > log4cxx, > 0 [main] sed 592 open_stackdumpfile: Dumping stack trace to sed.exe.stackdump > It didn't seem to stop the build from working, so I'm not sure how bad > this is. > > Bob Rossi > >
I am just using ant to do the build (using the msvc compiler). I have no problem building, just running the unit tests. I think it is actually a much more basic issue :) I don't have "sed.exe" on my machine! I'm going to download unxutils and hopefully I can get it working tomorrow.
