Re: Get your gcc while it's hot!

[email protected] (Benjamin Holzman) Sun, 30 Apr 2000 21:43:01 -0400
Newsgroups perl.perl6.porters
Message-ID <[email protected]>
On Sat, Apr 29, 2000 at 08:17:58PM -0700, Chip Salzenberg wrote:
> I keep x86-linux builds of recent gcc snapshots at:
>    ftp://topaz.sourceforge.net/pub/topaz/
> 
> Now, as promised, fresh from the CVS archive to your hard disk:
>    egcs-20000429-i686-linux.tar.bz2

Cool. Thanks. With this I got a lot further; here's where it stopped:

/usr/local/egcs/bin/g++  -L/usr/local/egcs/lib -Wl,-rpath,/usr/local/egcs/lib -o test_buffer test_buffer.o libperl.a misc.o
test_buffer.o: In function `Perl::Counted::~Counted(void)':
/home/bah/topaz/mem/Buffer.hh(.gnu.linkonce.t.__ls__4PerlRQ23stdt13basic_ostream2ZcZQ23stdt11char_traits1ZcRCQ24Perl6Buffer+0x37): undefined reference to `Perl::operator<<(std::basic_ostream<char, std::char_traits<char> > &, Perl::Const_Memory)'
collect2: ld returned 1 exit status
make: *** [test_buffer] Error 1