-frepo not working?

Chad Gatesman chadg@redrose.net
Fri Jan 22 14:21:00 GMT 1999


Swen Thuemmler wrote:

> On Wed, 16 Dec 1998, Chad Gatesman wrote:
>
> > > > chad:/tmp> g++ -v
> > > > Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnulibc1/pgcc-2.91.60/specs
> > > > gcc version pgcc-2.91.60 19981201 (egcs-1.1.1 release)
> > > > chad:/tmp> ld -v
> > > > GNU ld version 2.9.1 (with BFD 2.9.1)
> > >
> > > If you use Linux, you should use my binutils. The
> > > current one is 2.9.1.0.19a.
> >
> > This solved my problem.
> > Thanks for all the help  :)
>
> Lucky man. I have the same problems on AIX 4.2
>
> $ g++ -v
> Reading specs from /pronet/local/gnu/lib/gcc-lib/powerpc-ibm-aix4.2.1.0/egcs-2.91.60/specs
> gcc version egcs-2.91.60 19981201 (egcs-1.1.1 release)
> $ g++ -frepo -c repo-fail.cc
> $ g++ -frepo -o repo-fail repo-fail.o
> ld: 0711-317 ERROR: Undefined symbol: .vector<int, __default_alloc_template<0, 0> >::insert_aux(int *, int const &)
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
> collect2: ld returned 8 exit status
> $
>
> So there seems to be a bug lurking somewhere...

Actually...not so lucky.  After further use, I found that this still doesn't work with my much larger STL projects.  So I think I have to agree with you.  There is some bug in there somewhere.


More information about the Gcc-bugs mailing list