On Fri, 15 Apr 2011, Artur Tarassow wrote:
[gcc -v] gives:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
4.5.2-8ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
[and so on]
Thanks, but it turns out this didn't tell me much.
It would be useful to have the full output from configure and
build, as in
./configure <options> > gretl.log 2>&1
make > gretl.log 2>&1
(and also probably config.log after configuring).
Maybe I can then figure out what's happening here.
Allin