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?


On Fri, Jun 13, 2003 at 08:48:58PM +0200, Andreas Jaeger wrote:
> 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
> your system does not come with them, you should add --disable-multilib
> to get it bootstrapped for only 64-bit,

Thanks, that did it.   Probably configure should predict that the
build will fail, and suggest what to do.

Of course (for some strange interpretation of "of course") it put 
its libraries in $prefix/lib64.  

Nathan Myers
ncm-nospam@cantrip.org


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