This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: x86-64?


Nathan Myers <ncm-nospam@cantrip.org> writes:

> Should I be surprised that mainline "make bootstrap" fails on 
> Linux x86-64 with 
>
>   /usr/bin/ld: cannot open crti.o: No such file or directory"
>
> ?  Do I need to set a configure option I'm missing?
> Of course there's nothing about it on the gcc list.

x86-64 is multi-lib, you compile both 32-bit and 64-bit libraries.  If
you system does not come with them, you should add --disable-multilib
to get it bootstrapped for only 64-bit,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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