On Sun, Oct 9, 2011 at 4:02 AM, John Wiegley <[email protected]> wrote:
> So, my first questions are: What OS? What compiler? How did you build > Boost > and which compiler flags? How did you build Ledger and which compiler > flags? > Hi John! Thanks for the quick response! OS: Ubuntu 10.10 uname: Linux cartman 2.6.35-30-generic-pae #59-Ubuntu SMP Tue Aug 30 16:16:14 UTC 2011 i686 GNU/Linux vinod@cartman:~ $ gcc -v Using built-in specs. Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu Thread model: posix gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) Boost: I just installed the libraries and headers from Ubuntu. Version: 1.42.0-3ubuntu1 Ledger: I just did a plain './configure', but here is the line from my config.log: $ configure CPPFLAGS=-isystem /usr/local/include -isystem /usr/include/python2.6 CXXFLAGS=-Wconversion -pthread -g -pipe LDFLAGS=-fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config --with-included-gettext --enable-python --enable-pch --enable-debug I'm not sure which config information is useful so I've attached my config.log here: https://gist.github.com/1273610 I wonder if those '--enable-debug' lines are what's hurting me. Let me know if I can provide any other info. Thanks again, Vinod
