Re: libstdc++ gets configure error in cross builds

2010-12-03 Thread Kai Ruottu
Paul Koning writes: I'm trying to do a cross-build of gcc 4.5.1. It's configured --target=mips64el-netbsdelf --enable-languages=c,c++, on an i686-pc-linux-gnu host. Can you try sysroot with full mips64el-netbsdelf C library and header files? The NetBSD archive maybe haven't them... The st

Re: libstdc++ gets configure error in cross builds

2010-12-03 Thread H.J. Lu
On Fri, Dec 3, 2010 at 8:10 AM, Paul Koning wrote: > > On Dec 2, 2010, at 4:06 PM, H.J. Lu wrote: > >> On Thu, Dec 2, 2010 at 1:01 PM, Paul Koning wrote: >>> >>> On Dec 2, 2010, at 3:55 PM, H.J. Lu wrote: >>> On Thu, Dec 2, 2010 at 12:42 PM, Paul Koning wrote: > > On Dec 2, 2010, at

Re: libstdc++ gets configure error in cross builds

2010-12-03 Thread Paul Koning
On Dec 2, 2010, at 4:06 PM, H.J. Lu wrote: > On Thu, Dec 2, 2010 at 1:01 PM, Paul Koning wrote: >> >> On Dec 2, 2010, at 3:55 PM, H.J. Lu wrote: >> >>> On Thu, Dec 2, 2010 at 12:42 PM, Paul Koning wrote: On Dec 2, 2010, at 3:05 PM, Ian Lance Taylor wrote: > Paul Koning w

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread H.J. Lu
On Thu, Dec 2, 2010 at 1:01 PM, Paul Koning wrote: > > On Dec 2, 2010, at 3:55 PM, H.J. Lu wrote: > >> On Thu, Dec 2, 2010 at 12:42 PM, Paul Koning wrote: >>> >>> On Dec 2, 2010, at 3:05 PM, Ian Lance Taylor wrote: >>> Paul Koning writes: > On Dec 2, 2010, at 2:55 PM, Ian Lance Tay

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread Paul Koning
On Dec 2, 2010, at 3:55 PM, H.J. Lu wrote: > On Thu, Dec 2, 2010 at 12:42 PM, Paul Koning wrote: >> >> On Dec 2, 2010, at 3:05 PM, Ian Lance Taylor wrote: >> >>> Paul Koning writes: >>> On Dec 2, 2010, at 2:55 PM, Ian Lance Taylor wrote: > Paul Koning writes: > >> I'

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread H.J. Lu
On Thu, Dec 2, 2010 at 12:42 PM, Paul Koning wrote: > > On Dec 2, 2010, at 3:05 PM, Ian Lance Taylor wrote: > >> Paul Koning writes: >> >>> On Dec 2, 2010, at 2:55 PM, Ian Lance Taylor wrote: >>> Paul Koning writes: > I'm trying to do a cross-build of gcc 4.5.1.  It works fine unti

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread Paul Koning
On Dec 2, 2010, at 3:05 PM, Ian Lance Taylor wrote: > Paul Koning writes: > >> On Dec 2, 2010, at 2:55 PM, Ian Lance Taylor wrote: >> >>> Paul Koning writes: >>> I'm trying to do a cross-build of gcc 4.5.1. It works fine until I get to libstdc++v3, where configure blows up with a

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread Ian Lance Taylor
Paul Koning writes: > On Dec 2, 2010, at 2:55 PM, Ian Lance Taylor wrote: > >> Paul Koning writes: >> >>> I'm trying to do a cross-build of gcc 4.5.1. It works fine until I >>> get to libstdc++v3, where configure blows up with a message saying >>> "Link tests are not allowed after GCC_NO_EXECU

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread H.J. Lu
On Thu, Dec 2, 2010 at 11:59 AM, Paul Koning wrote: > > On Dec 2, 2010, at 2:55 PM, Ian Lance Taylor wrote: > >> Paul Koning writes: >> >>> I'm trying to do a cross-build of gcc 4.5.1.  It works fine until I >>> get to libstdc++v3, where configure blows up with a message saying >>> "Link tests ar

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread Ian Lance Taylor
Paul Koning writes: > I'm trying to do a cross-build of gcc 4.5.1. It works fine until I > get to libstdc++v3, where configure blows up with a message saying > "Link tests are not allowed after GCC_NO_EXECUTABLES". This happens > on the "checking for shl_load" step (line 11221 in configure). >

Re: libstdc++ gets configure error in cross builds

2010-12-02 Thread Paul Koning
On Dec 2, 2010, at 2:55 PM, Ian Lance Taylor wrote: > Paul Koning writes: > >> I'm trying to do a cross-build of gcc 4.5.1. It works fine until I >> get to libstdc++v3, where configure blows up with a message saying >> "Link tests are not allowed after GCC_NO_EXECUTABLES". This happens >> on