3 msgNeed help with optimization options
2 msgstrict aliasing rule and examples
4 msgAnother question. How can I dump gimple IR afte...
4 msgrunning library built in gcc 3.4 on another lin...
1 msgHow to instrument an initcall?
1 msgconst array warning question
3 msgg++ 4.2.x x86: code generation for __sync_lock_...
1 msgHow to traverse through all type declarations i...
2 msgdata base calls
11 msgmay be undefined operation warning
2 msgnon virtual dtor warning
3 msggcc-3.4.3 and libstdc++.so.(5|6)
1 msgMigrating from gcc 2.95.3 to 3.4.5 in vxWorks o...
5 msgTarget specific behaviour
4 msgFunction Lookup
6 msginlined functions and ABI guarantees

Cannot compile GCC on Ubuntu 7.10 x86_64
\ Igor Chudov (23 Feb 2008)
. \ Serge Belyshev (23 Feb 2008)

3 msgC main 32/64 bit prologues differ
4 msgForce generation of an uncalled method?
5 msggcc 3.2
Subject:Re: Cannot compile GCC on Ubuntu 7.10 x86_64
Group:Gcc-help
From:Serge Belyshev
Date:23 Feb 2008


Igor Chudov <ichudov> writes:

> ./configure ; make clean all
1. do not build in source directory, read http://gcc.gnu.org/install/configure.html
2. "make clean" doesn't do what you want, you need "make distclean" or rm -r objdir (see above)

This is why --disable-multilib option didn't work for you as it should.

> ./configure --disable-multilib ; make clean all
[stuff snipped]
>
> The result I invariably get is this. HELP!!!!!!!!!!!

Or if you want to compile with multilibs, install ia32-libs-dev package. You may also
want to compile only c and c++ language frontends, see --enable-languages configure option.


© 2004-2008 readlist.com