This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error in libstdc++


On May 23, 2002, Bo Thorsen <bo@sonofthor.dk> wrote:

> That seems reasonable enough. This was a bootstrap with multilib
> enabled, so it probably went wrong the first time it tries "g++
> -m32".

Each multilib is configured separately, using a separate cache, so it
already gets the correct flags.  Could it possibly be the case that
you changed the multilib flags or something alike after some of the
libraries were already configured, which would have caused this kind
of problem?

> Why isn't this a problem for the other multilib architectures, there
> doesn't seem to be anything multilib specific in libstdc++? In other
> words, how do I fix this :)

Start from an empty <target_alias> directory, if you haven't done so
before.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]