Re: unresolved symbols with 2.0.34

Alan Cox (alan@lxorguk.ukuu.org.uk)
Thu, 20 Aug 1998 16:01:36 +0100 (BST)


> Now I started to implement the same with C++ wrote some classes which
> calls the same functions and got the following:

C++ does name mangling. Thats going to make life entertaining. The
pcibios_* functions appear to be mangled which suggests they aren't
extern "C" ..

> kip5.o: unresolved symbol __builtin_delete
> kip5.o: unresolved symbol __builtin_new

And these two are C++ library internal functions not present in the
kernel

> Is this a problem of the g++ ore the linker?

I think the problem is your driver on the whole, coupled with the fact
you are hitting C++/C linking stuff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html