4 msgExtracting all functions from C++ source code
2 msgForce GCC to unroll a loop?
5 msgSyslog fixes a bug?
2 msggcc 4.2.x large file support
2 msgWindows DEP problem with nested functions
8 msgPorting GCC to 8051 Microcontroller
2 msgCleanup for thread local storage?
3 msgGCC 4.3.2 Install into Cygwin
4 msggcno file doesn't include uncalled member funct...
3 msgGCC 4.3.0 configure failure: libgcc
2 msglex/yacc
1 msgBuilding trunk -- error msg instrucitons not qu...
2 msgMIPS atomic builtins
3 msgEnabling loop unrolling in small sections of code.
1 msg#pragma warning

Problems building gcc 4.3
\ bla blabla (6 May 2008)
. \ Brian Dessent (6 May 2008)

8 msggcc 4.3.0 -- program search path issue
1 msgRe: WELCOME to gcc
2 msgInclude paths for cpp/g++ (gcc 4.3.0)
2 msgLinking a library and source file into another ...
Subject:Re: Problems building gcc 4.3
Group:Gcc-help
From:Brian Dessent
Date:6 May 2008


bla blabla wrote:

> checking for suffix of object files... configure: error: cannot
> compute suffix of object files: cannot compile
> See `config.log' for more details.

Wild guess, you installed gmp and mpfr into a nonstandard location and
didn't add the dir to LD_LIBRARY_PATH.

> config.log really doesn't give any interesting details, so i hope you
> can help me solve this problem..

On the contrary, it contains the exact details necessary to diagnose
this problem, but most likely you're looking at the wrong config.log.
There's one in each directory where configure is run, so if you're
looking at the one in the toplevel that's not where the interesting
parts are. Look at (and post the contents of) the one in the directory
corresponding to "configure-stage1-target-libgcc".

Brian


© 2004-2008 readlist.com