This is the mail archive of the gcc-bugs@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: mips-elf can't create executables for libstdc++ testsuite


On Mon, Nov 18, 2002 at 04:43:03PM -0800, cgd@broadcom.com wrote:
> At Mon, 18 Nov 2002 19:34:55 -0500, Phil Edwards wrote:
> > > I've gotten mips-elf and similar targets to work, using the
> > > description of how to do it on the sim testing page, as of a few weeks
> > > ago.  I've not tried it since.
> > 
> > Does any of this look suspicious?
> 
> my typical configure line looks like:
> 
> $srcdir/combined/configure --target=mips-elf --prefix=$instdir
> 
> and that's it!

--enable-shared is there because sometimes it's off by default, and
sometimes it's on, and I don't care to try and remember which is when.

--disable-nls is there because NLS causes me nothing but hassle.

--disable-symvers is there because the last time I tried testing cross
compilers, libstdc++'s configury kept trying to use the versioning script.


> when i do enable specific languages, i always am sure to include 'c'.
> I don't know if that matters.

No, 'c' is always there, whether it's specified or not.  I distinctly
recall that getting fixed a while ago.  :-)


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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