Re: g++-20001127: bug with forward declaration and vector

2000-12-08 Thread Alexandre Oliva
On Dec 8, 2000, Laurent Bonnaud <[EMAIL PROTECTED]> wrote: > bug-g++-fwd.cc:12: parse error before '&' token > void f(const vector& bar); Try std::vector -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer

Re: system calls in gcc-2.96 under RedHat Linux 7.0

2001-01-19 Thread Alexandre Oliva
r files. Ever heard of grep? :-) -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{cygnus.com, redhat.com} CS PhD student at IC-Unicampoliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist*Please* write to mailing lists, not to me

Re: libstdc++.so.3 not found

2001-06-22 Thread Alexandre Oliva
they work. What seemed odd is that these > files are outside the gcc distribution; Indeed. They're part of the C library, which is indeed outside the GCC distribution. GCC just uses the C library of whatever system it's running on, so it links the initialization object file