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]

Re: -frepo not working?


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...

--Swen




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