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: Unresolved references to __builtin functions building libgcj


On Oct 11, 2000, Bryce McKinlay <bryce@albatross.co.nz> wrote:

> Attempting to build libgcj with the latest compiler dies for me with the
> following link failure:

> ./.libs/libgcj.so: undefined reference to `__pure_virtual'
> ./.libs/libgcj.so: undefined reference to `terminate(void)'
> ./.libs/libgcj.so: undefined reference to `__builtin_vec_new'
> ./.libs/libgcj.so: undefined reference to `__builtin_new'

Same here.  That's probably because the C++-specific functions that
used to be in libgcc have moved to libstdc++ and libsupc++ (the latter
on v3 only?).

-- 
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-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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